Seo – How to implement multiple subroutes with a reactJS app hosted on GitHub Pages?
I use reactJS for a multiple routes app. Historically, I hosted my app on Netlify, then I implement a prerendering with react-spa-prerender in order to improve SEO. Recently I migrate it towards GitHub pages, keeping this prerendering effective. Then, I…