0
I’m setting up a static website and I wanted to make this site a Single Page Application. I’m aware that being a spa there are several complications with SEO. I ask you, is there any framework that does not have this problem with SEO and that can make the SPA?
I didn’t want to use a framework like Vuejs, Angular for this, because I won’t use any of them, only routing.
Is there a framework that makes a simple SPA and no/little SEO problems?
Thank you Devs!!
static site? I think this term is wrong https://answall.com/questions/239672/o-que-%C3%A9-a-site-generator-est%C3%a1tico , if you are talking about this type of generator, yes it is possible to SPA them in a simple way
– Felipe Duarte
Static site that I say is the one that you go into HTML and code in race from scratch
– Jackson
Hmmm got it. I can only import the Vue Router. Cool! And do you know any article or tutorial where I can reconcile SEO with SPA? Thank you!
– Jackson
I answered to get more organized
– Felipe Duarte