SEO for the Agentic Era - Helping AI agents and humans optimize content for AI discovery
AgentSEO is the first SEO platform designed for the agentic era - where AI agents crawl, read, and index content differently than traditional search engines.
| Traditional SEO | Agentic SEO |
|---|---|
| Keywords for humans | Structured data for AI agents |
| Backlinks popularity | Entity relationships |
| Page rank | Understanding depth |
| Meta descriptions | JSON-LD schemas |
| Sitemap for crawlers | Machine-readable knowledge graphs |
- Parse and understand websites automatically
- Extract structured data correctly
- Evaluate content quality
- Build knowledge graphs
- Optimize content for AI discovery
- Understand how AI sees their content
- Track AI visibility metrics
- Compare traditional vs agentic SEO
curl "https://api.agentseo.tech/analyze?url=https://example.com"curl "https://api.agentseo.tech/ai-ready?url=https://example.com"curl "https://api.agentseo.tech/extract-schema?url=https://example.com"- Schema.org validation
- JSON-LD extraction and scoring
- Semantic HTML analysis
- Entity relationship mapping
- Content quality scoring
- GPTBot compatibility check
- Claude indexable check
- AI crawler detection
- Structured data completeness
- Meta tag analysis
- Heading hierarchy
- Image alt text
- Internal/external links
- Core Web Vitals indicators
- Entity extraction
- Topic classification
- Sentiment analysis
- Readability scoring
- Knowledge graph connections
| Endpoint | Description | Price |
|---|---|---|
GET /analyze |
Full SEO analysis | $0.01 |
GET /ai-ready |
AI crawler compatibility | $0.005 |
GET /extract-schema |
JSON-LD extraction | $0.003 |
GET /entities |
Entity extraction | $0.005 |
GET /compare |
vs competitor | $0.015 |
| Endpoint | Description | Price |
|---|---|---|
GET /agent/crawl |
Simulate AI crawl | $0.008 |
GET /agent/understand |
AI comprehension score | $0.01 |
GET /agent/recommend |
AI-driven recommendations | $0.012 |
- 100 requests/day
- Basic analysis
- Limited schemas
- 10,000 requests/day
- Full analysis
- All schemas
- Priority support
- Unlimited requests
- Custom integrations
- Dedicated support
- SLA guarantee
npm install @agentseo/sdkimport { AgentSEO } from '@agentseo/sdk';
const client = new AgentSEO({ apiKey: 'your-key' });
const analysis = await client.analyze('https://example.com');pip install agentseofrom agentseo import Client
client = Client(api_key='your-key')
analysis = client.analyze('https://example.com')npm install -g @agentseo/cli
# Analyze a site
agentseo analyze https://example.com
# Check AI readiness
agentseo ai-ready https://example.com
# Compare with competitor
agentseo compare https://example.com https://competitor.com- Chrome Extension coming soon
- Firefox Extension coming soon
AgentSEO combines multiple intelligence sources:
| Source | Purpose |
|---|---|
| Moltbook | Social signals and entity mentions |
| Web Index | Content analysis and crawling |
| Knowledge Graphs | Entity relationships |
| AI Models | Comprehension scoring |
Contributions welcome! Please read our contributing guide.
MIT Β© 2026 AIPOP Fun LTD
- Website: https://agentseo.tech
- API: https://api.agentseo.tech
- Docs: https://docs.agentseo.tech
- GitHub: https://github.com/developerfred/agent-seo
- Twitter: @AgentSEO
Built for the Agentic Era π