We are planning to make an AEM SPA React project and I'm wondering if there any problems I will face regarding SEO compatibility due to the frontend being React. I know that SEO compatibility is not great with react so if there any updates regarding SEO compatibility with an AEM SPA project, do let me know.
Yes, you need to plan to use SSR to avoid issues with SEO, usually, Adobe recommends using Adobe I/O, but you could use in reality any other thing too, like Next.js. It will fully depend on what you are trying to achieve.
Please take a look at this article which is great in regards to which options you have available to achieve it.
Yes, you need to plan to use SSR to avoid issues with SEO, usually, Adobe recommends using Adobe I/O, but you could use in reality any other thing too, like Next.js. It will fully depend on what you are trying to achieve.
Please take a look at this article which is great in regards to which options you have available to achieve it.