astro-seo-plugin
Version:
A strong and reliable Astro SEO optimization plugin made just for Astro-based websites that boosts performance, makes sites more visible to search engines, and helps developers get their sites to rank higher. It does this through smart analytics and by ma
56 lines • 1.44 kB
JSON
{
"name": "astro-seo-plugin",
"version": "1.3.5",
"description": "A strong and reliable Astro SEO optimization plugin made just for Astro-based websites that boosts performance, makes sites more visible to search engines, and helps developers get their sites to rank higher. It does this through smart analytics and by managing metadata.",
"repository": {
"type": "git",
"url": "https://github.com/bhargav-bkpatel/astro-seo-plugin"
},
"homepage": "https://astro-seo-plugin.vercel.app/",
"bugs": {
"url": "https://github.com/bhargav-bkpatel/astro-seo-plugin/issues"
},
"type": "module",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./components/*": "./dist/components/*",
"./types": "./dist/types/index.js"
},
"files": [
"dist",
"dist/components",
"dist/types",
"README.md"
],
"keywords": [
"astro",
"withastro",
"astro-seo-plugin",
"astro-component",
"astro-integration",
"astro-seo",
"astro-analytics",
"astro-plugin",
"astro-content",
"astro-meta-tags",
"astro-canonical-tag"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=18.14.1",
"npm": ">=9.3.1"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"schema-dts": "^1.1.2"
}
}