add sitemaps.xml && update robots.txt & README

This commit is contained in:
Aminda Suomalainen 2015-05-02 10:34:18 +03:00
parent 952fff2b65
commit 8e940ff288
3 changed files with 18 additions and 0 deletions

View File

@ -11,3 +11,11 @@ Directories:
* pages/ — normal pages * pages/ — normal pages
* php/ — php scripts that haven't found their way anywhere else * php/ — php scripts that haven't found their way anywhere else
* r/ — redirects, some kind of personal URL shorrtener * r/ — redirects, some kind of personal URL shorrtener
Sitemaps:
* sitemap.xml — automatically generated by Jekyll when building
* sitemaps.xml — manually written sitemap index pointing to sitemaps on my
sites. I am not sure how it works when there are multiple domains, so
I am keeping all sitemaps in robots.txt and sitemaps.xml on bottom
of it. Same will possibly happen with other domains.

View File

@ -6,3 +6,4 @@ Disallow: /channel
Disallow: /r/ Disallow: /r/
Sitemap: https://mikaela.info/sitemap.xml Sitemap: https://mikaela.info/sitemap.xml
Sitemap: http://tumblr.mikaela.info/sitemap.xml Sitemap: http://tumblr.mikaela.info/sitemap.xml
Sitemap: https://mikaela.info/sitemaps.xml

9
sitemaps.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://mikaela.info/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>http://tumblr.mikaela.info/sitemap1.xml</loc>
</sitemap>
</sitemapindex>