Introduced sitemap, both plain XML and gz versions.

This commit is contained in:
Todd Fredrich
2012-05-18 13:08:46 -06:00
parent c4536a54c0
commit 999de8e123
2 changed files with 44 additions and 0 deletions

44
sitemap.xml Normal file
View File

@ -0,0 +1,44 @@
<?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://www.restapitutorial.com/</loc>
<lastmod>2012-05-01T22:56:57+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.restapitutorial.com/restquicktips.html</loc>
<lastmod>2012-05-01T22:56:54+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.restapitutorial.com/httpmethods.html</loc>
<lastmod>2012-05-01T22:56:58+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.restapitutorial.com/httpstatuscodes.html</loc>
<lastmod>2012-05-01T22:56:57+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.restapitutorial.com/resources.html</loc>
<lastmod>2012-05-01T22:56:56+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.restapitutorial.com/index.html</loc>
<lastmod>2012-05-01T22:56:57+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf</loc>
<lastmod>2012-04-24T15:48:57+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
</urlset>

BIN
sitemap.xml.gz Normal file

Binary file not shown.