Framework for single page application

0

I am putting together a static website and wanted to make this site a Single Page Application. I have science 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 what to do to do the SPA?

I did not want to use a VueJS, Angular type framework for this, because I will not use any of them, just the routing.

Is there a framework that makes SPA simple and with / without SEO problems?

Thanks Devs !!

    
asked by anonymous 03.10.2017 / 14:23

1 answer

3

I do not think anyone would use a routing-only framework, if you use Angularjs just import angular route , and manage routes easily, but Angularjs is very bureaucratic and makes it very difficult to use J-query for example, so I 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 have been discontinued you can upgrade here , as you can see, google today can index your routes by following some basic requirements, at gringa you get enough information as well.

    
03.10.2017 / 15:37