
We design for people and machines
Florian Berger · Sep 25, 2026
Topic: Machine-readable website
When I used to present a design, there was one question at the end: does it work? Do people find their way around, do they understand in a second what it is about, does it build trust? Today I ask two questions. The second is: does a machine understand it too?
For me, that is the biggest change I have seen in twenty years of web design. A website is no longer designed only for the person in front of the browser, but also for the search engines, AI assistants and agents that read it, summarize it and pass it on. There are two terms for this, and they overlap a lot: AEO aims at the direct answer — the answer box, the voice assistant, the AI overview in search. GEO is broader and is about being drawn on as a citable source in generated answers. To me, web design for humans and machines means designing a business's digital identity for both readers.
For people: trust in a second.
For a person, a website has to build trust at first glance, provide orientation and work without having to think about it. That has not changed, and it is still half of my job.
- Hierarchy and legibility. I work with clear typography, strong contrast and plenty of white space, because they guide the eye through the page. On the web, people skim rather than read: back in 1997 the Nielsen Norman Group showed that 79 percent of test users scanned a new page instead of reading it word by word.
- Brand and feeling. Colors, imagery and tone decide whether someone feels addressed. An AI understands your text. But a person still does the buying, and that person decides on trust and on the brand.
- Speed and accessibility. Short load times, calm animations and touch targets large enough for a phone are not optional for me. Neither is accessible code, so that everyone can actually use the site. In btlabs Core we built in a skip link, a visible focus indicator and the option to switch off motion, and an automated test checks the pages every day. That is not a promise of conformance — but it is a foundation you can reach it on.
For machines: structure, meaning, context.
An AI sees neither layout nor mood. It reads code, structure and data, and it pulls individual passages out of a page instead of looking at it as a whole. Today I dedicate a second part of every design to that.
- Finished HTML, not assembly instructions. Many pages only come together in the browser, assembled by JavaScript. For a person that makes no difference; for many machines it does: a 2024 analysis by Vercel and MERJ found that the crawlers of OpenAI, Anthropic and Perplexity do not execute JavaScript — unlike Google's. That is why we deliver every page fully rendered from the server: what a machine fetches is the complete content.
- Semantic HTML. I consistently use the right elements: header, main content, article, navigation, headings in a clean order. They tell a machine immediately what the core content is, what navigation is and what a quote is. A heading that only looks big but technically is not one does not exist for it.
- A second, invisible layer. Next to the visible design I set up structured data following Schema.org, as JSON-LD and kept separate from the visible code, the way Google recommends. On top of that come text formats such as llms.txt. It is still not an adopted standard but an industry proposal, and we counted ourselves who actually fetches it: over roughly three months up to September 2026, exactly two providers could be verified on our site, Googlebot and GPTBot. It does have a practical lever, though, because Google's checking tool Lighthouse now scores it — why a bad file is then worse than none is the subject of A bad llms.txt is worse than none at all.
- Design you can query. I even make colors and fonts machine-readable, as design tokens with a name and a value. How we noticed that this was missing on our own site is in Why an AI cannot represent your brand.
- Unambiguous facts. Meaningful URLs, clean metadata and precise descriptions of your business and services turn your company into a clear entity. That won't prevent every wrong answer from an AI, but it lowers the risk that it connects facts incorrectly.
Where both worlds want the same thing.
The good news: what helps a person often helps the machine as well.
- Clear structure. A page with meaningful headings and short lists helps the person who skims and the AI that cuts out passages. How big the difference can be shows up in an analysis of AI citations: focused, granular pages were cited 2.3 times more often than broad catch-all pages. I broke down the numbers behind it in 2.3× more AI citations from granular structure.
- Reducing to the essentials. If you design to the point, you deliver content without visual noise. For people that makes the decision easier, for machines the classification.
Where they contradict each other.
Not everything that looks good to a person reaches the machine. These are the places where I design differently today than I did five years ago:
- No important text inside images. Opening hours on a graphic, an offer in a banner, a quote as a picture: readable for a person, empty for a machine.
- Headings that make a statement. "Our services" tells an AI nothing. "Boiler servicing in Bolzano within 48 hours" is a statement it can quote.
- Icons with words. A phone receiver without a label is clear to people, but to machines and screen readers it is an empty sign.
- Alt texts that describe. "Image1.jpg" or "Team photo" wastes the one place where an image talks to machines.
If you want to look at the topic from the visibility side — which two channels a website has to serve in the first place — you'll find that in Dual-channel visibility. Here I was interested in the craft behind it.
Two questions, one design.
At the end of every design, both questions now carry the same weight for me: does it work? And does a machine understand it too? A design is only finished when I can answer yes to both — the visible interface and the machine-readable one belong to the same identity.
If you want to know how your website does on both questions, write to me.
Frequently asked questions.
Does my website have to be accessible — does this affect me?
That depends on what your website does. The basis is the European Accessibility Act (EU Directive 2019/882), applicable since 28 June 2025 and implemented nationally — in Germany as the BFSG. It mainly concerns websites through which consumers can buy products or book services, such as shops or online booking. Exemptions are provided for microenterprises offering services. Whether your case falls under it is something to have checked legally if in doubt — only a qualified professional can give you a binding answer.
Regardless of the obligation, accessibility is almost always worth it: clear structure, good contrast and keyboard operation make your website easier for everyone to use — including older guests and people on their phones. And the same clean structure that helps a screen reader also helps search engines and AI systems understand your content correctly. Accessibility is quality — not a tiresome extra.
Do I absolutely need an llms.txt?
It is not a Google ranking signal (Google says so itself) — but it takes minutes to create and is useful as orientation for AI agents. A cheap addition, not a miracle cure.
How widespread it really is, we measure ourselves: as of September 2026, 13.5% of the domains probed serve an llms.txt. The measurement is open in the ai-discovery radar.
Why does an AI recommend me with the wrong number or opening hours?
Because AI assistants mostly pull their facts from map and directory data. If your details are inconsistent or outdated there — an old number, a wrong opening hour — the AI picks up exactly that and states it confidently as an answer.
Directories also often copy from one another, so a single error spreads across several platforms. For your business, that means a small inconsistency in one place can end up as a wrong answer in several AI responses.


