SEO Optimization
Run SEO audits and optimize your site for search engines and AI.
What the audit checks
The vibesites_check_seo tool runs a 12-point audit:
- Title tag present and under 60 characters
- Meta description present and under 160 characters
- Open Graph tags (og:title, og:description, og:image)
- Heading hierarchy (single H1, logical H2/H3 structure)
- Alt text on all images
- Canonical URL
- Robots meta tag
- Structured data (JSON-LD)
- Mobile viewport meta tag
- Page load size
- Internal link structure
- Favicon presence
Step 1: Run the audit
Ask Claude:
Prompt
"Run an SEO audit on my site"Step 2: Fix issues
Claude returns a list of issues with severity. Ask it to fix them:
Prompt
"Fix all the SEO issues you found"What's automatic
Vibesites auto-generates these on every build — you don't need to create them manually:
- sitemap.xml — lists all HTML pages
- robots.txt — allows all crawlers, points to sitemap
- Favicon — auto-generated SVG if none exists
- Viewport meta tag — injected if missing
- Charset — injected if missing