I think that google now uses a headless browser. Unless your page loads in too much time, nothing should change on the SEO side if you have the same content at the same place.
That is not true. As far as I know, google does execute js but does not wait for ajax calls.
Used vue.js with laravel and my site is not SEO friendly anymore
11–18 of 18 posts
Re: Used vue.js with laravel and my site is not SEO friendly anymore
#12If you want good SEO ditch SPA. If you want SPA and SEO you must have both - client-side rendering and server-side rendering.
Re: Used vue.js with laravel and my site is not SEO friendly anymore
#13SSR and SPA aren't mutually exclusive. Vue.js supports the ability to server-side render and hydrate the HTML with your SPA once it has loaded. It's the best of both worlds.
Re: Used vue.js with laravel and my site is not SEO friendly anymore
#14I think that google now uses a headless browser. Unless your page loads in too much time, nothing should change on the SEO side if you have the same content at the same place.
That is not true. As far as I know, google does execute js but does not wait for ajax calls.
Re: Used vue.js with laravel and my site is not SEO friendly anymore
#15I think that google now uses a headless browser. Unless your page loads in too much time, nothing should change on the SEO side if you have the same content at the same place.
Re: Used vue.js with laravel and my site is not SEO friendly anymore
#16Re: Used vue.js with laravel and my site is not SEO friendly anymore
#17Re: Used vue.js with laravel and my site is not SEO friendly anymore
#18SPA and SEO are not compatible. SPA is good for apps, backends, admins ...