diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-11 03:35:46 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-11 03:37:28 +0200 |
commit | 51602ef98002bf82cc0a3d75601ff908fbfd22ec (patch) | |
tree | fbaf4d2fd1a6fd7fbda836ed08bf9497f1fd8db9 /src | |
parent | b3e6ab5df1effd7360fa861b9cb1380ddbdf8d3c (diff) | |
download | theos-website-51602ef98002bf82cc0a3d75601ff908fbfd22ec.tar.xz |
add new sitemap
Diffstat (limited to 'src')
-rw-r--r-- | src/sitemap.xml | 4 | ||||
-rw-r--r-- | src/sitemap1.xml | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/src/sitemap.xml b/src/sitemap.xml index c8ab856..a1fd12c 100644 --- a/src/sitemap.xml +++ b/src/sitemap.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> + <loc>https://theos.kyriasis.com/sitemap1.xml</loc> + <lastmod>2014-10-10</lastmod> + </sitemap> + <sitemap> <loc>https://theos.kyriasis.com/~kyrias/sitemap.xml</loc> <lastmod>2014-10-10</lastmod> </sitemap> diff --git a/src/sitemap1.xml b/src/sitemap1.xml new file mode 100644 index 0000000..abffc65 --- /dev/null +++ b/src/sitemap1.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://theos.kyriasis.com/index.html</loc> + </url> + <url> + <loc>http://git.kyriasis.com</loc> + </url> +</urlset> |