From 2f7fbc1b6f205d3dc1150387e4aba9f9bb4e7919 Mon Sep 17 00:00:00 2001 From: liquidev Date: Tue, 26 Nov 2024 20:55:49 +0100 Subject: [PATCH] add a leading Allow: * in robots.txt --- static/robots.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/robots.txt b/static/robots.txt index cb62554..48f397f 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -2,6 +2,8 @@ User-Agent: * +Allow: * + # /static does not contain any pages. Disallow: /static # /_treehouse contains system pages such as the 404 page.