Comparing version 0.3.10 to 0.3.11
{ | ||
"name": "astro-seo", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "Makes it easy to add SEO relevant tags to your Astro app.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jonasmerlin/astro-seo#readme", |
@@ -62,3 +62,9 @@ ![Astro SEO Logo](https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png) | ||
openGraph.image.height | number | Sets `og:image:height`. The number of pixels high. | ||
openGraph.image.alt | string | Sets `og:image:alt`. A description of what is in the image (not a caption). If the page specifies `openGraph.basic.image` it should specify `openGraph.image.alt`. | ||
openGraph.image.alt | string | Sets `og:image:alt`. A description of what is in the image (not a caption). __If the page specifies `openGraph.basic.image` it should specify `openGraph.image.alt`__. | ||
openGraph.article.publishedTime | string | Sets `article:published_time`. The date the article was published. Must be a ISO 8601 DateTime string. | ||
openGraph.article.modifiedTime | string | Sets `article:modified_time`. The date the article was last modified. Must be a ISO 8601 DateTime string. | ||
openGraph.article.expirationTime | string | Sets `article:expiration_time`. The date the article will no longer be relevant. Must be a ISO 8601 DateTime string. | ||
openGraph.article.author | string[] | Sets `article:author`. The author(s) of the article, if it's only one, pass an array with one entry. If there are multiple, multiple tags with descending relevance will be created. | ||
openGraph.article.section | string | Sets `article:section`. A high-level section name. E.g. Technology | ||
openGraph.article.tags | string[] | Sets `article:tag`. Tag words associated with this article. If it's only one, pass an array with one entry. If there are multiple, multiple tags with descending relevance will be created. | ||
twitter.card | string | Sets `twitter:card`. The card type, which will be one of “summary”, “summary_large_image”, “app”, or “player”. | ||
@@ -65,0 +71,0 @@ twitter.site | string | Sets `twitter:site`. (Twitter) @username for the website used in the card footer. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15695
125