Jump to content



Latest News: (loading..)

* * * * * 14 votes

Header Tags SEO


  • Please log in to reply
7140 replies to this topic

#7141   teamwhatever

teamwhatever
  • Members
  • 54 posts
  • Real Name:A

Posted Today, 02:10 AM

Hi there,

I don't know if this has been answered before but I'm on v3.26 and on the product_info page at the foot where it says "currently viewing" it displays the category and the product name but has " - - " separating them. It seems as though the headertags seo is expecting to have another bit of text between those two hyphens. I understand HEADER_TAGS_SEPARATOR_DESCRIPTION is the name of the hyphen, but I cannot seem to find where the second redundant hyphen is being created.

It is the

$header_tags_array['title']

variable that is outputting the suspect text.

if (isset($sortOrder['title']))	 $header_tags_array['title'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['title'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);

has some bearing on it?

edited to say thanks in advance!

Edited by teamwhatever, Today, 02:11 AM.