Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss660

If you want to include paginated content, the best solution would be to add a rel canonical to a view all version of the page and then submit this through your sitemap.

You will do this by adding the following link in your <head> section of your page. You would need to change the URL to the URL of the view all page.

<link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/>


You should also look to add rel prev and rel next to the paginated content on your website. Sometimes it can be good to have a 'category page' (so to speak) indexed, however you have to be aware of duplicate content. Each time you post a new article it will push the last article on each page to the following page. As Google won't re-index each of these pages simultaneously, you need to reduce the chance of duplicate content by only having one version indexed.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme