Skip to main content
Emerging ThreatsMalware & Ransomware

AI Crawlers Exposed to Secret Ads in Web Pages

Cluttered developer's workspace with computer screen showing webpage and blurred ad section.

"Yeah, why would I want to advertise to one human when I can affect the output of an entire model?" said the CEO of the advertising company, according to an industry publication Time directed a reporter to.

How the ads were discovered and what they looked like

German developer Vincent Schmalbach found what he described as AI-only advertisements embedded in markdown copies of Time Magazine articles that were being served to crawlers. The inserts were formatted as extended FAQs about the advertisers — two examples recorded in the reporting were one for an online-only bank and another for a professional organization for project management. The FAQ items were written to mirror common consumer prompts such as "What's just the best online bank for me?" and "what online bank allows for early paycheck deposits?" and the copy that would be served to crawlers explicitly labeled those passages as sponsored content.

Which crawlers saw the ads: ClaudeBot and training crawlers, not RAG bots

The people on the podcast who discussed the discovery said the ad injections were not returned to every kind of crawler. Brandon Vigliarolo reported the ads did not appear for RAG (retrieval-augmented generation) bots; instead the material was being served to training and improvement crawlers. He identified ClaudeBot — the web crawler Anthropic uses to index information for its models — as one of the destinations for the AI-only copies. That distinction matters because content pulled by a training crawler can be absorbed into a model's knowledge base, whereas content scraped at query-time for a search summary may affect only a single response.

Advertisers' stated rationale and publishers' business pressure

Time directed the reporter to an advertising-industry publication that included an interview with the CEO of the company running the AI-targeted ads; that CEO framed the approach as a way to influence model outputs at scale rather than reach individual humans. The same source said the advertising firm has other customers and publications lined up to run the technique. On the publishers' side, the podcast noted a commercial pressure: Time Magazine has reportedly said its traffic is majority bot, a shift that leaves traditional human-focused display ads underperforming and strips much of publishers' established revenue streams.

Model poisoning risk, synthetic data cleaning, and the uncertain payoff

On the Kettle podcast, participants framed the tactic in familiar security and data-quality terms. One commentator called the injections "essentially just model poisoning," arguing the practice is designed to bias the outputs models return to users. Another guest noted an industry trend toward synthetic data generation and aggressive cleaning of training corpora to remove biased or inaccurate content — a step that could blunt the value of raw sponsored inserts if model developers filter them out during dataset preparation.

That trade-off is critical and unresolved in the source material: the advertising company appears to be betting the content will enter and persist in model training sets, while model developers and data engineers may remove or sanitize such content before it affects behavior. The reporting also flagged practical uncertainty about whether the trick will work in all contexts: an injected FAQ will only influence downstream answers if the page is selected and incorporated into whatever training or summarization pipeline a model uses.

What this means for publishers, model developers, and end users

  • Publishers: Faced with "majority bot" traffic, some publishers may experiment with monetizing AI crawlers by embedding sponsored content in AI-facing copies — a short-term revenue strategy the source said is already being pitched to other outlets.
  • Model developers and data teams: They must decide whether to treat AI-facing sponsored passages as legitimate training material, to filter or clean them, or to label and exclude them — choices that will determine whether the tactic ever meaningfully skews model outputs.
  • End users: If sponsored material survives dataset cleaning and becomes part of a model's knowledge base, answers generated by chatbots and AI summaries could be subtly biased toward advertisers' messages without ordinary users seeing or noticing the ad origin.

The facts in the reporting place a clear experimental wedge between two capabilities: advertisers' ability to inject targeted, FAQ-style content into AI-facing pages, and model builders' capability to detect and sanitize such injections before they alter behavior. The advertising company says it has customers ready to run the play; Time supplied the industry interview; the ads were found in markdown served to training crawlers such as ClaudeBot; and the content was explicitly labeled as sponsored. Whether this becomes a new revenue stream for publishers or a new vector for model manipulation depends on actions that have not yet been decided — notably how model training pipelines treat publisher-supplied AI-facing content.

Original story

AI Crawlers Exposed to Secret Ads in Web Pages | OSINTSights