seo_discover_project
Detect web frameworks, routing, sitemap and robots configurations from a local project path to generate a page inventory for SEO audits.
Instructions
Discovers website architecture, detected web frameworks (Laravel Blade, Next.js App/Pages Router, Nuxt, Astro, PHP, static HTML), routing structure, existing sitemap/robots configurations, and page inventory.
USAGE GUIDELINES:
Use when starting an audit of a local codebase to detect framework patterns and file routes.
Do NOT use for remote websites or live URLs; use 'seo_crawl_and_extract' or 'seo_audit_sitemap_multipage' instead.
BEHAVIORAL TRANSPARENCY:
Safe, read-only local filesystem scan. Makes no network calls and modifies no files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute or relative directory path to the website root (e.g., "." or "/path/to/project"). Defaults to current directory. | . |