Not scored
Paste-in fragments
Minimal fragments you can paste into a theme or page. They prepare the Read layer (statutory pages, structured data, machine-readable text). They are not part of the Agentrix Score. Pasting them does not change a diagnosis. After you fix, use the study’s one free retest to remeasure Reach.
Labeled form
Placeholder-only inputs stall as JP-FORM-NOLABEL. Add a visible label, for/id pairing, and autocomplete first.
<form>
<p>
<label for="name">氏名</label>
<input id="name" name="name" autocomplete="name" required>
</p>
<p>
<label for="furigana">フリガナ</label>
<input id="furigana" name="furigana" autocomplete="off">
</p>
<p>
<label for="postal">郵便番号</label>
<input id="postal" name="postal" autocomplete="postal-code" inputmode="numeric">
</p>
<p>
<label for="email">メール</label>
<input id="email" name="email" type="email" autocomplete="email">
</p>
<button type="submit">次へ</button>
</form>Machine-readable tokushoho block
An example that points JSON-LD at your commercial-disclosure and returns URLs. Reach diagnosis does not inspect this block yet.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "OnlineStore",
"name": "例: 店舗名",
"url": "https://example.com/",
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 7,
"returnPolicyCountry": "JP",
"url": "https://example.com/law"
}
}
</script>Store llms.txt
A short file for the site root. It is not a UCP / ACP / MCP implementation.
# 店舗名
> 日本のネットショップ。人間用チェックアウトが本番です。
- Tokushoho / 特定商取引法: https://example.com/law
- Returns / 返品: https://example.com/returns
- Contact: https://example.com/contact