astro-seo-metadata
Version:
Bare minimum SEO meta tags to make most social networks and Google engine happy.
39 lines (38 loc) • 862 B
JSON
{
"name": "astro-seo-metadata",
"version": "0.6.0",
"description": "Bare minimum SEO meta tags to make most social networks and Google engine happy.",
"keywords": [
"astro",
"astro-component",
"google",
"opengraph",
"search-engine",
"optimization",
"html",
"seo"
],
"homepage": "https://code.juliancataldo.com/component/astro-seo-metadata",
"bugs": {
"url": "https://github.com/JulianCataldo/web-garden/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/JulianCataldo/web-garden",
"directory": "app/SEO"
},
"license": "ISC",
"author": "Julian Cataldo",
"type": "module",
"main": "index.ts",
"files": [
"index.ts",
"Props.ts",
"SEOMetadata.astro",
"CHANGELOG.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"gitHead": "83c80498150e654144c1eba61edb0a6e7d2e7a30"
}