| 开发者 | studiomeyerio |
|---|---|
| 更新时间 | 2026年9月8日 02:36 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Accept: text/markdown oder mit angehängtem .md), ein Agent-Skills-Dokument, einen API-Katalog nach RFC 9727 und HTTP-Link-Header nach RFC 8288. Alles läuft lokal auf Ihrem Server — kein Konto, keine API-Schlüssel, kein Fremddienst. Standardmäßig ist alles ausgeschaltet; Sie entscheiden, was veröffentlicht wird. Nur bereits öffentliche Inhalte werden ausgeliefert — Entwürfe und private Seiten nie, und eine passwortgeschützte Seite verlangt ihr Passwort genau wie im Browser.
AI agents read websites differently than people do. This plugin tells you how yours looks to them, and fixes the part a plugin can fix.
This is an independent plugin by StudioMeyer. It is not affiliated with, endorsed by or connected to any company that publishes an agent-readiness checker or scoring service.
The report
One button runs the checks. Each one asks your own site over HTTP — the same loopback technique WordPress Site Health uses — because what matters is what a client actually receives. A check that only read the plugin's own settings would show green on a site where a cache, a static file or a server rule serves something else entirely.
For every signal you get one of three honest answers:
Accept: text/markdown, or append .md to the permalink. Agents get your text without navigation, styling or scripts, and without having to guess which part of the page is the content. You choose which post types take part.
2. Agent Skills
A short instruction sheet at /.well-known/agent-skills/index.json telling an agent how to work with this specific site: how to search it, which structured endpoints exist, where the Markdown lives, and the ground rules. You can write the one-line summary yourself or use the generated one.
3. API catalog
/.well-known/api-catalog in the standard format defined by RFC 9727, listing your REST API, sitemap, feed and skills index in one predictable place — so a client does not need to know WordPress conventions to find them.
4. Link headers
An RFC 8288 Link header pointing at your sitemap, feed, API catalog and, on a single post or page, its Markdown twin. Existing Link headers from WordPress or other plugins are preserved, never replaced.
What it deliberately does not do
Being useful here means not overlapping with what you already run:
No. Every check is a request from your server to your own site, and a redirect is followed only while it stays there. Nothing is sent to StudioMeyer, and the plugin has no other address to send anything to. If you want an independent second opinion, public checkers exist and you can visit one yourself — the plugin does not contact any of them for you.
No. It is an independent plugin by StudioMeyer. It measures publicly documented signals — robots.txt rules, sitemaps, RFC 8288 Link headers, RFC 9727 API catalogs, Markdown content negotiation and others — and does not reproduce any specific vendor's scoring formula.
Markdown responses are sent with X-Robots-Tag: noindex and a Link: rel="canonical" header pointing back at the normal page, so search engines keep indexing the HTML version.
Some things cannot be seen from your server: DNS records, bot signature verification at your CDN, and browser JavaScript APIs. Counting those as failures would blame you for something no plugin can change, so they are reported separately and left out of the ratio.
A caching layer or a real static file at the same path can intercept the response before WordPress sees it. Clear your cache and check again. If a .well-known file exists on disk, your web server will serve that instead of WordPress.
Yes. It writes no robots.txt, no sitemap and no llms.txt, so there is nothing for the two to fight over. Its Link header is appended to existing ones rather than replacing them.
Only published, publicly viewable posts of the types you tick. Drafts, private posts and scheduled posts are never served. A password-protected post behaves exactly as it does in HTML: nothing is served without the password, and the content is served once the password has been entered.
X-Content-Type-Options: nosniff with the skills and API catalog documents..md request, so anything reading them later sees the real request.Accept: text/markdown and .md permalinks, with Vary: Accept, noindex and a canonical link header.