What problem does it solve?
This Skill helps you automatically improve your web project's search visibility by inspecting your codebase and applying best-practice SEO improvements. It prioritizes pages, adds meta data, structured data, and generates a sitemap to boost discoverability.
Core Features & Use Cases
- Framework-aware analysis: Detects Next.js, Astro, and static sites to tailor optimizations.
- Meta & social optimization: Adds and corrects title/descriptions, Open Graph, Twitter cards, and robots rules.
- Structured data & sitemap: Generates JSON-LD schemas and sitemap.xml to surface in search results.
- Use Case: You launch a new site and want it to be found quickly by search engines and social platforms with minimal manual tweaking.
Quick Start
Run: python analyze_seo.py <project-path> to start an SEO health check and obtain a prioritized improvement plan. Then run: python generate_sitemap.py <project-path> --domain https://your-domain to generate sitemap.xml.