Brand Site Audit
Partner ProgramAuthentication requiredbrand_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.
Access: Partner Program or approved access with read_brand permission
When to use
Use after reviewing audit inaccuracies to determine whether AI crawlers can access the corrective content.
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. |
Try this in Claude
Audit our homepage, about page, and pricing page for AI crawler access.
Example request
{
"url": "https://optimly.ai",
"pages": [
"/",
"/about",
"/pricing"
]
}
Example response coming soon.
