SEO Flashcards
1
Q
What does Ctrl+U offer on a specific “page” in Nuxt.js (within Chrome)?
A
It inspects the source code of the particular “page” and allows you to see what data search engines see when crawling your site.
2
Q
In Nuxt.js, when might you use dynamic header data?
A
For specifying user-related data (maybe on a user’s homepage)
3
Q
In Nuxt.js, what does the “hid” property do?
A
It prevents vue-meta from creating duplicate tags
4
Q
In Nuxt.js, what should the “hid” property of a meta tag be named?
A
It should correspond directly to the “name” property where possible and vary slightly as needed in order to prevent duplicate tags