AI-Readable View // This is what AI systems see
# AI-readable alternate files (.md and .txt)

> For each page you generate, SuperSchema builds a clean Markdown (.md) and plain-text (.txt) version of your content, hosts them, and gives you two link tags to add to your page head so AI systems can read your content without fighting your layout.

*Category: AI-Readable Files ยท Last updated: 2026-07-07*

---

A normal web page is mostly wrapper: navigation, menus, scripts, styling, cookie banners, and ads. AI systems have to dig your actual content out of all that, and they often get it wrong. AI-readable alternate files fix this. For each page you generate, SuperSchema produces two stripped-down copies of the real content, one in Markdown (.md) and one in plain text (.txt), hosts them, and gives you two small link tags to drop into your page head. AI crawlers that support alternate content can then read the clean version instead of parsing your full HTML.

> **Note:** These files are separate from your JSON-LD schema. Schema is always placed inline in your page as a script block. Alternate files are the clean text of the page itself, hosted by SuperSchema and pointed to with a link tag. They work together: schema tells AI what the page is, the alternate file gives AI the readable content.

### Markdown vs plain text

You do not have to choose between them. SuperSchema always generates both and gives you a link tag for each. They contain the same content in two shapes:

**Markdown (.md):** Keeps light structure: headings, lists, tables, quotes, and links. Most AI systems handle Markdown cleanly, and it preserves the outline of your page so an AI can tell a heading from a body paragraph.

**Plain text (.txt):** The simplest possible form, with a labeled header block (title, summary, author, dates, keywords, source URL) followed by the content. Maximum compatibility for anything that just wants raw text.

### What is inside each file

The files are not a raw HTML dump. SuperSchema structures them for AI comprehension. Each file includes:

- A metadata header: title, description, content type, publisher, author (with job title and organization when detected), publish and modified dates, reading time, word count, keywords, and the canonical source URL.
- A Key Takeaways section pulled from your main section headings.
- A table of contents for longer pages (three or more H2 sections).
- The full cleaned body content: headings, paragraphs, lists, tables, quotes, and images, in reading order.
- A Frequently Asked Questions section when the page has question-style headings with answers below them.
- An About This Content citation block linking back to your original page.

> **Tip:** Because the files carry a proper title, dates, and a source link back to your page, an AI that quotes them has a clean, attributable version of your content to cite. That is the whole point: accurate quotes that point back to you.

### How to add them to your page

SuperSchema gives you two link tags. Add them to the <head> of your page, alongside your schema. They look like this:

```html
<link rel="alternate" type="text/markdown" title="AI-readable version (Markdown)" href="https://llm.superschema.workers.dev/your-path.md">
<link rel="alternate" type="text/plain" title="AI-readable version (Plain Text)" href="https://llm.superschema.workers.dev/your-path.txt">
```

1. Generate schema for the page (the alternate files are built at the same time).
2. Copy the two alternate link tags SuperSchema provides for that page.
3. Paste them into the <head> of your page, next to your schema script.
4. Publish. The tags point to files SuperSchema already hosts, so there is nothing else to upload.

> **Note:** The files are hosted for you at https://llm.superschema.workers.dev. You are only adding two lightweight link tags to your page. Your visible page, its layout, and its content do not change, and the link tags do not affect how your page ranks in normal search.

### Availability

Hosted alternate files are part of the AI-readability feature, which is on for paid plans. On the Free Trial the files still get generated for each of your included generated pages, so you can see exactly what they contain, and hosting turns on when you move to a paid plan.

| Plan | Alternate files |
| --- | --- |
| Free Trial | Generated for your included pages so you can preview them; hosting enabled on upgrade. |
| Essential and up | Generated and hosted, with the live link tags ready to paste. |

> **Note:** You can also generate alternate files for a page that already has good schema and does not need new schema, as long as the page still counts within your plan. This is useful when you only want the clean AI-readable version.

### How updates and versions work

Each file reflects your page content at the moment it was generated. When you regenerate a page, SuperSchema builds a fresh version, increments the version number, and re-hosts it. The file URL carries a version parameter (for example ?v=2) so AI systems and caches pick up the new copy instead of a stale one.

- The files do not silently re-crawl your page on their own. Regenerating the page is what produces a new version.
- After a meaningful content change on your page, regenerate so the clean version matches what visitors now see.
- SuperSchema tracks a content hash per file, which is what lets monitoring flag when your live alternate file has drifted from what it generated.

> **Warning:** If you edit your page but do not regenerate, the hosted alternate file will describe the older content. Regenerate after real content changes to keep the AI-readable version honest.

### How this shows up in your scores

The Alternate category is one of the five parts of your SuperSchema Score, and it is worth 20% of the total. It checks whether an AI-readable Markdown version exists, whether a plain-text version exists, and whether both are reachable. Adding the alternate link tags is the most direct way to lift that category.

> **Tip:** Alternate is 20% of your SuperSchema Score, so publishing both files and their link tags can move your overall score noticeably. Pair it with valid schema (another 25%) for the biggest gain.

## Questions this answers

- What are AI-readable alternate files and why would I want them?
- What is the difference between the .md and .txt version?
- Where does SuperSchema host these files?
- How do I add the alternate files to my page?
- Do the alternate files update automatically when my page changes?
- Are AI-readable files available on the free plan?
- Do these files change my live page or affect SEO?
- Do I need to regenerate the files after I edit my content?
- Can I generate alternate files for a page that already has schema?
- How do alternate files affect my SuperSchema Score?

## Related

- https://superschema.ai/docs/domain-llms-txt
- https://superschema.ai/docs/copy-paste-into-head
- https://superschema.ai/docs/your-superschema-score
- https://superschema.ai/docs/how-ai-reads-your-website