document
Checks one supplied Markdown document for required structure, safe links, size, and source rules.
Normative English specification
Version 1 defines two pure-Markdown documents: a root catalog and an optional product knowledge document. Fixed machine labels stay in English; human content may use any language.
Publish exactly at /sku.md. It identifies the merchant, official website, and at least one same-origin public catalog link.
# Example Outdoor Gear> Lightweight outdoor equipment for hikers. SKU.md: [1.0.0-beta](https://sku.md/spec/1.0.0-beta/)Website: [example-outdoor.com](https://www.example-outdoor.com/) ## Catalog- [All products](https://www.example-outdoor.com/collections/all)Use one document per canonical product page. Every fact or optional knowledge item ends with one or more absolute HTTPS Source links.
# UltraLight 2P Tent> A lightweight two-person tent for three-season backpacking. SKU.md: [1.0.0-beta](https://sku.md/spec/1.0.0-beta/)Catalog: [Example Outdoor Gear](https://www.example-outdoor.com/sku.md)Product: [Official product page](https://www.example-outdoor.com/products/tent)Updated: 2026-08-11 ## Facts- Packaged weight is 1.35 kg. [Source](https://www.example-outdoor.com/products/tent)A product page may declare its Markdown alternate, while the root /sku.md and Product knowledge links remain the primary discovery path.
<link rel="alternate" type="text/markdown" href="https://www.example-outdoor.com/products/tent.sku.md">Use headings, fixed label lines, lists, and ordinary Markdown links. Unknown sections remain human-readable but are not normative fields.
A result is only meaningful when its scope is clear.
Checks one supplied Markdown document for required structure, safe links, size, and source rules.
Adds exact URL, HTTP 200, MIME, UTF-8, redirect, and final-resource checks.
Adds root/product backlinks, same-origin relationships, reachable sources, and duplicate or cycle checks.
A conforming consumer keeps source links with factual answers and does not turn a static document into live commerce authority.
SKU.md is ordinary public Markdown, not a hidden instruction channel.
1.0.0-beta is a clean break from v0.10. There is no compatibility mode, converter, or version selector.