ai.robots.txt: drop-in files to block the AI crawlers you do not want
A community-maintained, continuously updated list of AI crawlers, shipped as drop-in robots.txt, htaccess, Nginx and Caddy files so you can block or allow AI bots in minutes.
The SEO Bench
An open-source Python package for crawling, sitemap and robots.txt analysis, SERP tooling and log-file parsing, all under one pip install.
Before advertools, doing this properly meant stitching together a crawler, a sitemap parser, a robots.txt checker and a log-file reader from separate, half-maintained libraries or writing your own from scratch each time. advertools folds all of it into one package: a crawler built on Scrapy, sitemap and robots.txt analysis, SERP and keyword tooling, and server log-file parsing, every function returning a pandas DataFrame ready to filter, pivot or export.
It is the most widely cited open-source SEO library in the Python ecosystem, and unlike a lot of tooling from the same era it is still being actively maintained into 2026. That longevity is the actual selling point: pip install advertools replaces a drawer of bespoke, half-working scripts with one dependency that someone else keeps patched against site changes and library breakage.
pip install advertools in your environment or a notebook.crawl() for a site crawl, sitemap_to_df() for sitemap analysis, robotstxt_to_df() for robots.txt, logs_to_df() for server logs.The crawler is Scrapy underneath, so a large crawl behaves like any Scrapy job: it needs sensible concurrency and delay settings on a live site, and it is a Python-and-terminal tool, not a point-and-click app, so it suits a technical SEO more than a marketer who wants a dashboard.
More Like This
A community-maintained, continuously updated list of AI crawlers, shipped as drop-in robots.txt, htaccess, Nginx and Caddy files so you can block or allow AI bots in minutes.
A Cloudflare feature, free on every plan, that shows exactly which AI crawlers hit your site and lets you allow or block them per bot with one click.
Google Search Console's own feature that schedules a free daily export of full, unsampled search performance data into a BigQuery dataset you own, past the thousand-row UI cap.