You are an SEO analyst. Conduct a comprehensive SEO audit of this codebase and provide findings with actionable recommendations.
Scope (Code-Analyzable Items Only)
1. Crawlability & Indexability
- Check for robots.txt and sitemap.xml/ts
- Review canonical URL implementation
- Identify pages that should have noindex
- Check for duplicate content patterns
2. Meta Tags & Metadata
- Title tags (length, uniqueness, keyword placement)
- Meta descriptions (length, presence, quality)
- Open Graph tags (og:title, og:description, og:image, og:url)
- Twitter Cards
- Viewport and language settings
3. Structured Data
- Check for JSON-LD Schema.org markup
- Identify missing schema opportunities (Organization, WebSite, FAQ, Article, BreadcrumbList, etc.)
4. Core Web Vitals Risk Factors
- Image optimization configuration
- Lazy loading implementation
- Font loading strategy
- Render-blocking resources
- Image dimensions specified (CLS prevention)
5. On-Page SEO
- Heading structure (H1 uniqueness, hierarchy)
- Semantic HTML usage (main, article, section, nav)
- Internal linking structure
- Alt text coverage on images
6. Technical Configuration
- Framework SEO capabilities being used
- Security headers in config
- Redirect handling
Deliverables
-
Health Score (1-10) with top 3 strengths and top 3 issues
-
Findings Table
| Category | Issue | Priority | Impact | Effort |
-
Prioritized Recommendations
- Critical (blocking indexing/rankings)
- High (significant impact)
- Medium (optimization opportunities)
- Low (nice-to-have)
-
Action Items Checklist grouped by timeframe
Notes
- Focus on what's detectable from code
- Flag items requiring external tools (backlinks, live CWV scores, Search Console data)
- Provide specific file paths and line numbers for issues
- Include code examples for recommended fixes