mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
add sitemaps.xml && update robots.txt & README
This commit is contained in:
parent
952fff2b65
commit
8e940ff288
@ -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.
|
||||||
|
@ -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
9
sitemaps.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user