Swiftype Crawling SPAs based on Create React App

I have a CRA based SPA, that returns dynamic content. The meta tags and content is based on queries that happen and are rendered clientside. What's the typical client side rendered solution for enabling the Swiftype crawler to index such a site? The documentation says javascript based SPAs aren't crawled, how have others handled this?

Thanks!

hey @titanian221 , welcome to the Community!

As you mentioned, the crawler can't index dynamic content, including SPAs.

Please check our javascript crawling section. It mentions the possibility of using middleware rendering services like prerender.io.

Other solutions that can be implemented include Next.js.

As long as the web page is available as static HTML, the crawler should be able to index it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.