Framework for single page application

Asked

Viewed 68 times

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

  • Static site that I say is the one that you go into HTML and code in race from scratch

  • 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!

  • I answered to get more organized

1 answer

3

I don’t think anyone would use a framework just for routing, if you use it Angularjs just import the angular route, and manage the routes in an easy way, however the Angularjs is very bureaucratic and makes it very difficult to use J-query for example, so recommend Vue.Js or React.Js, as I said just use the module you need, not everything.

In terms of SEO techniques like ajax-crawling were discontinued you can update yourself here, as you can see, Google can now index its routes following some basic requirements, at gringa you get enough information too.

  • Show! Just wanted a simple site that had the experience of a SPA (Fast, without Reload) =)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.