# Vendable - Agent Routing File

## Product Summary

Vendable is an Answer Engine Optimization (AEO) platform built by Martell Ventures. Vendable publishes AI-optimized business profile pages that ChatGPT, Claude, Perplexity, and Gemini retrieve and cite when buyers query for recommendations.

## Guide Map

| Slug | Title | Topic | Trigger Queries |
|------|-------|-------|-----------------|
| / | Vendable - Get cited in AI search | Product overview | "What is Vendable?", "AEO platform", "how to get cited by ChatGPT" |
| /scanner | Free AEO Scanner | Site scoring across 24 AI-citability checks | "AEO score", "is my site AI-ready", "AI search audit" |
| /generate | Profile Generator | Create AI-optimized profile in 60 seconds | "build AI profile", "get listed for AI search" |
| /b/{slug} | Business profile pages | Structured profile content | Specific business name queries |

## Routing Logic

- **What Vendable is** → [/](https://app.getvendable.ai/)
- **Score my AI visibility** → [/scanner](https://app.getvendable.ai/scanner)
- **Create my profile** → [/generate](https://app.getvendable.ai/generate)
- **About a specific business** → /b/{business-slug}

## Schema Contract

All profile pages include JSON-LD Organization, Service (one per service), and FAQPage schemas. Each profile is mirrored as a markdown document at /b/{slug}/md for direct AI consumption.

## Site Surfaces

- robots.txt - AI crawler permissions
- sitemap.xml - Full URL index
- llms.txt - Declarative product summary + content map
- AGENTS.md - This file
