# robots.txt for www.tornadopath.com User-agent: * Allow: / # Block access to API routes Disallow: /api/ # Block access to admin routes Disallow: /admin/ # Block access to test routes Disallow: /test/ # Block access to invalid county patterns Disallow: /*/waz* Disallow: /*/charles-city-c Disallow: /*-and-*/ Disallow: /*/*/* # Sitemap location Sitemap: https://www.tornadopath.com/sitemap.xml