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
|**pageTitle**| string |**Yes**| Every page should have a unique title that describes the page, such as 'Home', 'About' etc. |
63
-
|**siteTitle**| string |**Yes**| Title of the site, usually the organization / brand name. |
64
-
|**titleTemplate**| string |**No**| Title template used to display `pageTitle` and `siteTitle` in a template, displays the values using corresponding `[pageTitle]` and `[siteTitle]`. Example template: "[pageTitle]|[siteTitle]". Note, if `pageTitle` and `siteTitle` are the same only the `siteTitle` is output. |
65
-
|**description**| string |**Yes**| A one to two sentence description of your webpage. Keep it within 160 characters, and write it to catch the user's attention. |
66
-
|**pageUrl**| string |**Yes**| Url of site page being shared. |
67
-
|**canonicalUrl**| string |**Yes**| The canonical URL of your webpage that will be used as its default app URL. |
68
-
|**keywords**| string|string[]|**Yes**| List of SEO keywords describing what your webpage does. For example, `"your, tags"` or `["your", "tags"]`. |
69
-
|**imageUrl**| string |**Yes**| Image url of asset to share. Recommended aspect ratio for landscape is 1.9:1 (1200x630) or for squares 1:1 (1200x1200). For more info, visit [here](https://iamturns.com/open-graph-image-size/). |
70
-
|**imageAlt**| string |**Yes**| Image alt for users who are visually impaired. |
71
-
|**locale**| string |**No**| The locale these tags are marked up in, such as; `en_GB`, `fr_FR` and `es_ES`. Defaults to `en_US`. |
|**pageTitle**| string |**Yes**| Every page should have a unique title that describes the page, such as 'Home', 'About' etc. |
63
+
|**siteTitle**| string |**Yes**| Title of the site, usually the organization / brand name. |
64
+
|**titleTemplate**| string |**No**| Title template used to display `pageTitle` and `siteTitle` in a template, displays the values using corresponding `[pageTitle]` and `[siteTitle]`. Example template: "[pageTitle]|[siteTitle]". |
65
+
|**description**| string |**Yes**| A one to two sentence description of your webpage. Keep it within 160 characters, and write it to catch the user's attention. |
66
+
|**siteBaseUrl**| string |**Yes**| Base URL of the site, excluding trailing slash. |
67
+
|**pagePath**| string |**No**| The path of the current page, excluding leading slash. |
68
+
|**canonicalUrl**| string |**No**| The canonical URL, if your page is a duplicate. |
69
+
|**keywords**| string|string[]|**Yes**| List of SEO keywords describing what your webpage does. For example, `"your, tags"` or `["your", "tags"]`. |
70
+
|**imageUrl**| string |**Yes**| Image url of asset to share. Recommended aspect ratio for landscape is 1.9:1 (1200x630) or for squares 1:1 (1200x1200). For more info, visit [here](https://iamturns.com/open-graph-image-size/). |
71
+
|**imageAlt**| string |**Yes**| Image alt for users who are visually impaired. |
72
+
|**locale**| string |**No**| The locale these tags are marked up in, such as; `en_GB`, `fr_FR` and `es_ES`. Defaults to `en_US`. |
72
73
73
74
To add all page meta properties, add `MetaHeadEmbed` to the `head` of the page.
0 commit comments