This notice appears when your site's homepage doesn't offer a Markdown version through content negotiation. Here's what that means and when it's worth implementing.
Without a Markdown version, an agent has to parse your homepage's full HTML to extract the relevant information, instead of receiving it already simplified.
Very few sites offer this alternate today, so not implementing it doesn't put you at a disadvantage against most of your competitors.
Adopting it now positions you among the first sites ready for a growing ecosystem of AI agents.
Implementing this means serving a Markdown version of your homepage and declaring it correctly.
It can be a direct translation of the page's main content into simple Markdown.
Where to apply it: On the same server, responding to requests with an "Accept: text/markdown" header, or at a dedicated URL (e.g., /index.md).
Add a <link rel="alternate" type="text/markdown" href="..."> tag pointing to that version.
Where to apply it: In the <head> of your homepage's HTML.
Check that the Markdown version's URL returns the expected content with the right content type.
Where to apply it: By accessing the URL declared in the href directly.
Audit your website for free and discover if this and other SEO errors are affecting your ranking.
We use them to make the site work properly, understand how you use it and improve our marketing. You can accept, reject or configure them. More information in our cookie policy.