╭───────────────────────────────────────────────╮
│ ▓░▒▓░░▒░▓▒░▓▓░▒░▓░░▒▓▒░▓░░▓▒░▓░▒░▓░░▒▓░░ │
│ ░▓▒░▓░░▒▓▒░▓░░▒▓▓░▒░▓▒░░▓▒░▓░▒░░▓▒░░▓░▒ │
│ ▓░▒▓░░▒▓▒░░▓░▒▓▒░░▓░░▓▒░▓░▒░░▓▒░▓░░▒▓░ │
│ ░▒▓░▒░▓▒░░▓░▒▓░░▒▓▒░░▓░▒▓░░▒▓░ agentimization │
╰───────────────────────────────────────────────╯
geo audit for agent-ready websites and projects.
geomaxx your site so ai agents can actually find, parse, and cite it.
npx agentimization https://your-site.comaudit a live site:
agentimization https://docs.your-site.comaudit a local directory:
agentimization .pipe results to a tool or file:
agentimization https://your-site.com --json > report.json
agentimization https://your-site.com --md | pbcopy36 checks across 8 categories. each one is a thing ai agents need to discover, parse, or cite your content.
- content discoverability:
llms.txt, sitemap, robots - markdown availability:
.mdurls, content negotiation - content structure: headings, code fences, hidden tabs
- page size and rendering: ssr vs csr, boilerplate ratio
- url stability: status codes, redirects, canonicals
- authentication and access: gates, alternative paths
- geo signals: json-ld, citations, freshness, e-e-a-t
- agent protocols: mcp card, api catalog, agents.md, link headers
it samples up to 10 pages of your site, runs 36 checks against the html, headers, and well-known files, then weights them into a 0 to 100 score. failed checks come with a suggestion you can paste into your ai coding agent.
node 18 or newer.
import { audit } from "@agentimization/core"
const result = await audit("https://your-site.com")
console.log(result.grade, result.overall_score)mit