Optimly MCP
Brand Site Audit
Audit key website pages from an AI crawler's perspective: rendering, AI-bot robots rules, structured data, metadata, llms.txt, status, and visible content.
brand_site_audit · Partner Program · Authentication required
Audit key website pages from an AI crawler's perspective: rendering, AI-bot robots rules, structured data, metadata, llms.txt, status, and visible content.
When to use
Use after reviewing audit inaccuracies to determine whether AI crawlers can access the corrective content.
Access
Partner Program or approved access with read_brand permission
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | No | Website URL; defaults to Business Profile website. |
pages | string[] | No | Specific paths to audit; maximum 10. |
brand_slug | string | No | Brand selector for internal superadmin keys. Brand-scoped keys ignore it; OAuth users select an authorized brand with brand_id. |
Example prompt
Audit our homepage, about page, and pricing page for AI crawler access.
Example request
{
"url": "https://optimly.ai",
"pages": [
"/",
"/about",
"/pricing"
]
}