AI Product Index / Serves markdown to callers that ask for it

Serves markdown to callers that ask for it

An agent parsing your HTML is guessing which parts are content. Answering Accept: text/markdown with a markdown twin removes the guess, and it costs one content-negotiation branch.

3
of 122 points
2.5%
of the total grade
2026
checklist generation

How to pass it

Answer Accept: text/markdown with a markdown twin of the page. An agent parsing your HTML is guessing at which parts are content; markdown removes the guess, and it costs one content-negotiation branch.

Check your own site

Free, no signup, same endpoint that produced every grade on the leaderboard:

curl "https://index.percall.dev/api/score?url=https://your-site.example"

It returns the letter grade and every check by name with pass/fail. The $0.05 call at POST /api/audit adds why each one failed and a snippet with your origin already in it.

The rest of the checklist

6 more 2026 checks, and 13 from the other generation.