Fun with robots.txt

Columnist Patrick Stox provides some dos and don'ts for creating your robots.txt file -- along with examples of companies who have gotten creative with their files.

Chat with SearchBot

robots-txt-ss-1920

One of the most boring topics in technical SEO is robots.txt. Rarely is there an interesting problem needing to be solved in the file, and most errors come from not understanding the directives or from typos. The general purpose of a robots.txt file is simply to suggest to crawlers where they can and cannot go.

Basic parts of the robots.txt file

  • User-agent — specifies which robot.
  • Disallow — suggests the robots not crawl this area.
  • Allow — allows robots to crawl this area.
  • Crawl-delay — tells robots to wait a certain number of seconds before continuing the crawl.
  • Sitemap — specifies the sitemap location.
  • Noindex — tells Google to remove pages from the index.
  • # — comments out a line so it will not be read.
  • * — match any text.
  • $ — the URL must end here.

Other things you should know about robots.txt

  • Robots.txt must be in the main folder, i.e., domain.com/robots.txt.
  • Each subdomain needs its own robots.txt — www.domain.com/robots.txt is not the same as domain.com/robots.txt.
  • Crawlers can ignore robots.txt.
  • URLs and the robots.txt file are case-sensitive.
  • Disallow simply suggests crawlers not go to a location. Many people use this to try to de-index pages, but it won’t work. If someone links to a page externally, it will still be shown in the SERPs.
  • Crawl-delay is not honored by Google, but you can manage crawl settings in Google Search Console.
  • Allow CSS and JS, according to Google’s Gary Illyes:

User-Agent: Googlebot
Allow: .js
Allow: .css

Now for the fun stuff!

Many companies have done creative things with their robots.txt files. Take a look at the following examples!

ASCII art and job openings

Nike.com has a nice take on their slogan inside their robots.txt, “just crawl it” but they also included their logo.

Nike robots.txt with ASCII art

Seer also uses art and has a recruitment message.

Seer robots.txt with ASCII art and job posting

TripAdvisor has a recruitment message right in the robots.txt file.

TripAdvisor job posting inside robots.txt

Fun robots

Yelp likes to remind the robots that Asimov’s Three Laws are in effect.

Yelp Asimov's Three Laws in robots.txt

As does last.fm.

last.fm Asimov's Three Laws in robots.txt

According to YouTube, we already lost the war to robots.

YouTube war on robots in robots.txt

Page One Power has a nice “Star Wars” reference in their robots.txt.

Page One Power Star Wars in robots.txt

Google wants to make sure Larry Page and Sergey Brin are safe from Terminators in their killer-robots.txt file.

Google Terminator reference in killer-robots.txt

Who can ignore the front page of the internet? Reddit references Bender from “Futurama” and Gort from “The Day The Earth Stood Still.”

Reddit Bender and Gort references in robots.txt

Humans.txt?

Humans.txt describes themselves as “an initiative for knowing the people behind a website. It’s a TXT file that contains information about the different people who have contributed to building the website.” I was surprised to see this more often than I would have thought when I tried on a few domains. Check out https://www.google.com/humans.txt.

Just using robots.txt to mess with people at this point

One of my favorite examples is from Oliver Mason, who disallows everything and bids his blog farewell, only to then allow every individual file again farther down in the file. As he comments at the bottom, he knows this is a bad idea. (Don’t just read the robots.txt here, seriously, go read this guy’s whole website.)

On my personal website, I have a robots.txt file to mess with people as well. The file validates fine, even though at first glance it would look like I’m blocking all crawlers.

StoxSEO.com robots.txt BOM

The reason is that I saved the file with a BOM (byte order mark) character at the beginning, which makes my first line invalid — as you can see when I go to verify in Google Search Console. With the first line invalid, the Disallow has no User-Agent reference, so it is also invalid.

StoxSEO Google Search Console BOM

Indexed pages that shouldn’t exist

If you search for “World’s Greatest SEO,” you’ll find a page on Matt Cutts’ website that doesn’t actually exist. SEO Mofo chose a directory (/files) that is blocked by https://www.mattcutts.com/robots.txt. The only information Google has about this page is from the links that were built to the non-existent page. While the page 404s, Google still shows it in the search results with the anchor text from the links.

World's Greatest SEO SERPs

A whole freaking website inside robots.txt

Thought up by Alec Bertram, this amazing feat is chronicled where else but his robots.txt file. He has the how, the source and even a menu to guide you.

This was also used on vinna.cc to embed an entire game into the file. Head over to https://vinna.cc/robots.txt and play Robots Robots Revolution!

A game about robots in robots.txt


Opinions expressed in this article are those of the guest author and not necessarily Search Engine Land. Staff authors are listed here.


About the author

Patrick Stox
Contributor
Patrick Stox is a Product Advisor, Technical SEO, & Brand Ambassador at Ahrefs. He was the lead author for the SEO chapter of the 2021 Web Almanac and is a reviewer for the 2022 SEO chapter. He’s an organizer for the Raleigh SEO Meetup, Raleigh SEO Conference, Beer & SEO Meetup. He also runs a Technical SEO Slack group and is a moderator for /r/TechSEO on Reddit.

Get the must-read newsletter for search marketers.