Loading...
Loading...
An automated SEO testing tool based on official Google documentation. It automatically analyzes a website's technical SEO, content metadata, performance experience, and link structure, and outputs a test report that aligns with Google's best practices. Use cases: (1) Analyze website SEO status, (2) Diagnose search engine ranking issues, (3) Verify if pages comply with Google Search Essentials standards, (4) Generate actionable SEO optimization recommendations.
npx skill4agent add loo-y/seo-analyzer-skill seo-analyzerpython scripts/seo_analyzer.py --auto <url># Analyze from file
python scripts/seo_analyzer.py <html_file> <url>
# Read from stdin
agent-browser get source | python scripts/seo_analyzer.py - <url>
# JSON output format
python scripts/seo_analyzer.py <html_file> <url> --jsonseo_analyzer.py# Method 1: Auto Mode (Recommended)
python scripts/seo_analyzer.py --auto https://example.com
# Method 2: Step-by-step execution
agent-browser open <url> --timeout 30000
agent-browser get source | python scripts/seo_analyzer.py - <url>
# Method 3: Use file
agent-browser get source > /tmp/page.html
python scripts/seo_analyzer.py /tmp/page.html <url>references/seo-check-rules.md--jsonreferences/seo-check-rules.md