Expand my Community achievements bar.

SOLVED

SEO in SPA React project

Avatar

Level 2

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. 

 

Thank you in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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. 

 

https://www.albinsblog.com/2021/11/single-page-applicationspa-design-patterns-in-aem.html 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/server-side-rendering-usin... 



Esteban Bustamante

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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. 

 

https://www.albinsblog.com/2021/11/single-page-applicationspa-design-patterns-in-aem.html 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/server-side-rendering-usin... 



Esteban Bustamante