---
title: "Site Update: View and Copy Pages as Markdown"
description: "Every article, guide, pillar page and news story on The SEO Handbook now has a Markdown version you can open or copy in one click."
tldr: "From 24 September 2026, every article, guide, pillar page and news story on The SEO Handbook, plus the glossary, has View as Markdown and Copy as Markdown controls beside its date. The Markdown keeps headings, lists, links and footnotes and drops the page furniture, so it pastes cleanly into an AI assistant, a doc or a brief. Agents can fetch the same file by swapping a page's trailing slash for .md."
publishDate: 2026-09-24
author: "Liam Hayward"
---
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](/seo-news-updates/llms-txt-v2-spec-update/), 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

- [The SEO Handbook: llms.txt](/llms.txt)
- [The SEO Handbook: Agent Readiness, as Markdown](/ai-search/agent-readiness.md)