Search Tactic
Crawler policy
Also known as: AI crawler policy, robots.txt policy, bot access policy
A crawler policy is the set of rules a site publishes and enforces to decide which automated agents may access its content, how often, and for what purpose. It typically combines robots.txt directives, server side rules and terms of use, and increasingly distinguishes search crawlers from AI training and assistant crawlers. The policy defines both what is allowed and what happens when a bot ignores it.
What it is
It is a deliberate position on bot access rather than a default file left untouched. A policy names specific user agents, sets allow and disallow paths, and may apply rate limits or authentication to expensive endpoints. Many organisations now split decisions by purpose: indexing for search, retrieval for AI answers, and bulk collection for model training.
Why it matters
AI assistants and answer engines can only cite what they are permitted to fetch, so an overly broad block can quietly remove a brand from AI answers while a permissive setup may allow content to be reused with no traffic in return. Crawler decisions therefore shape visibility, brand mentions and referral volume at the same time. They also affect infrastructure cost, because aggressive bots consume real bandwidth and compute.
How it works
Practitioners audit server logs to see which agents actually visit, then write robots.txt rules per user agent and back them up with edge rules, verified bot allow lists and rate limits. Sensitive or low value paths such as internal search, faceted filters and checkout flows are disallowed, while key content and reference pages are kept open. The policy is documented, reviewed as new agents appear, and monitored for compliance.
When it applies
It applies to any public site, and needs explicit review whenever AI crawlers grow in your logs, a new content licensing position is taken, or crawl activity starts affecting performance.
Examples
- A publisher allows search indexing crawlers but disallows a named AI training crawler while keeping an assistant retrieval agent allowed.
- An ecommerce site blocks crawling of faceted filter URLs to protect crawl budget and server capacity.
- A B2B site adds edge rate limiting after log analysis shows one unverified scraper generating a large share of requests.
How it is measured
- Crawl requests and bytes served by user agent over time
- Share of AI assistant answers citing the site, tracked before and after policy changes
- Blocked or rate limited request volume and any resulting error rates
- Coverage of key pages that remain crawlable in robots.txt testing
Related terms in Search Tactic
- Answer Engine OptimisationThe practice of structuring content so it can be lifted directly into AI answers. Close cousin of GEO; emphasises clean, parseable facts and unambiguous attribution.
- Citation-worthy contentContent with the qualities LLMs select for when synthesising an answer: a single, defensible claim per paragraph; named entities; first-hand evidence; and a clear authority signal.
- Content auditA content audit is a structured review of every page or asset in a content set, scored against performance, quality, accuracy and search intent. The output is a decision for each item: keep, improve, consolidate, redirect or remove. It turns a large and uneven content library into a prioritised action plan.
- Digital discoveryThe full set of channels through which people find brands, products, and answers, search engines, AI assistants, social platforms, marketplaces, and agentic browsers. Replaces the narrower frame of just “SEO”.
- Ecommerce SEOEcommerce SEO is the practice of making an online store's category, product, brand and editorial pages discoverable in organic search. It combines technical work on crawling, indexing and site structure with commercial decisions about which queries each page should serve. The goal is qualified non-paid traffic that converts into orders.
- Generative Engine OptimisationThe discipline of optimising content to be cited inside generative answers across ChatGPT, Claude, Gemini, Perplexity, and AI Overviews. Overlapping but distinct from classical SEO, favours specificity, citation-worthy claims, and structured attribution.