Excellent module! I have many views on many websites that contain very long lists users have to page through. Your module would solve that elegantly.
But I wonder how do search engines "see" such long pages? Do they see only whatever the initial list size and skip the rest? If so, they would miss all the other links in the views, which is obviously a problem.
I am sure the author or others have thought about solutions or workarounds related to this -- could you share your thoughts? Thanks!
Comments
Comment #1
asund commentedHi!
Search engines would only see the first items in the list.
I'll try to figure out a smart workaround for this - but if you use the xml sitemap it will not be a big problem.
Comment #2
japanitrat commentedHmm, what about providing a fallback to a normal pager if no javascript is found?
great project btw
Comment #3
vacilando commentedIt is important that in absence of JavaScript capabilities the output gracefully degrades to paged lists (each with a link to next). The non-JavaScript user (e.g. a bot), or the XML sitemap process, would choke if the endless page fell back into a hugely long HTML.
Comment #4
japanitrat commentedthats what i meant with Pager ;)
Comment #5
hedac commentedI'm subscribing to this.
I would say providing an option for a name of a secondary view without the endless format. So one can customize each of the views. for endless page and a normal page for search engines.
Comment #6
Flying Drupalist commentedYes, absolutely need a normal pager too.
Comment #7
asund commentedA complete rewrite of the module will be commited soon - it uses views built in ajax pagination, and will degrade gracefully.
Comment #8
Flying Drupalist commentedAwesome, many thanks!
Comment #9
asak commentedWow! sounds great - can't wait (so i'm gonna use this version for now... ;)
Comment #10
hannesh commentedGreat news! Love the module.
Comment #11
Flying Drupalist commentedI'm waiting for just this feature. :)