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:

  1. Title tag present and under 60 characters
  2. Meta description present and under 160 characters
  3. Open Graph tags (og:title, og:description, og:image)
  4. Heading hierarchy (single H1, logical H2/H3 structure)
  5. Alt text on all images
  6. Canonical URL
  7. Robots meta tag
  8. Structured data (JSON-LD)
  9. Mobile viewport meta tag
  10. Page load size
  11. Internal link structure
  12. 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