L
L
Leonid Rozhentsev2021-07-18 11:48:09
Search Engine Optimization
Leonid Rozhentsev, 2021-07-18 11:48:09

How to solve Vue indexing issues?

I heard that sites on vuejs are not indexed by search engines if there is no northern rendering on nuxt. But how to get around problems with indexing if you use vue + laravel? And are there similar problems with other frameworks - react, alpinejs, angular?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WebDev, 2021-07-18
@kirill-93

All SPAs have problems. React, View or Angular - it doesn't matter. The problem is that the server returns an empty page and JS code that renders the site in the client's browser.
But each of the above frameworks has an SSR. For Vue, this is Nuxt and it is exactly what is needed to solve this problem.

But how to get around problems with indexing if you use vue + laravel?

Use nuxt + laravel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question