AI Product Index / schema.org JSON-LD on the page
Structured data is the difference between a model guessing what your page is about and being told. It is also the single heaviest check here, because it is the one that most reliably changes how you are described.
Add a <script type="application/ld+json"> block with @context https://schema.org and a concrete @type (Organization, SoftwareApplication, Product...).
<!-- in <head> -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Your Product Name",
"url": "{{ORIGIN}}/",
"description": "One sentence on what it does.",
"applicationCategory": "BusinessApplication",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
}
</script>
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.