diff --git a/Makefile b/Makefile index 3af3a5f..3c5cdf5 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,8 @@ js: $(DISTDIR)/robots.txt: @echo "User-Agent: *" > $@ - @echo "Allow: *" >> $@ - @echo "Sitemap: $(URI)/sitemap.xml" >> $@ + @echo "Disallow: /" >> $@ +# @echo "Sitemap: $(URI)/sitemap.xml" >> $@ $(DISTDIR)/sitemap.xml: $(HTMLFILES) @echo '' > $@ diff --git a/dist/robots.txt b/dist/robots.txt index ccc6f61..c6742d8 100644 --- a/dist/robots.txt +++ b/dist/robots.txt @@ -1,3 +1,2 @@ User-Agent: * -Allow: * -Sitemap: https://bear.oops.wtf/sitemap.xml +Disallow: /