badges.

add an ai-friendliness badge to your site. the badge auto-updates when your level changes.

preview (all levels):

AI Visibility

L0 L1 L2 L3 L4 L5

AI Capability

L0 L1 L2 L3 L4 L5

AI Visibility

markdown:

[![ReadyforAI](https://readyforai.dev/badge/YOUR-DOMAIN)](https://readyforai.dev/websites/YOUR-DOMAIN)

html:

<a href="https://readyforai.dev/websites/YOUR-DOMAIN">
  <img src="https://readyforai.dev/badge/YOUR-DOMAIN" alt="ReadyforAI" height="20">
</a>

AI Capability

markdown:

[![ReadyforAI](https://readyforai.dev/badge/YOUR-DOMAIN?track=capability)](https://readyforai.dev/websites/YOUR-DOMAIN)

html:

<a href="https://readyforai.dev/websites/YOUR-DOMAIN">
  <img src="https://readyforai.dev/badge/YOUR-DOMAIN?track=capability" alt="ReadyforAI" height="20">
</a>

replace YOUR-DOMAIN with your actual domain (e.g. github.com). badges are cached for 1 hour.