Started development branch with some dummy files

This commit is contained in:
Stephan 2016-11-09 15:49:04 +01:00
parent 08f551a60f
commit fa8048b5f4
2 changed files with 13 additions and 0 deletions

3
robots.txt Normal file
View file

@ -0,0 +1,3 @@
user-agent: *
disallow: /private/
sitemap: http://interaktionsweise.de/sitemap.xml

10
sitemap.xml Normal file
View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://interaktionsweise.de/</loc>
<lastmod>2016-11-09</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>