This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
What about SEO ? #42
marques-kevin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seo is a mid/long term investment. The earlier we optimize the website with Seo in mind, the quicker we will have good results in the SERP.
Before thinking of a strategy about Seo, we need to implement a website that is Seo compliant.
Today we use React without Server Side Rendering, which is very bad for Seo (https://www.botify.com/blog/client-side-server-side-rendering-seo)
We could use Gatsby or Nextjs to enable SSR. (I prefer Gatsby because I have a lot of Seo projects with it and it works like a charm)
Beta Was this translation helpful? Give feedback.
All reactions