# Analyze the dist folder
bunx @capyseo/cli analyze ./dist
Example output:
/index.html
Score: 85/100
[x] [meta-description] Missing meta description
Add <meta name="description" content="...">
[!] [image-alt] Image missing alt: hero.jpg
Add descriptive alt text
[i] [open-graph] Missing og:image
==================================================
Average Score: 85.0/100
Total Pages: 1
Total Issues: 3
2. Analyze a Live URL
bunx @capyseo/cli analyze https://example.com
This checks:
All pages linked from the homepage
Live link status (broken links)
Security headers
And all 46 SEO rules
3. Enable AI Suggestions
Get AI-generated fixes for missing meta descriptions and alt text:
# Set your API key
export GEMINI_API_KEY=your_key_here
# Run with AI
bunx @capyseo/cli analyze ./dist --ai
With AI, you'll see:
[x] [meta-description] Missing meta description
Add <meta name="description" content="...">
AI Suggestion: "Learn how to build modern web apps with our
comprehensive guide covering React, Vue, and Svelte frameworks."