On Infinite Scroll, PushState and SEO

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
Working example - https://www.linkedin.com/pulse/8-lesson ... -galbraith