You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DO-563] Implement open graph protocol meta tags customization (#49)
* Define meta information as computed
* Generate open graph title
* Generate open graph description
* Declare global baseUrl option
* Define sitename and URL tags
* Specify default open graph description
* Fix title template bug
* Update docs
|`description`|`string`| Provide 1-2 sentences to briefly describe content of your website. They will be displayed under the link to your website in search results. |
59
+
|`baseUrl`|`string`| Default base URL for SEO properties. It will be used as a default value for sitemap, robots.txt, and Open Graph tags. |
59
60
|`keywords`|`array`| Here you should pass all keywords that describes your website as an array, they will be used to characterise your website for search engine. |
60
61
|`robots`|`array`| Configuration for `robots.txt`. See [the page](https://github.com/nuxt-modules/) to see more details and examples of available features. |
61
62
|`sitemap.baseUrl`|`string`| Base URL for sitemap. All links in sitemap will be relative to this URL. |
62
63
|`verificationMetaTags`|`array`| Here you should specify name and content of meta tag, that required for verification of your resource in some search engine. See [the page](https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification) about verification meta tags configuration for Google search engine. |
63
-
|`verificationMetaTags.content`|`string`| Specify content of meta tag as search resource required. |
0 commit comments