diff --git a/src/AboutMe.Web/AppStart/Bootstrap.cs b/src/AboutMe.Web/AppStart/Bootstrap.cs index d609f66..838bc5f 100644 --- a/src/AboutMe.Web/AppStart/Bootstrap.cs +++ b/src/AboutMe.Web/AppStart/Bootstrap.cs @@ -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")); } } } \ No newline at end of file diff --git a/src/AboutMe.Web/Content/sitemap.xml b/src/AboutMe.Web/Content/sitemap.xml new file mode 100644 index 0000000..21cc191 --- /dev/null +++ b/src/AboutMe.Web/Content/sitemap.xml @@ -0,0 +1,13 @@ + + + + + + http://about.tommyparnell.com/ + weekly + + \ No newline at end of file