ManuelF
Junior Member
- Jun 5, 2009
- 107
- 43
Hello,
Can someoe help me, I have the script but there is a problem with duplicate title in my webmasters tools section.
In the catgories on site I get everytime the same title for page 1,2,3,4...
Here are a few lines of the browse.php for category page.
I would like to include $sitename2 = $categoryname + (page number, depends on which page you are currently in.)
This is for me really hard I tried something but I dont understund the code.
Is here anyone who can help me with a file.
Thank you for your time.
Can someoe help me, I have the script but there is a problem with duplicate title in my webmasters tools section.
In the catgories on site I get everytime the same title for page 1,2,3,4...
Here are a few lines of the browse.php for category page.
I would like to include $sitename2 = $categoryname + (page number, depends on which page you are currently in.)
This is for me really hard I tried something but I dont understund the code.
Code:
$sitename2 = " ".$categoryname;
$sitedescription = $categorydescription;
$sitekeywords = $sitekeywords.", ".$categorykeywords;
Is here anyone who can help me with a file.
Thank you for your time.
Last edited: