fredwu / jquery-endless-scroll

Endless/infinite scrolling/pagination.
http://fredwu.github.com/jquery-endless-scroll/
837 stars 176 forks source link

SEO/spider friendly? #20

Open saeed319 opened 12 years ago

saeed319 commented 12 years ago

Is the endless scroller SEO and spider friendly? Standard pagination would have the spider effectively 'click' each page link and spider all the content.

How does the spider behave with the endless scroller installed?

fredwu commented 12 years ago

Endless Scroll currently does not support SEO friendly URLs. But I'm leaving this ticket open as I do plan to add SEO/spider support. :)

chrisdpeters commented 11 years ago

Why not add pagination and hide it if JavaScript is present? That way JavaScript-less spiders like search engines can still use pagination. Users with JS capabilities get endless scrolling. Progressive enhancement!