Browser.ai
New in v18.14.0

Is Your Site Ready for AI Agents?

AI agents navigate your site the same way screen readers do. Sites built for accessibility are sites AI agents navigate effortlessly.

Audit, benchmark, and fix your AI-friendliness with CBrowser's full toolkit.

17
Detection Functions
5
Audit Pillars
6
WebMCP Tiers
A-F
Grade Scale
Patches
Code Fixes

What is AI-Friendliness?

AI-Friendliness measures how easily AI agents can navigate and use your website. It combines accessibility, semantic HTML, and machine-readable metadata.

Same Principles as A11y
ARIA labels, semantic HTML, and keyboard navigation help humans and AI alike
Agent-First Design
Structure your site so AI can complete tasks on behalf of users
Machine-Readable Docs
llms.txt, JSON-LD, and OpenGraph give agents context humans get visually

Agent Personas

Different AI agents navigate your site in different ways. Test with multiple persona types for broad coverage.

Retrieval Agent

Strategy: text

Extracts text content for RAG systems and knowledge bases

Use case: Content extraction, research

Task Completion Agent

Strategy: aria

Completes multi-step workflows using ARIA labels and semantic HTML

Use case: Forms, checkout, auth

Crawl Agent

Strategy: css

Maps site structure and finds content using CSS selectors and links

Use case: Site mapping, SEO

Conversational Agent

Strategy: text

Powers chat interfaces by reading and navigating site content

Use case: Chatbot, support

Five Pillars of AI-Friendliness

A full toolkit for auditing, benchmarking, and improving your site's AI-friendliness. Now includes MCP server readiness.

Traditional vs AI-Friendly Sites

See the concrete differences that make a site navigable by AI agents.

AspectTraditionalAI-FriendlyImpact
Button Labels"Submit", "Click Here", "Go""Add to Cart", "Sign In", "Download Report"Agents understand intent
Form InputsPlaceholder-only labelsProper <label> associationsAgents can fill forms
Custom DropdownsDiv-based with click handlersARIA combobox patternKeyboard + agent navigable
MetadataMissing or minimalJSON-LD, OpenGraph, llms.txtRich context for agents
NavigationJavaScript-only routingSemantic nav + breadcrumbsAgents understand hierarchy
Error StatesVisual cues onlyaria-invalid + live regionsAgents detect failures

Quick Start

Get started with three simple commands.

# Audit your site's AI-friendliness
npx cbrowser agent-ready-audit https://your-site.com
# Generate an llms.txt file
npx cbrowser llms-txt generate https://your-site.com
# Benchmark against competitors
npx cbrowser ai-benchmark https://your-site.com https://competitor1.com https://competitor2.com

Ready to Make Your Site AI-Friendly?

Start with an Agent-Ready Audit to see your current score. Then use the remediation engine to fix issues with code patches.