
Originally Posted by
dreadscott
Now about this title meta tag challenge... Hmmm...
The link you posted, of a product, shows the title tag as
HTML Code:
<title>(RACE) DPR4 | 4-cylinder direct port WMI (octane + fueling)</title>
which looks fine, but I do note others of yours in Google search results that do begin with '|'
e.g.
HTML Code:
<title>| Direct port injection w/RACE valves = best octane + fueling</title>
that is the tag for a category page and shouldn't be happening - it is missing the 'categories_name' and that is the problem. I don't have an answer but the category title tags are generated in \includes\modules\meta_tags.php (or its override). Compare yours with the original to see if there's something awry.
Anyways, not an answer but, the '|' separator/divider usually defined in \includes\languages\english\lang.meta_tags.php (or the template's override copy if you have one). Removing it might resolve the issue of the second example but will potentially screw up the appearance of the first tag.
Bookmarks