Because you can assign multiple categories to a blog, Google grabs each URL as a different page. The problem is, it also looks at them as problems because it's the same description and title on everyone of them.
What I "THINK" would work is something like this but I am not sure how to write it:
Code: Select all
{capture name='blogtitle' assign="blogtitle"}
If category ID exist
then blogtitle = title |category name
ELSE
blogtitle = $entry->title {/capture}
This then could also be applied in the same way to the description thus getting rid of that issue as well.
To consider...
In Google Webmaster Tools I have a blog post that has 4 URLS:
/index.php/blog/57/187/Blogname.html
/index.php/blog/57/24/Blogname.html
/index.php/blog/57/77/Blogname.html
/index.php/blog/57/Blogname.html
Since all the blog post are the same content and the same post date just being accessed by different URLS depending on category ect, - the only unique item left would be the individual category.
Hopefully that makes sense...