View Single Post
Old 03-18-2016, 01:35 AM   #2
amarsamar
Registered User
 
Join Date: Mar 2016
Location: West Bengal, India
Posts: 27
It is a file which contains the list of urls that is the internal navigation links of your website. It helps search engine crawlers or robots to crawl(same as download) all the internal pages or links of your website easily. It also helps in faster indexing of your website in search engine pages. If you create a new webpage inside your website you can add add its url in this sitemap.xml file and it will help to index this new webpage quickly in search engine.

The following is an example of how a sitemap.xml file looks like -----

<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">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2016-02-09T16:43:00+00:00</lastmod>
<changefreq>hourly</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>http://www.example.com/page1.html</loc>
<lastmod>2016-02-09T16:43:00+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>http://www.example.com/page2.html</loc>
<lastmod>2016-02-09T16:43:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>http://www.example.com/page3.html</loc>
<lastmod>2016-02-09T16:43:00+00:00</lastmod>
<changefreq>hourly</changefreq>
<priority>0.80</priority>
</url>
</urlset>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To Get The Daily Updated List Of Newly Launched And Elite Ptc Sites Visit

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
amarsamar is offline   Reply With Quote