A
A
Alexander2017-07-10 09:48:31
Google
Alexander, 2017-07-10 09:48:31

How well does google index vue.js?

With Yandex, everything seems clear, you can specify a static html copy of the page there, but google, as far as I know, can render SPA on its own. The question is, how well does he do it? When does indexing stop? When the page itself is loaded, or will it also wait until the necessary ajax requests are completed? Are there any significant disadvantages compared to SSR at the moment?
PS: In fact, I only need to index the initial 5-6 pages, so the html stubs for Yandex suit me quite well.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Nazarov, 2017-07-10
@LordGuard

This is not a problem with Vue, but with any SPA on any JS.
For simplicity, it is better to assume that search engines do not execute JS on the page at all, and, accordingly, if SEO is an issue, you need to generate HTML on the server. Vue
'can do it

4
4X_Pro, 2017-07-11
@XXXXPro

Just write these 5-6 static pages in the sitemap.xml file, point this file to Webmaster, and, I believe, Google will index everything as it should.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question