add sitemap.xml

pull/2/head
Michael Q Larson 2014-11-11 17:55:21 -08:00
parent fdff7d1691
commit ec9316afee
1 changed files with 25 additions and 0 deletions

25
sitemap.xml Normal file
View File

@ -0,0 +1,25 @@
<?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.freecodecamp.com/</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.freecodecamp.com/login</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.freecodecamp.com/nonprofits</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://www.freecodecamp.com/learn-to-code</loc>
<changefreq>daily</changefreq>
</url>
</urlset>