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