Website Audit
POST/audit
Performs a comprehensive SEO and AI-readiness audit of a specified URL. The audit analyzes:
- Site files (robots.txt, llms.txt, .well-known directory)
- SEO fundamentals (title, description, headings)
- Structured data (Schema.org, JSON-LD, Microdata)
- Content structure and semantic HTML
- Image accessibility
- Automation readiness for AI agents
- JavaScript rendering and bot accessibility
- Content freshness (legacy field, status Unknown)
- Internal linking (legacy field, status Unknown)
- HTML semantics (legacy field, status Unknown)
Returns an overall score (0-100) and detailed recommendations for improvement.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful audit response
Bad Request - Invalid URL format or domain
Unauthorized - Invalid or missing API key
Forbidden - Bot protection detected
Not Found - Page not found
Validation Error - Invalid request format
Internal Server Error