View Single Post
Old 01-14-2016, 02:37 AM   #2
Beingmahendra
Registered User
 
Join Date: Jan 2016
Posts: 21
Besides that it allows you to include additional SEO-specific information about each URL such as the date it was last updated, how often it changes, and how important it is. XML format ensures that this information can be easily processed on different kinds of computers, applications and systems, so Search engines (Google, Yahoo, Bing, Ask, Baidu, AOL, Yandex etc) won't have any problems with understanding your sitemap files.

XML Sitemap sample:

<?xml version="1.0" encoding="UTF-8"?>

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>

<loc>http://www.example.com/</loc>

<lastmod>2005-01-01</lastmod>

<changefreq>monthly</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://www.example.com/about.htm</loc>

<changefreq>daily</changefreq>

</url>
__________________

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.
|
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.
Beingmahendra is offline   Reply With Quote