View Single Post
  #1  
Old 09-06-2007, 01:40 PM
 
pumpkins pumpkins is offline
 

Advanced Member
  
Join Date: Jul 2007
Posts: 56
 

Default Best way to edit/manage title tag?

I am trying to complete the list of things to do for on-page seo. However I am having some difficulties with the title tags.

1)The first problem:

I have XC seo module installed. when I open up home.tpl there are these code on the within the title tag:

Quote:

<title>{strip}
{capture name=title}
{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{if not %position.first%}&nbsp;-&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{else}
{section name=position loop=$location step=-1}
{if not %position.first%}&nbsp;-&nbsp;{/if}
{$location[position].0|strip_tags|escape}
{/section}
{/if}
{/capture}
{if $config.SEO.page_title_limit <= 0}
{$smarty.capture.title}
{else}
{$smarty.capture.title|replace:"&nbsp;":" "|truncate:$config.SEO.page_title_limit|replac e:" ":"&nbsp;"}
{/if}
{/strip}</title>


I am not sure what to change so that it won't screw it up, since I am not sure if it will affect XC SEO.

2)the goal.

The goal is to be able to specify specific title for each page. I would like to inject into the title the 3 keywords I would be optimizing for that particular page. I know there is this mod:

Product Meta Tags Plus!
http://bcsengineering.com/store/customer/product.php?productid=95&cat=22&page=1

But would this mod give me control over the title on homepage? and would it conflict with XC SEO? Is there a better solution?

Anyway, thanks in advance
__________________
X-Cart Gold Version 4.1.8
Reply With Quote