master412160
Seasoned Veteran
I want a sitemap for CF, here is the code form this site: http://www.xml-sitemaps.com/details-com ... s.net.html
Where do I put it ?, how can I get this to work ?
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 ?







