Comparing version 0.3.9 to 0.3.10
{ | ||
"name": "astro-seo", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"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", |
@@ -63,2 +63,5 @@ ![Astro SEO Logo](https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png) | ||
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`. | ||
twitter.card | string | Sets `twitter:card`. The card type, which will be one of “summary”, “summary_large_image”, “app”, or “player”. | ||
twitter.site | string | Sets `twitter:site`. (Twitter) @username for the website used in the card footer. | ||
twitter.creator | string | Sets `twitter:creator`. (Twitter) @username for the content creator / author. | ||
@@ -65,0 +68,0 @@ ## Open Graph |
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
13557
119