Dynamically Changing pages same content
-
Hey there Mozzers,
I have a commerce site that is dynamically adding more products in the same page when you scroll down.
I have added SEO Content on the footer of the page.
The url is changing when you scroll to ?page-2, ?page-3 and so on.
The content stays the same even though the page is dynamically changing. Is there a way to solve that issue?
Should I always use canonical pointing to the initial page thus solving the duplication but indicate rel=next and rel=prev to the other pages etc?
Thanks in advance
-
I highly recommend you read: https://webmasters.googleblog.com/2014/02/infinite-scroll-search-friendly.html
Sample correct implementation: http://scrollsample.appspot.com/items
-
Thanks Oleg amazing info!