i create menu for tag
menu url for tag is : yoursite.com/tag/tag-name
but every tag show with 2 url
yoursite.com/tag/tag-name
yoursite.com/tag/tag-id
please view this image from google webmaster

Moderator: General Support Moderators
AndrewSkyler wrote:I dig thing up for you
The fix to the limitstart pages is an easy one. Open /plugins/system/sef/sef.php and find the lines:
if ($uri !== $link)
{
$doc->addHeadLink(htmlspecialchars($link), 'canonical');
}
and change it to:
if ($uri !== $link)
{
$link = str_replace('?limitstart=0', '', $link);
$doc->addHeadLink(htmlspecialchars($link), 'canonical');
}
Tell me if it working
Rickie wrote:The best advice I can give you is to insert noindex and nofollow tags which will help you avoid duplicate content. That way, Google will only index quality content relevant for the search query.
Pitercheck wrote:niaziblog wrote:AndrewSkyler wrote:I dig thing up for you
The fix to the limitstart pages is an easy one. Open /plugins/system/sef/sef.php and find the lines:
if ($uri !== $link)
{
$doc->addHeadLink(htmlspecialchars($link), 'canonical');
}
and change it to:
if ($uri !== $link)
{
$link = str_replace('?limitstart=0', '', $link);
$doc->addHeadLink(htmlspecialchars($link), 'canonical');
}
Tell me if it working
i add this code but not added canonical to tag url
thanks but not solved tag problem
how to access tag by this url yoursite.com/tag/tag-name
not access this url
yoursite.com/tag/tag-id
How long have you followed the instructions? The webmaster tool is slow to update, may change months
Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 3.x”
Users browsing this forum: No registered users and 1 guest