- Website is PHP-based (soon it will have much more text for each post)
- Data is requested using REST and rendered using javascript templates
- Pages are "infinite (endless) scrolling" (it's actually finite..but consists of about 3k items)
For SEO purposes, I would need to somehow generate static HTML pages. I was thinking phantomjs (or any headless browser) which could help here, but there's a big problem with the endless scrolling, since the page must be scrolled down (or up) to render more items, phantomjs won't be able to render all the data, except data initially presented when a page loads (which is a fraction of the maximum page data).
What approach would work to statically render such a setup?
Do you guys even think that's possible?
Thanks.
Fetching a website with infinite scrolling will be tricky:
How about just modifying the website itself and have paginated version of posts for SEO purpose?
Advantages: