Making React App SEO-Friendly without using SSR

I’m trying to make my e-commerce app built with react to be SEO-Friendly, without having to use SSR.

I tried React Snap, but that works only if you hardcode your meta tag description and title on every route. But i amm getting my description from the server which is not determined by me

I tried React Helmet, but it’s not pre-rendering

Hello @sodiqlawal , the only service I know (in “I’ve heard of”) is prerender.io.
Note that it may have a pricing model.

Hope it helps :slight_smile:

1 Like

Why don’t you want to use SSR?

With NextJS it’s actually not so hard to setup.

1 Like

Thanks, but my client is not ready ready to pay for any other service for now

I’ve completed the app using React. which is a very large app. I’m considering the stress of moving to NextJs

I second Next.js as suggested by @miku86.
At my current job they made the switch a couple of years back specifically to increase SEO capabilities.

2 Likes

What did you end up doing?
UPD: I am delighted that you managed to solve your problem. When I was in your shoes, I couldn’t find the solution. I am happy that I have more professional friends than me and know more about this stuff. Their duty I received more helpful advice. One of these tips was to contact an SEO specialist who solved all my problems. I’ve been addressing Mr. Daniel Foley ever since. His skills have a 95% success rate, and for this reason, I recommend him to everyone. Also, he works on national and international projects. I do hope that someone will find my tip helpful for your following assignments. Good luck!

I had to move the app to Next Js.
It took about two weeks, but it was worth it