seo-metadata-checker
Version:
Browser-focused SEO metadata checker for SPAs. Automatically monitors and displays SEO tags with real-time route change detection for React, Vue, Angular apps.
60 lines • 1.5 kB
JSON
{
"name": "seo-metadata-checker",
"version": "1.0.0",
"description": "Browser-focused SEO metadata checker for SPAs. Automatically monitors and displays SEO tags with real-time route change detection for React, Vue, Angular apps.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build step required - pure JavaScript\"",
"dev": "echo \"Import in your HTML or JavaScript file to use\""
},
"keywords": [
"seo",
"metadata",
"open-graph",
"twitter-cards",
"spa",
"react",
"vue",
"angular",
"route-monitoring",
"meta-tags",
"social-media-preview",
"web-optimization",
"seo-checker"
],
"author": {
"name": "Your Name",
"url": "https://github.com/yourusername"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/seo-metadata-checker.git"
},
"bugs": {
"url": "https://github.com/yourusername/seo-metadata-checker/issues"
},
"homepage": "https://github.com/yourusername/seo-metadata-checker#readme",
"files": [
"index.js",
"README.md"
],
"engines": {
"node": ">=12.0.0"
},
"browser": "index.js",
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"devDependencies": {},
"dependencies": {},
"peerDependencies": {},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/yourusername"
}
}