Audit the active tab for AI-citation readiness — 43 checks across crawlability, structured data, content, AI readability, agentic browsing, and technical health. Built by AutomateLab.
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select this repository folder (the one containing
manifest.json)
- Navigate to any
https://page - Click the extension icon
- Click Audit this page (or view cached result)
- Open Full report for the complete check-by-check breakdown on automatelab.tech
- Fetches page HTML,
robots.txt, sitemap, andllms.txtvia the SSRF-hardened proxy athttps://automatelab.tech/api/audit-fetch - Runs the same client-side check engine as the AI SEO Checker web tool
- Caches the last result per URL in
chrome.storage.local - Sets the toolbar badge to the letter grade (A–F) on that exact page URL only — switching tabs or navigating clears it until you audit the new page
| Permission | Why |
|---|---|
activeTab |
Read the URL of the tab you clicked the icon on |
storage |
Cache audit results locally |
https://automatelab.tech/* |
Call the audit-fetch API only |
Regenerate audit-engine.js after changing checks in the AI SEO Checker web tool:
python scripts/extract-audit-engine.pyMIT — AutomateLab