# Resend pricing teardown · 90/100 · Onto
> Resend already spoke Markdown to agents in May, and still does: ask /pricing for text/markdown and you get 5,161 bytes instead of 462 KB of HTML. JSON-LD is on the page and robots.txt is open. It scored 90 then and scores 90 now; the last 10 points only go to Markdown served through the Onto SDK.

**Source:** /case-studies/resend-pricing
**Extracted:** 2026-09-24T18:14:20.596Z

---
Teardown · Resend

## Resend was already agent-ready. Three months on, it still is.

Resend already spoke Markdown to agents in May, and still does: ask /pricing for text/markdown and you get 5,161 bytes instead of 462 KB of HTML. JSON-LD is on the page and robots.txt is open. It scored 90 then and scores 90 now; the last 10 points only go to Markdown served through the Onto SDK.

[Scan your site](/scanner) [All teardowns](/case-studies)

[Live targetresend.com/pricing](https://resend.com/pricing)

90 → 90

May → 24 Sep 2026

5.0 KB

Markdown, from the page

461.6 KB

the page, as HTML

Check by check

### Where the points went, then and now.

The scanner starts at 100 and takes points off. May's column is the teardown's findings, which add up to the 90 it published; today's is a scan on 24 Sep 2026.

CheckMay 202624 Sep 2026

1.  **robots.txt**_Blocks agents → 0__May_passed_Now_passed
2.  **A Markdown version**_None −25 · its own, not the SDK −10__May_**−10** own Markdown_Now_**−10** own Markdown
3.  **Markup against content**_Under 15% content −25 · under 30% −10 · skipped with Markdown__May_skipped · has Markdown_Now_skipped · has Markdown
4.  **Page weight**_Over 200 KB −10 · skipped with Markdown__May_skipped · has Markdown_Now_skipped · has Markdown
5.  **JSON-LD**_None −20__May_passed_Now_passed
6.  **Image alt text**_Any missing −5__May_passed_Now_passed
7.  **Headings**_Fewer than 2 −10__May_passed_Now_passed
8.  **Score****90****90**

What an agent gets

### Three requests, and which one counted.

The scanner asks for Markdown three ways, as GPTBot, in this order; the first that returns Markdown counts. Here is how resend.com answered on 24 Sep 2026.

1.  01`GET /pricing · Accept: text/markdown`200 · text/markdown · 5,161 bytes_counted_
2.  02`GET /pricing.md`not needed · the first probe answered_not needed_
3.  03`GET /llms.txt`not needed_not needed_

The page answers for itself: 5.0 KB of Markdown instead of 461.6 KB of HTML, from the same URL. All three teardowns lose the same last 10: those only go to Markdown served through the Onto SDK.

What we recommended

### The May advice, and what happened.

Kept as published. Since, not because: we don't know that anyone at these companies read it.

1.  _Not done_
    
    ### Serve the Markdown through the Onto SDK
    
    Not done, and nothing is broken without it: Resend's own Markdown works. The SDK would add visit analytics, and under our scorer the last 10 points.
    

Your turn

### Run the same scan on your site.

Free, no signup. Every penalty comes back with a name, the same ones this teardown is built from.

[Scan your site](/scanner) [All teardowns](/case-studies)

---
## Structured Data (JSON-LD)
```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://buildonto.dev/#org",
      "name": "Onto",
      "url": "https://buildonto.dev",
      "logo": "https://buildonto.dev/icon.png",
      "sameAs": [
        "https://x.com/buildonto",
        "https://github.com/ravixalgorithm/ontosdk"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://buildonto.dev/#site",
      "url": "https://buildonto.dev",
      "name": "Onto",
      "publisher": {
        "@id": "https://buildonto.dev/#org"
      }
    },
    {
      "@type": "SoftwareApplication",
      "name": "Onto",
      "applicationCategory": "DeveloperApplication",
      "operatingSystem": "Web",
      "url": "https://buildonto.dev",
      "description": "Onto serves AI agents clean Markdown from your own site, at the same URL, and shows you which agents came. Plus the AIO score, a Read API and an MCP server.",
      "publisher": {
        "@id": "https://buildonto.dev/#org"
      },
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "description": "Free tier: 1,000 credits / month"
      }
    }
  ]
}
```
