From 01f92c573546fae2341e79346f043c0aacbdcbf7 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Thu, 26 Jul 2018 17:14:57 +0100 Subject: Add sitemap.xml so we can submit ourselves to Google --- html/.well-known/robots.txt | 2 ++ html/.well-known/sitemap.xml | 21 +++++++++++++++++++++ html/sitemap.xml | 1 + 3 files changed, 24 insertions(+) create mode 100644 html/.well-known/sitemap.xml create mode 120000 html/sitemap.xml (limited to 'html') diff --git a/html/.well-known/robots.txt b/html/.well-known/robots.txt index eb05362..ccdf171 100644 --- a/html/.well-known/robots.txt +++ b/html/.well-known/robots.txt @@ -1,2 +1,4 @@ User-agent: * Disallow: + +Sitemap: https://spragg-ssl.co.uk/sitemap.xml diff --git a/html/.well-known/sitemap.xml b/html/.well-known/sitemap.xml new file mode 100644 index 0000000..a9cc803 --- /dev/null +++ b/html/.well-known/sitemap.xml @@ -0,0 +1,21 @@ + + + + https://spragg-ssl.co.uk/ + + + https://spragg-ssl.co.uk/projects + + + https://spragg-ssl.co.uk/blog + + + https://spragg-ssl.co.uk/privacy + + + https://spragg-ssl.co.uk/contact + + + https://spragg-ssl.co.uk/about + + diff --git a/html/sitemap.xml b/html/sitemap.xml new file mode 120000 index 0000000..857436f --- /dev/null +++ b/html/sitemap.xml @@ -0,0 +1 @@ +.well-known/sitemap.xml \ No newline at end of file -- cgit v1.2.1