SEO in CRA

Hey, I am looking for someone who has implemented SEO features in a create-react-app application. I have tried using various packages which do that without much success. (Due to the lack of adequate documentation). I want to learn how to make variable meta tags for each page, decrease site load time using lazy loaded images (this I can do now), and create sitemaps. I have tried the library react-helmet. And found out it was depreceated. If anyone can share their knowledge on this, or point me to some resource, that would be great
3 Replies
b1mind
b1mind8mo ago
DOn't use CRApp You want good SEO for starters you will want to have SSR not CSR So I would be looking at using NextJS/Remix not just Vite or something else either. Astro is always a nice option honestly too
Senra
Senra8mo ago
Yeah that is cool. But I have gotten a project which is built in CRA, and they now want me to add SEO. Hence I asked. It is easily done in NextJS. Hence I asked, I just wanted to know if SEO can be done without migration to Next
b1mind
b1mind8mo ago
Not reliably , no CSR is...