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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In Nuxt.js, when might you use dynamic header data?

A

For specifying user-related data (maybe on a user’s homepage)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In Nuxt.js, what does the “hid” property do?

A

It prevents vue-meta from creating duplicate tags

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly