committing sitemap file
This commit is contained in:
@@ -13,6 +13,7 @@ namespace AboutMe.Web.AppStart
|
|||||||
conventions.StaticContentsConventions.AddDirectory("Scripts");
|
conventions.StaticContentsConventions.AddDirectory("Scripts");
|
||||||
conventions.StaticContentsConventions.AddDirectory("fonts");
|
conventions.StaticContentsConventions.AddDirectory("fonts");
|
||||||
conventions.StaticContentsConventions.AddFile("/robots.txt",System.IO.Path.Combine("Content", "robots.txt"));
|
conventions.StaticContentsConventions.AddFile("/robots.txt",System.IO.Path.Combine("Content", "robots.txt"));
|
||||||
|
conventions.StaticContentsConventions.AddFile("/sitemap.xml", System.IO.Path.Combine("Content", "sitemap.xml"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
13
src/AboutMe.Web/Content/sitemap.xml
Normal file
13
src/AboutMe.Web/Content/sitemap.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user