diff options
author | Adam Spragg <adam@spra.gg> | 2018-07-26 17:14:57 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2018-07-26 17:14:57 +0100 |
commit | 01f92c573546fae2341e79346f043c0aacbdcbf7 (patch) | |
tree | 1edea15ebc7a49d50bdd6a30519d76f760f71ab1 | |
parent | 596971682c61029cc057f842e7850ed899df6677 (diff) |
Add sitemap.xml so we can submit ourselves to Google
-rw-r--r-- | html/.well-known/robots.txt | 2 | ||||
-rw-r--r-- | html/.well-known/sitemap.xml | 21 | ||||
l--------- | html/sitemap.xml | 1 |
3 files changed, 24 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://spragg-ssl.co.uk/</loc> + </url> + <url> + <loc>https://spragg-ssl.co.uk/projects</loc> + </url> + <url> + <loc>https://spragg-ssl.co.uk/blog</loc> + </url> + <url> + <loc>https://spragg-ssl.co.uk/privacy</loc> + </url> + <url> + <loc>https://spragg-ssl.co.uk/contact</loc> + </url> + <url> + <loc>https://spragg-ssl.co.uk/about</loc> + </url> +</urlset> 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 |