On 4 September 2026, Apple quietly edited its "About Applebot" support page. The entire change was a single sentence: "Site rules for Applebot-Extended are not considered in ranking for Search." Search Engine Roundtable surfaced the diff on 7 September. Fourteen words, landing while Apple pays Google roughly US$1 billion a year to license a custom 1.2-trillion-parameter Gemini model to rebuild Siri, and less than two weeks before iOS 27 ships. This is not documentation housekeeping. It is a pre-launch legal and PR line.
There is a reason the sentence appeared now. Over the past twelve months, blocking AI crawlers moved from a PR posture to an infrastructure default. Cloudflare's June network data showed training crawlers accounted for 50.6% of AI bot traffic on its network, while search bots — the ones that historically paid sites back in clicks — had fallen to 10.7%. Cloudflare then announced that from 15 September 2026, new sites and all free-tier customers default to "allow for search, block training and agent use," and rebranded Pay Per Crawl into Pay Per Use, billing on how often content appears in AI answers. In that atmosphere, any user-agent with an AI smell gets a reflexive Disallow. Apple's position is the exact inverse: the new Siri needs something to cite, so Apple needs webmasters to stop swatting Applebot-Extended out of habit.
The comparison set is unambiguous. Google split Google-Extended out of Googlebot back in 2023 and states in its robots.txt documentation that it does not affect Search inclusion or ranking. OpenAI runs three independent tokens — GPTBot for training, OAI-SearchBot for search, ChatGPT-User for live fetches. Anthropic and Perplexity each operate at least two separately governed crawlers. Apple is the last major platform to put "does not affect ranking" in writing in an official support document. The category is not fragmenting; it is converging on one contract: training is refusable, indexing is untouched, citation is a separate negotiation — three things forcibly split into three switches.
For Taiwanese SMBs, the trouble is not the newly added guarantee. It is two clauses that were already on the same page and that almost nobody reads to the end. They can make a site with perfectly healthy rankings vanish entirely from Siri's world-knowledge answers. What follows is a teardown of Apple's three real layers, what each of three reader types should do today, and how to audit all of it without paying a single subscription.
What happened: Apple has three switches, not one
Control is sliced into three segments, and market commentary has stalled on the second one.
- Layer 1 — Applebot (indexing): decides whether you appear in Spotlight, Siri and Safari results. The trap is the default: if robots.txt never mentions Applebot but does define Googlebot rules, Applebot simply inherits them. Every Disallow you wrote to keep Google out of
/cart/silently applies to Apple too. - Layer 2 — Applebot-Extended (training): this agent does not crawl anything. It only determines whether data Applebot already fetched may train Apple's foundation models. The sentence added on 4 September covers this layer alone.
- Layer 3 — nosnippet (citation): the actual GEO switch. Apple states that Applebot-crawled data may be used as up-to-date context when models answer broad world-knowledge questions in Siri and Search, with links back to sources. Opting out requires
nosnippetorX-Robots-Tag: applebot: nosnippet.
The paywall clause is more insidious. Apple honours schema.org's isAccessibleForFree: a page marked false stays eligible for search results but will not be used as context for AI-generated output, and section-level hasPart markup is unsupported, so there is no partial-exposure compromise. Any membership site or online course carrying that field has volunteered its way out. As for how widespread blocking is: US Tech Automations sampled 107 prominent sites in June 2026 and found 31 blocking Applebot-Extended (29%), while Known Agents data puts roughly 19% of top sites as having dedicated rules. That is exactly why Apple added the line before iOS 27.
What each reader should do today
Brand owners and SMB principals
- Open
yourdomain.com/robots.txtand check for a dedicatedUser-agent: Applebotblock. If there isn't one, your Apple crawl policy is a carbon copy of your Googlebot policy. - Ask your developer one question: "Does our JSON-LD contain isAccessibleForFree: false?" If yes, you are invisible inside Siri answers.
- Decide the stance before the setting. Apple has now put in writing that this costs nothing in rankings, so "we might lose position" is no longer a reason to stall.
Marketing and SEO practitioners
- Sweep the site for
nosnippet. Plenty of CMS plugins bury it under an anti-scraping toggle, and the price is losing Google snippets and Apple citations at once. - Write your position on Google-Extended, GPTBot, ClaudeBot and PerplexityBot into one document instead of improvising at every redesign.
- Use the Search Console generative AI performance reports as a Google-side control. They rolled out worldwide from 31 August 2026 and cover AI Overviews and AI Mode impressions, though click data is not included.
Developers and agencies
- Put Applebot verification into the log pipeline: reverse-DNS to
*.applebot.apple.com, or match Apple's publishedapplebot.jsonCIDR list. - In Laravel projects, collapse robots rules into one source of truth rather than three copies across nginx, the CDN and a plugin — that divergence is the most common cause of accidental self-blocking.
- Applebot ignores
crawl-delaybut throttles automatically when a site slows or errors. Solve load problems with 429s and caching.
AI visibility tooling: five options compared
| Option | What it does | Price (Sept 2026) | Best for |
|---|---|---|---|
| Cloudflare AI Crawl Control | See which AI crawlers visited, toggle each one | Basic control included on the free plan | Anyone already on Cloudflare |
| Semrush AI Visibility Toolkit | Cross-platform brand mention and citation tracking | About US$99/mo add-on; realistic bills of US$265–1,090+ | Teams already on Semrush |
| Ahrefs Brand Radar | Citation datasets across six AI platforms | US$199 per platform/mo, US$699 bundled, realistically from ~US$828 | Funded teams that want raw data |
| Profound | Enterprise AI answer monitoring and content advice | Quote-based, no public list price | Firms with dedicated AEO headcount |
| DIY (robots + logs + GSC) | Audit block status, crawl frequency, Google-side impressions | US$0 | SMBs without a tooling budget |
What nobody is telling you
The guarantee is narrower than it reads. Apple guarantees Apple Search rankings, not your odds of being cited by Siri. Another line in the same document is blunt about incentives: allowing Applebot-Extended helps improve the capability and quality of Apple's generative models over time. That is incentive design, not neutrality — and the two claims are stated separately on purpose.
The crawler-licensing revenue model is negative-EV for SMBs. Pay Per Use pays out on how often content surfaces in AI answers. That works for publishers with eight-figure monthly traffic. For a Taiwanese B2B site with 3,000 monthly visitors, the payout will not cover the admin cost of processing it, while the exposure loss is immediate.
Those blocking-rate statistics do not extrapolate. The 29% figure comes from a 107-site sample composed almost entirely of large English-language media and tech properties. An SMB with no paywall, no litigation leverage and an acute need for discovery is nothing like the companies in that sample.
The zero-subscription SMB alternative
One afternoon, no budget, and the Apple-side audit is done:
- ☐ Read your robots.txt end to end; if there is no
User-agent: Applebotblock, add one withAllow: / - ☐ State an explicit Allow or Disallow for Applebot-Extended instead of leaving it undefined
- ☐ Spot-check
X-Robots-Tagon 10 important pages withcurl -Ito confirm no stray nosnippet - ☐ Grep the source and JSON-LD for
nosnippetandisAccessibleForFreeand confirm each is intentional - ☐ Pull Applebot requests from nginx/Apache logs and verify them with
host - ☐ Open the Search Console generative AI report and record this week's baseline
- ☐ Write the conclusions into a one-page AI crawler policy and commit it to version control
Those seven items cover roughly ninety percent of what a paid tool tells you at the technical-visibility layer. What paid tools genuinely add is cross-platform mention-rate tracking, which only matters once you have confirmed you are not blocking yourself.
FAQ
If I block Applebot-Extended, will my Google rankings suffer?
No. It is an Apple-only token that Google does not read, and Google-Extended has no effect on Apple. The one crossover is that Apple inherits your Googlebot rules when no Applebot rules exist.
My site has a members area. Should I mark isAccessibleForFree: false?
If the goal is helping Google understand the paywall and avoiding a cloaking judgement, yes. But Apple will then not use that content as context for AI answers, and there is no section-level compromise. Mark only genuinely gated pages; leave public blog pages untouched.
Do Taiwanese SMBs really need to care about Siri citations?
It depends on what your customers carry. iOS share runs high in design, aesthetic medicine, premium retail and B2B decision-maker segments, and the new Siri in iOS 27 answers directly with source links. Configuration cost is zero.
Should I allow or block AI training crawlers?
Ask whether your content has licensing negotiation value. If yes (large publishers, proprietary databases), block and prepare legal. If no (most companies and e-commerce), open everything, because the bottleneck is insufficient discovery, not theft. The middle path is block training, allow citation.
My take
The mainstream narrative says AI crawler licensing fees will become a new revenue line for content owners. My read is the opposite: over the next eighteen months that money will not reach SMBs, and will instead become their hidden blocking cost. Billing on appearances in AI answers is inherently power-law — the top 1% of publishers absorb ninety percent of the pool, and everyone else subsidises the platform's negotiating position while collecting nothing and losing discovery first. Cloudflare's 15 September default will sweep an enormous number of small sites that never considered the question into a blocked state.
Second call: what the AEO tooling market will actually eat is not the monthly SEO retainer, it is the one-off site audit. With Semrush packaging AI visibility as a US$99 add-on and Ahrefs slicing it into six US$199 platforms, dashboards are already a red ocean. But "actually fix my robots.txt, schema and meta tags across all three layers" is something no SaaS can automate, because it requires understanding the client's business model.
The implication for ScriptWalker is direct: do not build a monthly dashboard. Sell a one-off AI Visibility Technical Audit — three-layer switch review, robots/schema/meta remediation, log pipeline setup, one-page policy document as the deliverable. It productises Laravel agency skills at a per-project price point, and every platform rule change becomes a fresh reason to re-engage existing clients.
- Email: [email protected]
- Phone: 0916-224-047
- LINE: @ufv9089p
Sources
Primary sources
- Apple Support, About Applebot (updated 2026-09-04): https://support.apple.com/en-us/119829
- OpenAI Developers, Overview of OpenAI Crawlers: https://developers.openai.com/api/docs/bots
- Google Search Central, Search Generative AI performance reports: https://developers.google.com/search/blog/2026/06/gen-ai-performance-reports
- Google Search Central, Robots.txt Introduction and Guide: https://developers.google.com/search/docs/crawling-indexing/robots/intro
- Schema.org, isAccessibleForFree: https://schema.org/isAccessibleForFree
- Semrush Newsroom, Expanded 2026 AI Visibility Index: https://www.semrush.com/news/463141-semrush-releases-expanded-2026-ai-visibility-index-analyzing-126-million-ai-search-prompts/
Third-party sources
- Search Engine Roundtable (2026-09-07): https://www.seroundtable.com/applebot-extended-search-ranking-42025.html
- CNBC, Apple picks Google's Gemini to run AI-powered Siri (2026-01-12): https://www.cnbc.com/2026/01/12/apple-google-ai-siri-gemini.html
- TechCrunch, Cloudflare's new policy pushes AI companies to pay for publishers' content: https://techcrunch.com/2026/07/01/cloudflares-new-policy-pushes-ai-companies-to-pay-for-publishers-content/
- Search Engine Land, Semrush is bringing AI visibility under the Spotlight: https://searchengineland.com/semrush-is-bringing-ai-visibility-under-the-spotlight-487137
- Conductor, 2026 AEO / GEO Benchmarks: https://www.conductor.com/academy/information-technology-aeo-geo-benchmarks/
- US Tech Automations, Who Blocks Apple's Applebot-Extended? (2026-06): https://ustechautomations.com/resources/blog/who-blocks-apple-applebot-extended-2026