Page 1 of 1

On Infinite Scroll, PushState and SEO

PostPosted: Tue Dec 23, 2014 12:00 am
by jay
As the user scrolls down the page, the visible URL changes and new content is loaded using an Ajax approach. It’s *because* new content is loaded (infinite scroll) that the ideal way to handle the address bar is to update the visible URL. That way, a reader can share the right thing or return to the right place. This is provided, of course, that share URLs are updated in the HTML source by manipulating the DOM. Something easily possible with jQuery. Read more

Working example - https://www.linkedin.com/pulse/8-lesson ... -galbraith

Re: On Infinite Scroll, PushState and SEO

PostPosted: Tue Dec 23, 2014 12:44 am
by christykunjumon
I think we can implement this in blog section. I have always wondered how one can track pageviews during infinite scroll. This blogs explains a easy way to track in Google analytics.

Thanks for the share Jay.