Answer the question
In order to leave comments, you need to log in
How do search engines treat non-standard tags, in particular VUE?
I am making a website that will use VUE+VUELIDATE for various forms, but the main content is in html. There is a desire to use on the content pages of the site All sorts of embellishments from VUELIDATE (buttons, etc.), but for this you have to wrap everything in
Won't this lead to unpleasant effects? <v-app><v-content></v-content></v-app>
Answer the question
In order to leave comments, you need to log in
Here you need to understand that in SPA Applications are cooked at the front, and search engines (although they are trying to do something) do not like SPA, there are of course solutions to this problem, for example, to make a server prerender (SSR) specifically for search engines, and if in more detail,
then you can determine who is accessing your server, a user or, for example, Google Bot, and based on this data, transfer either a rendered page or SPA. But all this is not very good, so it is better to use SPA for the development of projects that do not imply search engine promotion. For example, the admin panel, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question