Skip to content

AutomateLab-tech/ai-seo-page-auditor-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-SEO Page Auditor (Chrome extension)

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.

Install (unpacked, dev)

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked
  4. Select this repository folder (the one containing manifest.json)

Use

  1. Navigate to any https:// page
  2. Click the extension icon
  3. Click Audit this page (or view cached result)
  4. Open Full report for the complete check-by-check breakdown on automatelab.tech

How it works

  • Fetches page HTML, robots.txt, sitemap, and llms.txt via the SSRF-hardened proxy at https://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

Permissions

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

Development

Regenerate audit-engine.js after changing checks in the AI SEO Checker web tool:

python scripts/extract-audit-engine.py

License

MIT — AutomateLab

About

Chrome extension: audit any page for AI-citation readiness (43 AEO/GEO checks).

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors