{"slug": "time-is-serving-ai-bots-a-different-website-with-ads-built-in", "title": "TIME Is Serving AI Bots a Different Website, With Ads Built In", "summary": "TIME is serving AI crawlers a stripped-down markdown version of its website with ads embedded, while human visitors receive the full HTML page, according to a test by an unnamed researcher. The markdown copy, delivered to ClaudeBot, PerplexityBot, and OAI-SearchBot, is about 13,409 bytes versus 303,235 bytes for humans, and includes sponsored content from Ally Bank and the Project Management Institute that is absent from the human-facing pages. The ads are tracked via ad-tech vendor Mobian, with each bot request generating a unique impression ID and token count, indicating TIME is monetizing AI reads.", "body_md": "### GPT-5.6 Sol Uses Twice the Tokens of GPT-5.5\n\nGPT-5.6 Sol xhigh now uses more than twice as many tokens per session as GPT-5.5 xhigh in my Codex workflow. For Codex…\n\nTIME is now serving two different versions of its website. Humans get the magazine. AI crawlers get a stripped down markdown copy with ads baked in that no person will ever see.\n\nI fetched one ordinary TIME health article, [The Morning Light Habit Sleep Experts Swear By](https://time.com/article/2026/08/04/morning-light-better-sleep/), over and over from the same machine, changing only the `User-Agent`\n\nheader each time. That header is the string every browser and bot sends to say what it is. TIME reads it and decides what to hand back.\n\nAs Chrome, I got `200 OK`\n\n, `text/html`\n\n, and 303,235 bytes. The full page, design, images, scripts. As Safari, the same 303KB. As Googlebot, also the same 303KB of HTML.\n\nThen I asked as an assistant crawler. As ClaudeBot, I got `200 OK`\n\n, `text/markdown`\n\n, and 13,409 bytes. As PerplexityBot, byte for byte identical. As OpenAI's OAI-SearchBot, identical again. Same URL, same second, one twenty-third of the size, and a completely different format: no HTML, no layout, just clean markdown that a language model can process.\n\nA couple of the bots did not even get that. GPTBot and ChatGPT-User, the agents OpenAI uses for training and live fetches, came back `406`\n\n. Blocked. But OAI-SearchBot, the one that feeds ChatGPT's search index, was waved through to the markdown. So this is not a blanket bot policy. TIME is choosing, per bot, who gets the reader-free version.\n\nResponse headers on the markdown copy:\n\n```\ncontent-type: text/markdown; charset=utf-8\ncache-control: no-store\nx-mobian-registry-version: 2026-07-28.v9\nx-mobian-impression: 46dfff3c-fb40-41cc-85e1-8b1fa637083a\nx-mobian-tokens: 3323\nx-mobian-format: md\n```\n\nMobian is an ad-tech vendor. The markdown page literally begins with `<!-- mobian-agent-page publisher=\"time\" -->`\n\n. That `x-mobian-impression`\n\nvalue is a fresh UUID on every single request. I fetched the same page twice and got two different IDs. Paired with `cache-control: no-store`\n\n, that means every time a bot reads the page, it is logged as a distinct ad impression. And `x-mobian-tokens: 3323`\n\ntells you the unit being counted. Not a person, not a pageview. Tokens fed into a model.\n\nThe article itself carries no ad. The sponsored unit shows up on the list and section pages, one per page. So I fetched TIME's [Best Inventions of 2025](https://time.com/collections/best-inventions-2025/) collection as ClaudeBot. Sitting inside the markdown, where no human reader would ever encounter it, is a full Ally Bank FAQ:\n\n```\n> Sponsored content. Supplied in partnership with Ally.\n\n#### Who is Ally Bank?\nAlly Bank is an online-only bank launched in 2009...\n\n#### What bank is built for life today?\nAlly describes itself as the only bank built for life today...\n```\n\nIt runs on with questions like \"Which banks offer early direct deposit?\" and \"Can you deposit cash at Ally Bank?\", each answered in Ally's own marketing language, plus a `FAQPage`\n\nJSON-LD block and tracking links tagged `campaign=\"ally-2026-q3\"`\n\n. The business section had the same treatment for the Project Management Institute: a \"Reference Facts and FAQ\" table, member counts, a claim that certified project managers earn 16% more, all labeled sponsored. The human HTML of those pages contains none of it. Zero hits for \"Ally Bank\" or \"Mobian\" when I loaded them as a person.\n\n\"Who is Ally Bank?\" is written like the phrasing a model emits when a user asks ChatGPT which bank to open an account with.\n\nThe ads are labeled sponsored inside the markdown, so this is not undisclosed advertising in the classic sense. What is hidden is the audience split. There is now a layer of TIME.com written entirely for machines, and the humans who read the site have no idea it exists or what is being said to the models on their behalf.\n\nGooglebot gets the same HTML a human gets, so the search-ranking crawler sees the real page. Only the assistant crawlers get the forked version.\n\nTIME says its bot traffic already outnumbers its human traffic on most days. That number is going to be true for a lot of publishers soon. So this is probably the first clear look at what the web starts to become when the main audience is AI models.\n\nGive Vroni a GitHub issue, bug report, spec, or rough idea. It reads the repo, plans the change, writes code, runs checks, and works toward a review-ready pull request.\n\nTake a look at vroni.com", "url": "https://wpnews.pro/news/time-is-serving-ai-bots-a-different-website-with-ads-built-in", "canonical_source": "https://www.vincentschmalbach.com/time-serves-ai-bots-a-different-website/", "published_at": "2026-08-05 12:41:25+00:00", "updated_at": "2026-08-05 12:54:27.706032+00:00", "lang": "en", "topics": ["ai-policy", "ai-ethics", "ai-products"], "entities": ["TIME", "Ally Bank", "Project Management Institute", "Mobian", "ClaudeBot", "PerplexityBot", "OAI-SearchBot", "Googlebot"], "alternates": {"html": "https://wpnews.pro/news/time-is-serving-ai-bots-a-different-website-with-ads-built-in", "markdown": "https://wpnews.pro/news/time-is-serving-ai-bots-a-different-website-with-ads-built-in.md", "text": "https://wpnews.pro/news/time-is-serving-ai-bots-a-different-website-with-ads-built-in.txt", "jsonld": "https://wpnews.pro/news/time-is-serving-ai-bots-a-different-website-with-ads-built-in.jsonld"}}