Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AgentSEO

SEO for the Agentic Era - Helping AI agents and humans optimize content for AI discovery

Version License Agentic SEO

πŸ€– What is AgentSEO?

AgentSEO is the first SEO platform designed for the agentic era - where AI agents crawl, read, and index content differently than traditional search engines.

Key Differences

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

🎯 For Who?

AI Agents

  • Parse and understand websites automatically
  • Extract structured data correctly
  • Evaluate content quality
  • Build knowledge graphs

Humans

  • Optimize content for AI discovery
  • Understand how AI sees their content
  • Track AI visibility metrics
  • Compare traditional vs agentic SEO

πŸš€ Quick Start

Analyze a URL

curl "https://api.agentseo.tech/analyze?url=https://example.com"

Check AI Readiness

curl "https://api.agentseo.tech/ai-ready?url=https://example.com"

Get Structured Data

curl "https://api.agentseo.tech/extract-schema?url=https://example.com"

πŸ“Š Features

Core Analysis

  • Schema.org validation
  • JSON-LD extraction and scoring
  • Semantic HTML analysis
  • Entity relationship mapping
  • Content quality scoring

AI Readiness

  • GPTBot compatibility check
  • Claude indexable check
  • AI crawler detection
  • Structured data completeness

Traditional SEO

  • Meta tag analysis
  • Heading hierarchy
  • Image alt text
  • Internal/external links
  • Core Web Vitals indicators

Content Intelligence

  • Entity extraction
  • Topic classification
  • Sentiment analysis
  • Readability scoring
  • Knowledge graph connections

πŸ”Œ API Endpoints

Analysis Endpoints

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

Agent Endpoints

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

πŸ’° Pricing

Free Tier

  • 100 requests/day
  • Basic analysis
  • Limited schemas

Pro - $29/month

  • 10,000 requests/day
  • Full analysis
  • All schemas
  • Priority support

Enterprise

  • Unlimited requests
  • Custom integrations
  • Dedicated support
  • SLA guarantee

πŸ“¦ Libraries

JavaScript/TypeScript

npm install @agentseo/sdk
import { AgentSEO } from '@agentseo/sdk';

const client = new AgentSEO({ apiKey: 'your-key' });
const analysis = await client.analyze('https://example.com');

Python

pip install agentseo
from agentseo import Client

client = Client(api_key='your-key')
analysis = client.analyze('https://example.com')

πŸ› οΈ Tools

CLI

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

Browser Extension

  • Chrome Extension coming soon
  • Firefox Extension coming soon

πŸ“š Resources

Documentation

Blog

🌍 Data Sources

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

🀝 Contributing

Contributions welcome! Please read our contributing guide.

πŸ“„ License

MIT Β© 2026 AIPOP Fun LTD

πŸ”— Links


Built for the Agentic Era 🌐

About

SEO for the Agentic Era - Optimize content for AI agents

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages