Free Website Utility

Robots.txt Builder

Generate a clean robots.txt file for your website without digging through outdated SEO forum posts and contradictory advice.

Common Rules

Allows WordPress background AJAX requests that some plugins and themes rely on. Recommended for most WordPress websites.

Allow: /wp-admin/admin-ajax.php

Prevents search engines from crawling WordPress core system files that usually do not provide SEO value.

Disallow: /wp-includes/

Prevents search engines from indexing internal site search results pages, which are often considered low-quality or duplicate content.

Disallow: /search/ Disallow: /*?s=

Helps reduce duplicate or thin-content archive pages commonly generated by blogging systems like WordPress.

Disallow: /tag/

Prevents search engines from crawling URLs with query parameters. Useful for reducing duplicate content, but can accidentally block important pages if used incorrectly.

Example: some online stores use query strings for product filtering like:

/products?category=shirts

Blocking all query string URLs could prevent search engines from discovering those filtered product pages entirely.

Disallow: /*?

What robots.txt Does

A robots.txt file helps guide search engines on which parts of your website should or should not be crawled.

Important Note

robots.txt does not secure private content. It only provides crawl instructions to search engines and bots.

Best For

  • Small business websites
  • WordPress websites
  • Custom-built sites
  • SEO cleanup projects
  • New website launches