How can I change the page title "two" (artigos/page/2.html) in each category ?
-
I have some categories and photo galleries that have more than one page (i.e.: http://www.buffetdomicilio.com/category/artigos and http://www.buffetdomicilio.com/category/artigos/page/2).
I think that I must change the tittle and description, but I don't how.
I would like to know how can I change the title of each of them without stay with duplicate title and description.
Thank you!
-
You can use a rel="canonical" tag on page2, 3 etc. to let search engines know they should only include the first page in the search results.
-
Page two correctly uses:
rel="prev" href="http://www.buffetdomicilio.com/category/artigos" />
Which indicates to Google it is part of a pagination scheme thus it handles it differently to proper content.
You really don't want Google sending traffic to these pages but instead to the actual articles. In that case, optimizing the title or duplication reduction isn't such a big a deal. It's just one small part on otherwise different pages so you won't get a bad penalty.
I wouldn't use the canonical link suggestion as this will effective remove the page from your index. I assume you want these for spidering so anything that removes them could be an issue.