<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>媒体转型 &#8211; mylogs.cn</title>
	<atom:link href="https://mylogs.cn/tag/%e5%aa%92%e4%bd%93%e8%bd%ac%e5%9e%8b/feed/" rel="self" type="application/rss+xml" />
	<link>https://mylogs.cn</link>
	<description>发现、记录、分享</description>
	<lastBuildDate>Wed, 05 Aug 2026 13:56:21 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>TIME 给 AI 爬虫单独开了一版网站，广告只投给机器</title>
		<link>https://mylogs.cn/time-serves-ai-bots-separate-markdown-site-with-ads/</link>
					<comments>https://mylogs.cn/time-serves-ai-bots-separate-markdown-site-with-ads/#respond</comments>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Wed, 05 Aug 2026 13:56:02 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[AI爬虫]]></category>
		<category><![CDATA[内容变现]]></category>
		<category><![CDATA[大模型]]></category>
		<category><![CDATA[媒体转型]]></category>
		<category><![CDATA[广告技术]]></category>
		<category><![CDATA[网站运营]]></category>
		<guid isPermaLink="false">https://mylogs.cn/time-serves-ai-bots-separate-markdown-site-with-ads/</guid>

					<description><![CDATA[《时代》周刊（TIME）官网如今同时在跑两个版本：人类访客看到的是完整的杂志页面，而 AI 爬虫拿到的是一份精 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">《时代》周刊（TIME）官网如今同时在跑两个版本：人类访客看到的是完整的杂志页面，而 AI 爬虫拿到的是一份精简后的纯文本副本——里面还嵌着广告，而这些广告没有任何真人会读到。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a736a656f80e&quot;}" data-wp-interactive="core/image" data-wp-key="6a736a656f80e" class="wp-block-image size-large aligncenter wp-lightbox-container"><img fetchpriority="high" decoding="async" width="1200" height="821" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/ff1267f734f6e89a926fb274760ea4fb_header.webp" alt="TIME 给 AI 爬虫单独开了一版网站，广告只投给机器" class="wp-image-3685" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/ff1267f734f6e89a926fb274760ea4fb_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/ff1267f734f6e89a926fb274760ea4fb_header-300x205.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/ff1267f734f6e89a926fb274760ea4fb_header-1024x701.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/ff1267f734f6e89a926fb274760ea4fb_header-768x525.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">AI生成配图</figcaption></figure>





<p class="wp-block-paragraph">这一发现来自软件开发者文森特·施马尔巴赫（Vincent Schmalbach）8 月 5 日发布的实测记录。他的方法很简单：在同一台机器上反复请求 TIME 的同一篇健康类文章《The Morning Light Habit Sleep Experts Swear By》，每次只改变请求头里的 User-Agent 字段。这个字段是所有浏览器和爬虫用来自报身份的字符串，而 TIME 会读取它，再决定回给对方什么内容。</p>



<h2 class="wp-block-heading">同一个网址，两种截然不同的返回</h2>



<p class="wp-block-paragraph">以 Chrome 身份请求，服务器返回 200 OK、内容类型 text/html、大小 303235 字节，也就是包含完整设计、图片和脚本的整页内容。换成 Safari，同样是 303KB。换成谷歌搜索爬虫 Googlebot，依旧是同一份 303KB 的网页代码。</p>



<p class="wp-block-paragraph">但当请求方自称是 AI 助手的抓取工具时，情况完全变了。以 ClaudeBot 身份请求，返回的是 200 OK、内容类型 text/markdown、大小仅 13409 字节。以 PerplexityBot 身份请求，返回内容逐字节完全一致。以 OpenAI 的 OAI-SearchBot 身份请求，结果同样一模一样。</p>



<p class="wp-block-paragraph">同一个网址、同一秒钟，体积只有原来的二十三分之一，格式也彻底不同：没有网页代码，没有排版，只剩下一份语言模型可以直接消化的干净标记文本。</p>



<p class="wp-block-paragraph">有意思的是，并非所有 AI 爬虫都能拿到这份副本。OpenAI 用于模型训练和实时抓取的 GPTBot 与 ChatGPT-User，收到的是 406 状态码，直接被拦。而为 ChatGPT 搜索索引供料的 OAI-SearchBot 却被放行。换句话说，这不是一刀切的爬虫策略，TIME 是在逐个甄别：谁有资格拿到这份「无人阅读版」。</p>



<h2 class="wp-block-heading">每一次抓取，都被计成一次广告曝光</h2>



<p class="wp-block-paragraph">那份标记文本副本的响应头里藏着更多信息：</p>



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



<p class="wp-block-paragraph">Mobian 是一家广告技术服务商。这份文本的开头直接写着一行注释：<code>&lt;!-- mobian-agent-page publisher="time" --&gt;</code>。</p>



<p class="wp-block-paragraph">关键在于 x-mobian-impression 这个值——每一次请求它都是一个全新的通用唯一识别码。施马尔巴赫连续抓取同一个页面两次，拿到了两个不同的 ID。再结合 cache-control: no-store（禁止缓存）这一设置，含义已经很明确：每当一个爬虫读取这个页面，就被记为一次独立的广告曝光。而 x-mobian-tokens: 3323 则揭示了计费单位——统计的既不是人，也不是页面浏览量，而是喂进模型的 token 数量。</p>



<h2 class="wp-block-heading">藏在正文之外的整段银行软文</h2>



<p class="wp-block-paragraph">单篇文章本身并不带广告，赞助内容出现在列表页和栏目页上，每页一条。</p>



<p class="wp-block-paragraph">施马尔巴赫以 ClaudeBot 身份抓取了 TIME 的《Best Inventions of 2025》专题合集，结果在标记文本里发现了一整段 Ally Bank 的问答内容，而人类读者永远不会看到它：</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">赞助内容。由 Ally 合作提供。</p>


<h4 class="wp-block-heading">Ally Bank 是什么？</h4>


<p class="wp-block-paragraph">Ally Bank 是一家 2009 年成立的纯线上银行……</p>


<h4 class="wp-block-heading">哪家银行是为当下的生活方式打造的？</h4>


<p class="wp-block-paragraph">Ally 自称是唯一一家为当下生活方式打造的银行……</p>
</blockquote>



<p class="wp-block-paragraph">后面还跟着「哪些银行提供提前直接到账服务？」「能在 Ally Bank 存现金吗？」等一连串问题，每一条都用 Ally 自己的营销措辞作答，另外附带一段 FAQPage 结构化数据标记，以及打着 campaign=&#8221;ally-2026-q3&#8243; 标签的追踪链接。</p>



<p class="wp-block-paragraph">商业栏目页面得到的是同一套待遇，赞助方换成了项目管理协会（Project Management Institute）：一张「参考事实与常见问题」表格、会员数量统计，还有一句「持证项目经理收入高出 16%」的说法，同样标注为赞助内容。</p>



<p class="wp-block-paragraph">而这些页面对人类呈现的网页代码里，一个字都没有。以真人身份加载时，搜索「Ally Bank」或「Mobian」的结果均为零。</p>



<p class="wp-block-paragraph">值得注意的是，谷歌搜索爬虫拿到的仍然是和人类完全一致的网页——负责搜索排名的爬虫看到的是真实页面，只有 AI 助手类爬虫会被分流到那个分叉版本。</p>



<h2 class="wp-block-heading">被广告技术盯上的新流量入口</h2>



<p class="wp-block-paragraph">这套做法在合规层面留有余地：赞助内容在标记文本里明确标注了「sponsored」，因此并不属于传统意义上的隐性广告。真正被隐藏的是受众的分裂——TIME 官网如今存在一个完全写给机器看的图层，而阅读该站点的人类读者既不知道它的存在，也不知道有人正以他们的名义向模型输送什么内容。</p>



<p class="wp-block-paragraph">TIME 方面表示，其网站的爬虫流量在多数日子里已经超过了人类流量。对越来越多的出版机构而言，这个交叉点也不会太远。施马尔巴赫认为，当主要受众变成 AI 模型时，这大概就是网络将会变成的样子的第一个清晰样本。</p>



<p class="has-small-font-size wp-block-paragraph">来源：Vincent Schmalbach 个人博客（vincentschmalbach.com），经 Hacker News 传播</p>

]]></content:encoded>
					
					<wfw:commentRss>https://mylogs.cn/time-serves-ai-bots-separate-markdown-site-with-ads/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
