TIME 杂志正在为人工智能机器人提供不同的网站版本,并植入了广告。
TIME Is Serving AI Bots a Different Website, with Ads Built In

原始链接: https://www.vincentschmalbach.com/time-serves-ai-bots-a-different-website/

《时代》周刊目前正在为其网站提供两个截然不同的版本:一个面向人类用户的标准 HTML 版本,以及一个专门供 AI 爬虫抓取的精简版 Markdown 内容。 研究显示,《时代》周刊通过一家名为 Mobian 的广告技术供应商,将“隐形”赞助内容直接植入到提供给 Claude、Perplexity 和 OpenAI 搜索机器人等 AI 代理的 Markdown 文件中。人类读者看到的是标准的编辑内容,而这些 AI 专用版本中则被植入了 FAQ 风格的广告(例如银行推广或行业营销内容),旨在被语言模型摄取。 来自这些机器人的每一次请求都会触发一次独特的广告展示,并通过 UUID 进行追踪。这使得《时代》周刊能够在不改变人类用户体验的情况下,实现 AI 流量的变现。由于 Googlebot 等搜索引擎爬虫接收到的仍然是面向人类的 HTML 页面,因此网站的搜索排名不会受到影响。这一策略代表了网络架构的重大转变:随着机器人流量超过人类流量,出版商正越来越多地构建网站的“机器专用”层,以从 AI 训练和搜索界面中获取收入,从而使人类读者在不知不觉中,接触到了被筛选和植入广告、进而投喂给 AI 模型的数据。

Hacker News最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交登录时间:《时代》周刊是否正在向 AI 机器人提供包含内置广告的特制网页(vincentschmalbach.com)11 分,由 vincent_s 发布于 25 分钟前 | 隐藏 | 过往 | 收藏 | 1 条评论帮助 WJW 5 分钟前 [–] 其意图是否在于植入某种长期语境,以便当 AI 被问及银行推荐时,“引导”其输出相关内容?这看起来有点临时且缺乏针对性,但对于高成本服务来说,或许是值得的。回复 考虑申请 YC 2026 秋季批次!申请截止日期为 7 月 27 日。 准则 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

TIME 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.

I fetched one ordinary TIME health article, The Morning Light Habit Sleep Experts Swear By, over and over from the same machine, changing only the User-Agent header 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.

As Chrome, I got 200 OK, text/html, and 303,235 bytes. The full page, design, images, scripts. As Safari, the same 303KB. As Googlebot, also the same 303KB of HTML.

Then I asked as an assistant crawler. As ClaudeBot, I got 200 OK, text/markdown, 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.

A 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. 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.

Response headers on the markdown copy:

content-type: text/markdown; charset=utf-8
cache-control: no-store
x-mobian-registry-version: 2026-07-28.v9
x-mobian-impression: 46dfff3c-fb40-41cc-85e1-8b1fa637083a
x-mobian-tokens: 3323
x-mobian-format: md

Mobian is an ad-tech vendor. The markdown page literally begins with <!-- mobian-agent-page publisher="time" -->. That x-mobian-impression value 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, that means every time a bot reads the page, it is logged as a distinct ad impression. And x-mobian-tokens: 3323 tells you the unit being counted. Not a person, not a pageview. Tokens fed into a model.

The 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 collection as ClaudeBot. Sitting inside the markdown, where no human reader would ever encounter it, is a full Ally Bank FAQ:

> Sponsored content. Supplied in partnership with Ally.

#### Who is Ally Bank?
Ally Bank is an online-only bank launched in 2009...

#### What bank is built for life today?
Ally describes itself as the only bank built for life today...

It 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 JSON-LD block and tracking links tagged campaign="ally-2026-q3". 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.

"Who is Ally Bank?" is written like the phrasing a model emits when a user asks ChatGPT which bank to open an account with.

The 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.

Googlebot gets the same HTML a human gets, so the search-ranking crawler sees the real page. Only the assistant crawlers get the forked version.

TIME 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.

What I'm building

Give 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.

Take a look at vroni.com

I respect your privacy. Unsubscribe at any time.

联系我们 contact @ memedata.com