News

The Rise of AI Website Crawlers: How They Impact Your Business in 2026

First Published: Jul 23, 2025Last Updated: Jul 27, 202611 min read

Category: AI SEO

The Rise of AI Website Crawlers: How They Impact Your Business in 2026

Imagine a digital marketing agency that tracks its client websites carefully. Monthly traffic reports, conversion data, ROI by channel. Everything looks normal. Then someone looks at the server access logs for the first time in six months and finds a number nobody expected: more than half the page requests hitting one client’s site aren’t coming from humans at all. They’re bots AI training crawlers, search bots, scrapers and they’ve been inflating the traffic data, consuming server bandwidth, and in some cases triggering event tracking that’s quietly distorting the analytics reports the client has been basing decisions on.

That’s not a hypothetical anymore. As of June 2026, automated requests account for 57.5% of HTML traffic to web content, the first time in internet history that machines have held the majority of web traffic. Of that automated traffic, AI crawlers now represent roughly 20.3% of verified bot traffic, with AI search bots adding another 6.5%. For NZ businesses and digital agencies, this matters practically: it affects your analytics, your server load, your content strategy, and increasingly your revenue. Here’s the complete picture.

Key Takeaways

  • Machines now represent the majority of web traffic for the first time in internet history and for most NZ business websites, this number is larger than anyone’s reporting on.
  • AI crawlers split into two fundamentally different categories: training crawlers (consume your content for free, provide nothing back) and AI search bots (can actually send you traffic from AI-powered answers).
  • Blocking GPTBot does NOT block OAI-SearchBot these are separate bots with separate purposes, and confusing them is the most common mistake businesses make when managing AI traffic.
  • About half of AI traffic in 2026 ignores robots.txt entirely for businesses where content is a genuine competitive asset, network-level enforcement via Cloudflare WAF is the more reliable tool.
  • AEO Answer Engine Optimisation is the emerging discipline for getting your content cited in AI-generated answers, and it overlaps heavily with what good SEO already looks like.

The AI Bot Ecosystem in 2026

Not all AI crawlers are the same, and understanding the differences matters for how you manage them. The table below summarises the four categories and what to do about each.

Bot typeExamplesWhat to do
Training crawlersGPTBot, ClaudeBot, CCBot, Google-Extended, BytespiderBlock in robots.txt no direct return, consume content for free
AI search botsOAI-SearchBot, Claude-SearchBot, PerplexityBotAllow these power AI-generated answers that can send you traffic
SEO crawlersGooglebot, Bingbot, AppleBot, DuckDuckBotAlways allow these index your content for search engines
Malicious scrapersSpoofed user agents, unknown originsBlock via WAF rules and rate limiting robots.txt won’t stop them

Training Crawlers

These bots scrape web content to train AI models. They don’t contribute to your search rankings, don’t send you traffic, and don’t pay for the content they consume.

GPTBot (OpenAI) the most blocked AI crawler globally, appearing in 5.52% of all DISALLOW rules in Q1 2026; approximately 89% of domains now block it

CCBot (Common Crawl) the underlying data collection that many AI models train on

ClaudeBot (Anthropic) Anthropic’s training crawler, now the 4th most-blocked crawler globally

Google-Extended Google’s separate AI training crawler, distinct from Googlebot

Bytespider (ByteDance/TikTok) 5th most-blocked, associated with TikTok’s AI development

These are the crawlers, content creators, publishers, and NZ businesses have the most reason to manage carefully; they consume your content without providing direct value in return.

AI Search Bots

These crawlers are different in kind, not just degree. They power AI-driven search and citation systems that can actually send you traffic:

OAI-SearchBot (OpenAI / ChatGPT Search) distinct from GPTBot; powers ChatGPT’s search functionality

Claude-SearchBot (Anthropic) distinct from ClaudeBot; powers Claude’s web citations

Perplexity-Bot powers Perplexity AI’s cited search answers

Google Gemini crawlers power Gemini’s real-time web access

This distinction is critically important: GPTBot and OAI-SearchBot are separate bots with separate purposes. Blocking GPTBot (training) does not block OAI-SearchBot (search). If you want your content to appear in ChatGPT’s search answers, you need to allow OAI-SearchBot. Many businesses have blanket-blocked all OpenAI crawlers and then wondered why their content doesn’t appear in ChatGPT searches.

Quick check: If your agency blocked all OpenAI crawlers in 2024 to stop GPT training, go back and check whether OAI-SearchBot was also caught in that block. If it was, you’re invisible in ChatGPT search.

SEO Crawlers

These are the crawlers you generally want to allow to index your content for search engines that actually send organic traffic: Googlebot, Bingbot, AppleBot (powers Spotlight and Siri), and DuckDuckBot. Never block these in robots.txt unless you specifically want to exclude certain pages from search indexing.

Malicious Scrapers

These aren’t crawlers with legitimate purposes, they're scrapers harvesting your content for competitive intelligence, price monitoring, data resale, or spam. They typically don’t honour robots.txt, use spoofed user agents, and represent roughly 5.7% of AI-labelled bot requests. Signs of malicious scraping: unusual traffic spikes (particularly off-hours), server load increases with no corresponding traffic in analytics, and rapid sequential page requests from a single IP.

AI Website Visitors

What AI Bots Are Doing to Your Analytics

AI crawler traffic is the quiet budget leak in most NZ website analytics. If you’re running Google Analytics 4, many AI crawlers are filtered by GA4’s bot detection but not all.

Inflated page view counts

Distorted average session duration (bots don’t “stay” for meaningful periods)

Server-side bandwidth costs from heavy crawling

Skewed conversion funnel data if any bot interaction triggers events

For NZ digital agencies reporting to clients: unexplained traffic spikes are often AI crawler activity, not genuine audience growth. Cross-referencing server access logs (which show all requests, including bots) against GA4 data (which filters some) reveals the discrepancy. This was exactly the pattern the agency in our opening scenario found six months of client reports that turned out to have a meaningful slice of AI crawler noise baked into them.

How to check: open your server’s access logs and search for user-agent strings like GPTBot, ClaudeBot, CCBot, Bytespider, Applebot, and PerplexityBot. Any requests with these user agents are AI crawlers, not human visitors. Cloudflare’s analytics (available on all plans, including free) provides a clean bot vs. human traffic breakdown without any additional setup worth implementing if your site runs through Cloudflare.

AI Crawlers

How to Identify AI Visitors on Your Website

Common signs include:

  • Traffic spikes without marketing campaigns
  • High server requests but low conversions
  • Repeated visits from unfamiliar user agents

Look for crawler names such as:

  • GPTBot
  • ClaudeBot
  • CCBot
  • PerplexityBot
  • Bytespider

Useful tools:

✓ Cloudflare Analytics

✓ Server access logs

✓ Google Search Console

✓ Google Analytics 4

These help separate human visitors from automated traffic.

AI Visitors

Managing AI Crawlers: robots.txt and Beyond

The primary tool for managing crawler access is robots.txt, a text file at the root of your website that specifies which crawlers can access which parts of your site.

The robots.txt Strategy in 2026

Basic blocking example this blocks training crawlers while allowing search crawlers to access everything (nearly 89% of websites now block GPTBot this way):

User-agent: GPTBot

Disallow: /

User-agent: ClaudeBot

Disallow: /

While allowing AI search crawlers:

User-agent: OAI-SearchBot

Allow: /

User-agent: PerplexityBot

Allow: /

The important point:

Not all AI bots have the same purpose.

Blocking every AI crawler could limit your visibility in AI-powered search.

The recommended configuration for most NZ businesses in 2026 goes a step further block training crawlers, but explicitly allow AI search bots since they’re distinct from training crawlers and can send you traffic:

Block: GPTBot, ClaudeBot, CCBot, Google-Extended, Bytespider

Allow: OAI-SearchBot, Claude-SearchBot, PerplexityBot

The robots.txt Limitation

Here’s the uncomfortable truth: approximately half of AI traffic in 2026 simply ignores robots.txt. Some crawlers don’t honour the standard at all. Others use spoofed user agents. Others belong to operators who’ve decided the training data value outweighs compliance.

For businesses where content is a genuine competitive asset proprietary data, original research, unique creative content robots.txt alone isn’t sufficient. Enforcement requires:

WAF rules Web Application Firewall rules (via Cloudflare, AWS WAF, or similar) block requests from known AI crawler IP ranges at the network level, before they reach your server, even when user agents are spoofed

Cloudflare’s AI Scrapers Blocked feature a one-click toggle to block all known AI scrapers at the infrastructure level, available on their free plan

Rate limiting even without identifying every crawler, limiting any IP or user agent to N requests per minute prevents aggressive crawling from consuming significant bandwidth

Honeypot links hidden links in your HTML that human users never see but crawlers follow; any IP that follows one is definitively a crawler and can be blocked automatically

Managing AI Crawlers

The llms.txt Standard

A new standard emerged in 2025: llms.txt a file placed at the root of your website specifically for LLM (Large Language Model) consumption. Where robots.txt is designed for search crawlers, llms.txt is a structured summary of your site designed for AI models to understand your content and purpose business description, core services, and key links, in plain Markdown. Adding an llms.txt file helps AI assistants understand your business and cite you accurately when users ask relevant questions. It’s a small effort with potential upside for AI search visibility.

Website Needs

The New Economics: Should You Allow or Block AI Crawlers?

This is the genuinely complex strategic question for 2026, and there’s no universal answer.

Arguments for blocking training crawlers

Content is an asset original research, unique data, and proprietary methodologies are consumed for free with no reciprocation

No direct reciprocation training crawlers don’t send you traffic, don’t link to you, and don’t compensate you

Competitive risk AI models trained on your content can answer questions that would previously have driven users to your website

Arguments for allowing (or selectively allowing)

AI search visibility allowing AI search bots specifically may result in your content appearing in AI-generated answers, increasingly where users look for information

The horse has largely bolted AI models have already trained on vast internet data; blocking new crawling doesn’t remove existing content from what’s already been trained

Low-risk content marketing content (service descriptions, case studies, team information) has limited commercial downside if training crawlers access it

Block training crawlers (GPTBot, CCBot, ClaudeBot, Google-Extended) to prevent your content being used for model training going forward

Allow AI search bots (OAI-SearchBot, Claude-SearchBot, PerplexityBot) to maintain visibility in AI-powered search results

Add llms.txt to help AI models understand your business accurately when users ask relevant questions

Implement Cloudflare for network-level bot management, bot analytics, and the AI Scrapers Blocked feature

AI Crawlers

Optimising for AI Search: AEO in 2026

Beyond blocking and allowing, there’s an emerging discipline called AEO Answer Engine Optimization focused on making your content more likely to be cited in AI-generated answers.

Structured, authoritative content AI models cite content clearly structured with headings, lists, and explicit answers

E-E-A-T signals Experience, Expertise, Authoritativeness, and Trustworthiness: author credentials on blog posts, case studies with real results, content demonstrating actual expertise

Entity clarity your business’s identity, location, and services need to be explicitly clear throughout your site

Schema markup JSON-LD structured data helps both traditional search engines and AI systems understand context; Organisation, Service, and FAQ schema are particularly valuable

This connects directly to standard SEO practice content built for AEO overlaps heavily with content built for traditional search, which is one reason it’s worth investing in regardless of how AI search specifically evolves.

Website Optimize

AI Website Crawler Tools for SEO Audits and Competitor Monitoring

It’s worth distinguishing the AI bots covered above which crawl your site on their own initiative from a separate category of tool: crawler-based software you run yourself to audit a site or monitor competitors. Tools like Screaming Frog, Sitebulb, and the crawler components inside SEMrush and Ahrefs use crawler technology to scan a site’s structure, find broken links and missing metadata, and track a rival’s published content and site changes over time. These are a genuinely different product category from GPTBot or ClaudeBot, run deliberately by a marketing team rather than an AI lab. Our SEO service includes this kind of technical audit work as standard, without requiring a separate subscription.

Setting Up Your AI Traffic Dashboard

For any NZ business or digital agency that wants visibility into actual AI traffic:

Cloudflare Analytics (free) add Cloudflare to your site and access bot traffic breakdown by bot type, volume, and blocked requests

Server log analysis periodic review of access logs for known AI crawler user agents

Google Search Console monitor for any AI-related crawl activity or changes in indexing patterns

Separate AI attribution in GA4 create a custom dimension or segment to track traffic from AI referrers (when ChatGPT or Perplexity sends traffic, the referrer URL indicates the source)

The investment in understanding your bot traffic pays back in cleaner analytics data, more accurate ROI measurement on content investment, and informed decisions about what to allow and block. If this kind of setup involves connecting Cloudflare rules, server-level configuration, or custom GA4 tracking, that’s the same category of work as our API integrations and website maintenance services.

What the Agency Did Next

The analytics problem turned out to be the easy half of the fix. Cloudflare was added to every client site (free plan, an afternoon’s work), which immediately produced a clean bot vs. human traffic breakdown the agency had never had before. robots.txt was updated to block training crawlers and explicitly allow AI search bots for each site. llms.txt was added. And the monthly traffic reports were rebuilt to report on human traffic, not total requests with a separate section for both traffic trends for clients who wanted the visibility.

The harder conversation was with a client whose GA4 conversion data had been inflated by bot event triggers for months. Cleaning that up meant re-baselining the benchmarks they’d been reporting against. But those were at least accurate benchmarks which is more than they’d had before.

Final Thoughts:

A website's traffic isn't just human anymore, and treating it as though it is means making decisions on incomplete data. Knowing which bots are crawling your site, what they're taking, and what they might send back in return is no longer a niche technical concern; it affects your analytics accuracy, your server costs, and increasingly your visibility in AI-generated answers. Most of the fixes above don't require a rebuild: a robots.txt update, an llms.txt file, and a Cloudflare toggle can be done in an afternoon. What they require is someone actually checking, since as with most of the web design mistakes above an outdated or misconfigured setup looks completely normal from the inside until someone opens the server logs. A proper audit of your current setup will tell you what's already being blocked, what's slipping through, and what's worth changing first.

Is Your Website Ready for the AI Search Era?

Pulsebay helps NZ businesses improve AI visibility, website performance, technical SEO, and digital experiences built for both human and AI-driven discovery.

Talk to Us About AI-Proofing Your Website

FAQ

Does AI crawling affect SEO?

Yes. AI crawling can influence content discovery and how your website appears in AI-generated answers, alongside its effect on traditional search visibility the two are increasingly connected rather than separate concerns.

What is llms.txt?

A file designed to help AI systems understand your website’s content and business information more accurately than robots.txt alone provides, since it’s written for LLM comprehension rather than crawl permissions.

How can I optimise my website for AI search?

Create clearly structured content with direct answers to likely questions, add schema markup, strengthen expertise signals (real case studies, author credentials), and make core business information explicit and easy to find.