Ngx meta.standard
Home > @davidlj95/ngx-meta > Standard
Standard interface
Standard module metadata values that can be set
Signature:
export interface Standard
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| applicationName? | readonly |
GlobalMetadata['applicationName'] | (Optional) Sets the Recommendations: - From MDN: simple web pages shouldn't define an application name - From HTML specs: if the page is not a web application, the |
| author? | readonly |
string | null | (Optional) Sets the <meta name='author'> HTML element |
| canonicalUrl? | readonly |
GlobalMetadata['canonicalUrl'] | (Optional) Sets the <link rel='canonical'> HTML element |
| description? | readonly |
GlobalMetadata['description'] | (Optional) Sets the <meta name='description'> HTML element |
| generator? | readonly |
true | null | (Optional) Includes Angular version used to generate the page Sets the |
| keywords? | readonly |
ReadonlyArray<string> | null | (Optional) Sets the <meta name='keywords'> HTML element |
| locale? | readonly |
GlobalMetadata['locale'] | (Optional) Sets the Value must be a valid language tag complying with BCP 47 For instance: "es" or "es-ES" |
| title? | readonly |
GlobalMetadata['title'] | (Optional) Sets the <title> HTML element |