You can also manually create a Sitemap based on the Sitemap protocol.
1. Create a text file and save it with a .xml extension (ie. sitemap.xml)
2. First lines of the file:
<?xml version=”1.0″ encoding=”UTF-8″?>
<urlset xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″>
3. Create an entry for each URL.
The <loc> tag is required, the others are optional.
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
4. Last line of the file:
</urlset>
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|