committing sitemap file

This commit is contained in:
Tommy
2015-02-16 23:25:40 -05:00
parent 7f53b25836
commit 29b90b17d3
2 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ namespace AboutMe.Web.AppStart
conventions.StaticContentsConventions.AddDirectory("Scripts");
conventions.StaticContentsConventions.AddDirectory("fonts");
conventions.StaticContentsConventions.AddFile("/robots.txt",System.IO.Path.Combine("Content", "robots.txt"));
conventions.StaticContentsConventions.AddFile("/sitemap.xml", System.IO.Path.Combine("Content", "sitemap.xml"));
}
}
}

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
<url>
<loc>http://about.tommyparnell.com/</loc>
<changefreq>weekly</changefreq>
</url>
</urlset>