AI Product Index / Open Graph tags

Open Graph tags

Agents reuse OG tags when they surface you in a card, the same way social platforms do. It is a second, independent description that costs three tags.

7
of 122 points
5.7%
of the total grade
2025
checklist generation

How to pass it

Add og:title, og:description and og:image — agents reuse them when they surface you in a card.

Paste-ready

Replace {{ORIGIN}} with your own origin — or call the paid endpoint, which substitutes it for you and tells you which checks you actually failed.

<!-- in <head> -->
<meta property="og:type" content="website">
<meta property="og:title" content="Your Product — what it does">
<meta property="og:description" content="One sentence on what this is.">
<meta property="og:url" content="{{ORIGIN}}/">
<meta property="og:image" content="{{ORIGIN}}/og.png">

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

12 more 2025 checks, and 7 from the other generation.