How can you get a sitemap working ?

master412160

Seasoned Veteran
Joined
Dec 5, 2009
Messages
3,718
Reaction score
4
FP$
1,428
I want a sitemap for CF, here is the code form this site: http://www.xml-sitemaps.com/details-com ... s.net.html

Code:
<?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://community-forums.net/</loc>
  <lastmod>2010-03-07T04:57:27+00:00</lastmod>
  <changefreq>always</changefreq>
</url>
</urlset>

Where do I put it ?, how can I get this to work ?
 
Back
Top Bottom