Industry Snippet

Site Update: View and Copy Pages as Markdown

View as Markdown RSS
A cartoon robot walks away hugging a clean sheet headed # MARKDOWN, leaving behind a bin labelled HTML that overflows with discarded web-page parts: a browser window, a pop-up, a navigation bar and buttons.
The Markdown version keeps a page's headings, lists, links and footnotes and leaves the navigation, pop-ups and buttons behind. Illustration: AI-generated.

Every article, guide, pillar page and news story on The SEO Handbook, plus the glossary, now carries two controls beside its date: View as Markdown opens the page’s Markdown source, and Copy as Markdown puts it on your clipboard.

The Markdown keeps the headings, lists, links and footnotes and leaves out the navigation, styling and scripts around them, so a page pastes cleanly into an AI assistant, a notes app, a client brief or a doc. The copy opens with the page’s title, description, author and dates, so a pasted page still says what it is and how current it is.

Software can fetch the same file without the buttons. Replace a page’s trailing slash with .md (/ai-search/agent-readiness/ becomes /ai-search/agent-readiness.md), or request the normal URL with an Accept: text/markdown header. Each page advertises its Markdown version with a <link rel="alternate" type="text/markdown"> element, one of the two link relations llms.txt v2 formalised, and each Markdown file names the HTML page as its canonical, so search engines are pointed at the HTML version to index.

The files are there for agents and AI tools that retrieve pages, as part of making the handbook agent-ready, and for readers who want a clean copy. They are not a ranking tactic: there is no evidence yet that serving Markdown earns AI citations. Whether it is worth doing on your own site is covered in Markdown Pages for AI Agents.

Sources

More news