diff options
author | Alan Pearce | 2014-08-08 13:53:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-08 13:53:28 +0100 |
commit | aa0832256fabb386361e4086a39e797729f15b2d (patch) | |
tree | 27bc4ca71bbfee59ab21afb60ce15ad49cd670f3 | |
parent | 2ec17af32dbe540c514f7b82942feac06affd9f0 (diff) | |
download | website-aa0832256fabb386361e4086a39e797729f15b2d.tar.lz website-aa0832256fabb386361e4086a39e797729f15b2d.tar.zst website-aa0832256fabb386361e4086a39e797729f15b2d.zip |
Add sitemap URL to robots.txt
-rw-r--r-- | static/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/robots.txt b/static/robots.txt index 3b6af98..bab0950 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,4 @@ User-agent: * Disallow: Host: alanpearce.uk +Sitemap: https://alanpearce.uk/sitemap.xml |