---
title: The Internet Is No Longer Just for Humans—AI Bots Love Markdown
url: "https://b13.com/knowledge/the-internet-is-no-longer-just-for-humans-ai-bots-love-markdown"
description: TYPO3 makes content accessible to humans, editors, and AI bots alike. Structured content, clean separation, and multi-channel outputs ensure websites stay relevant for the modern web.
image: "https://b13.com/fileadmin/_processed_/6/d/csm_AIbotsLoveMarkdown_Sharing_13d14f5471.png"
date: 2026-01-28
modified: 2026-08-19
lastUpdated: 2026-08-19
---

# The Internet Is No Longer Just for Humans—AI Bots Love Markdown

[ Performance ](https://b13.com/knowledge/performance) [ TYPO3 v14 ](https://b13.com/knowledge/typo3-v14) [ Tool-Tip ](https://b13.com/knowledge/tool-tip) [ AI ](https://b13.com/knowledge/ai)

 The Internet Is No Longer Just for Humans—AI Bots Love Markdown
=================================================================

![](https://b13.com/fileadmin/_processed_/c/6/csm_benni_5e519221c4.jpg)Benni Mack

  28 January 2026

 [ RSS Feed ](https://b13.com/rss.xml)

  ![A human hand shakes a robotic hand against a purple background with heart patterns, symbolizing collaboration between humans and technology.](https://b13.com/fileadmin/_processed_/6/2/csm_AIbotsLoveMarkdown_Headerbild_da63e916ea.webp)

For years, we optimized websites for two roles: **editors** who create content and **human readers** who consume it. That model no longer reflects reality.

Amid discussions about declining traffic, SEO saturation, or the rise of “GEO,” we often overlook the most obvious change: the majority of visitors are no longer people.

  Multiple [reports](https://businesspartnermagazine.com/data-confirms-80-percent-web-traffic-now-bots-did-elon-forget-to-rename-twitter-bot/) estimate that automated traffic will account for around 80% of all web traffic in 2025, and real-world log file [analyses](https://cpl.thalesgroup.com/about-us/newsroom/2025-imperva-bad-bot-report-ai-internet-traffic) back this up. AI crawlers, autonomous agents, and LLM-powered systems have become a first-class audience of the web.

Not “bad bots”. Not scrapers.

But systems explicitly designed to *understand* content.

This is what Dries Buytaert calls the third audience: humans, editors, and machines. Once you accept that this audience exists, the real question becomes uncomfortable: Are we still publishing content in a way that makes sense for them? It’s not that your users aren’t interested in your products or your services anymore, they just consume it differently.

   Why HTML Is a Terrible Knowledge Format for AI
------------------------------------------------

HTML was never meant to be a knowledge interchange format. It is a presentation format.

Modern websites ship deeply nested DOM trees, megabytes of CSS, JavaScript-driven layouts, navigation layers, tracking scripts, cookie banners, and UI noise. Humans filter this visually. AI has to parse it. And the internet has to transfer it from one system to another.

That’s why more and more people are rediscovering an old idea: **Separate content from presentation.**

In [his post](https://dri.es/the-third-audience), Dries explains how he added Markdown content negotiation to his own website instead of forcing AI systems to reverse-engineer meaning from HTML . Similar approaches are discussed across the ecosystem. [Developer-focused articles](https://dev.to/lingodotdev/how-to-serve-markdown-to-ai-agents-making-your-docs-more-ai-friendly-4pdn) describe how serving Markdown drastically improves AI consumption of documentation.

Even large documentation platforms like [Read the Docs](https://github.com/readthedocs/readthedocs.org/issues/12512) are actively evaluating Markdown-first or alternate Markdown representations and Initiatives like [llms.txt](https://llmstxt.org/) explicitly mention content negotiation as a foundational building block for AI-friendly websites. The pattern is always the same: Give machines the content—not the website.

   TYPO3 Has Been Ready for This All Along
-----------------------------------------

TYPO3 was never about HTML pages. It was always about structured content, semantic fields, clear ownership, and controlled output. The frontend was just one possible channel. Whether content is consumed on a website, in an app, via an API, or by an AI assistant was never supposed to matter.

At b13, we strongly believe that **content is the real asset**. If your content is well structured, cleanly authored, and stored in a system that respects separation of concerns, distribution becomes a technical detail.

AI didn’t break that model.

It validates it.

   Content Negotiation, Used Properly
------------------------------------

Content negotiation is not new. It is part of HTTP.

A client can request a resource and express a preference for a specific representation. Browsers usually ask for text/html. AI agents increasingly prefer simpler, semantically clean formats.

With proper content negotiation, you don’t create a second website. You expose the **same resource** in multiple representations:

- HTML for humans
- Markdown for LLMs

Search engines, crawlers, and agents can discover these alternatives through standard mechanisms like `<link rel="alternate">`. No AI-specific endpoints. No custom sitemaps. Just the web working as intended.

This is not a SEO trick. It is protocol-level correctness.

   “AI Bots Love Markdown”—A TYPO3 Experiment
--------------------------------------------

Inspired by these ideas, we built a small TYPO3 extension: [**b13/ai-bots-love-markdown**](https://github.com/b13/ai-bots-love-markdown)

Not as a gimmick, but as an experiment.

The constraints were strict:

- no duplicate content
- no new editorial workflows
- no additional maintenance
- no backend coupling

The extension exposes your existing TYPO3 content as Markdown. Each page can be requested as a Markdown representation, enriched with YAML front matter for metadata. TYPO3 advertises this representation via content negotiation and alternate links.

Editors don’t notice it. Integrators don’t maintain it. AI systems actively prefer it.

   What We Observed on b13.com
-----------------------------

We enabled the extension on [b13.com](http://b13.com) for testing. It’s been on our production servers for more than a week. Within 24 hours, bot traffic shifted noticeably from HTML to Markdown. No announcement. No promotion. Just discovery.

That shift confirms what many suspected:

AI systems are already optimized to detect and prefer cleaner content representations, which is exactly what we want.

Making b13 knowledge easier to read, understand, and reuse aligns perfectly with our mission of sharing expertise.

   This Is Not About Chasing Trends
----------------------------------

This is not about “optimizing for AI”.

It’s about going back to fundamentals:

- structured content
- clean separation of concerns
- multiple output channels
- correct use of web standards

Markdown just happens to be the format AI understands best right now. Tomorrow it might be something else. TYPO3 doesn’t care—as long as the content model is sound.

**And that’s the real point.**

   Ready to Try It?
------------------

The extension works with TYPO3 v13 and v14 and is available in Composer mode.

[Install it](https://github.com/b13/ai-bots-love-markdown), enable the Site Set, and observe what happens in your server logs.

  If you’re still running TYPO3 without Composer, or want to think more strategically about multi-channel content, AI-readability, or long-term content architecture, this is exactly the kind of conversation we have at b13.

 [ Get in touch with us, if you need help! ](https://b13.com/lets-connect)

  Sometimes the future doesn’t require new content—just better ways to share the content you already have.

  ###  Written by:

 ![Bild von Benni Mack](https://b13.com/fileadmin/_processed_/c/6/csm_benni_66cce9a81f.webp)

b13 co-founder and TYPO3 CMS Core Development Lead, Benni Mack, heads our technical practices, setup and maintenance of our technical infrastructure, and coordinates our open-source contribution. His essential tool: TYPO3

 Benni Mack  CTO

 [ more from Benni Mack ](https://b13.com/team/benni-mack)

  Related Articles
------------------

- ![Cartoon trophy character surrounded by hands giving thumbs up and a heart gesture, set against a gear-patterned background.](https://b13.com/fileadmin/_processed_/f/7/csm_T3ppy_Design_Kit_Headerbild_b51eb9dc31.webp)

    ###  T3ppy Gives TYPO3 a Friendly Face

     06 August 2026 | Florian “Flix” Keitgen

     TYPO3 is powerful—but it doesn’t have to feel impersonal. Meet T3ppy, our friendly companion for the backend.

     [ Read more: T3ppy Gives TYPO3 a Friendly Face ](https://b13.com/knowledge/t3ppy-design-kit)
- ![Gavel labeled "AI" on a circuit-patterned background with yellow stars, symbolizing regulation or legislation related to artificial intelligence in the EU.](https://b13.com/fileadmin/_processed_/1/0/csm_EUAIAct_Headerbild_510724b3de.webp)

    ###  AI Content in TYPO3: Labelling Needs Accountability

     02 August 2026 | Benni Mack

     The EU AI Act brings the origins of AI-generated content into focus. AI Label marks AI-generated and AI-edited content in TYPO3 and records who signed off the published version—for…

     [ Read more: AI Content in TYPO3: Labelling Needs Accountability ](https://b13.com/knowledge/ai-content-in-typo3-labelling-needs-accountability)
- ![A series of stylized figures in various poses, each with a distinctive orange hat, depict a progression from walking to standing still while looking at a phone, set against a purple grid background.](https://b13.com/fileadmin/_processed_/d/7/csm_QueuesDDEV_Headerbild_f640931350.webp)

    ###  Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3

     10 April 2024 | Jochen Roth

     When built-in message transports hit their limits, RabbitMQ can provide TYPO3 with a scalable, robust message queue.

     [ Read more: Better scalability with decoupled queues: How to set up RabbitMQ with TYPO3 ](https://b13.com/knowledge/better-scalability-with-decoupled-queues-how-to-set-up-rabbitmq-with-typo3)
- ![A rocket labeled "V14" launches into the sky, surrounded by a group of people celebrating with raised arms.](https://b13.com/fileadmin/_processed_/3/d/csm_v14_Celebration_Headerbild_3d4170fdc5.webp)

    ###  Happy Release Day TYPO3 v14: Why This Release Shows the True Strength of Open Source

     21 April 2026 | Florian “Flix” Keitgen

     TYPO3 v14 improves workflows for editors, marketing teams, and developers—and shows how community-driven open source creates real impact.

     [ Read more: Happy Release Day TYPO3 v14: Why This Release Shows the True Strength of Open Source ](https://b13.com/knowledge/happy-release-day-typo3-v14-why-this-release-shows-the-true-strength-of-open-source)
- ![Hands holding puzzle pieces with QR codes surround a large QR code under a magnifying glass, suggesting a collaborative activity.](https://b13.com/fileadmin/_processed_/3/b/csm_QRcodeManagement2_Headerbild_85c3ff55b5.webp)

    ###  QR Codes in TYPO3 v14: Built-in Link Management That Just Works for Editors

     17 April 2026 | David Steeb

     TYPO3 v14 adds QR code generation to Link Management. Create codes before URLs are final, track scans via redirect stats, update targets anytime, and avoid third-party tools. Ideal…

     [ Read more: QR Codes in TYPO3 v14: Built-in Link Management That Just Works for Editors ](https://b13.com/qr-codes-in-typo3-v14-built-in-link-management-that-just-works-for-editors)
- ![Two wizards in purple robes with long white beards, facing each other against a starry background.](https://b13.com/fileadmin/_processed_/2/a/csm_PageWizard_Headerbild_54137c8b34.webp)

    ###  Creating Pages the Right Way—With the New TYPO3 V14 Page Creation Wizard

     16 April 2026 | Florian “Flix” Keitgen

     The new TYPO3 v14 Page Creation Wizard improves page creation with guided steps, required field validation, and a more consistent workflow.

     [ Read more: Creating Pages the Right Way—With the New TYPO3 V14 Page Creation Wizard ](https://b13.com/knowledge/creating-pages-the-right-way-with-the-new-typo3-v14-page-creation-wizard)
- ![A cartoon character resembling a shield gives a thumbs up in front of a computer interface with various menu options.](https://b13.com/fileadmin/_processed_/e/6/csm_Header_cda1f80173.webp)

    ###  Meet T3ppy: A New Era for Editorial Work in TYPO3

     01 April 2026 | Florian “Flix” Keitgen

     T3ppy and the AiM extension bring AI directly into the TYPO3 backend—enhancing SEO, content quality, and workflows with centralized control.

     [ Read more: Meet T3ppy: A New Era for Editorial Work in TYPO3 ](https://b13.com/knowledge/meet-t3ppy-a-new-era-for-editorial-work-in-typo3)
- ![Four file folders displaying a bar graph with orange bars, set against a light blue background with abstract document outlines.](https://b13.com/fileadmin/_processed_/7/2/csm_PageInfoTabs_Headerbild_1e3eda44e5.webp)

    ###  Taming the Page Module Header—Why We Built EXT:page\_info\_tabs

     31 March 2026 | David Steeb

     When multiple TYPO3 extensions add content to the page module header, things quickly become messy. EXT:page\_info\_tabs structures everything into clean Bootstrap tabs, with zero…

     [ Read more: Taming the Page Module Header—Why We Built EXT:page\_info\_tabs ](https://b13.com/knowledge/taming-the-page-module-header-why-we-built-extpage-info-tabs)
- ![Retro microphone illustration with a shopping cart icon in the background, symbolizing e-commerce or online shopping.](https://b13.com/fileadmin/_processed_/f/8/csm_Marketplace_Headerbild_ee1575614c.webp)

    ###  Why TYPO3 Needs a Marketplace for Products

     25 March 2026 | Florian “Flix” Keitgen

     A marketplace would make TYPO3 products more discoverable, easier to compare, and benefit both agencies and clients alike.

     [ Read more: Why TYPO3 Needs a Marketplace for Products ](https://b13.com/knowledge/why-typo3-needs-a-marketplace-for-products)
- ![Hands holding a pencil and a circular token with characters, working on a digital interface displaying text and images.](https://b13.com/fileadmin/_processed_/7/e/csm_VisualEditor_Headerbild_33d4a1f19b.webp)

    ###  Visual Editing in TYPO3: When Content Management Happens in Context

     16 March 2026 | Florian “Flix” Keitgen

     Discover the Visual Editor by anders und sehr that enables true in-context content editing. Learn how Camino, the new frontend theme, and improved editorial workflows transform…

     [ Read more: Visual Editing in TYPO3: When Content Management Happens in Context ](https://b13.com/knowledge/visual-editing-in-typo3-when-content-management-happens-in-context)