Go Back   Site Owners Forums - Webmaster Forums > General Arena > General Discussion

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 03-18-2016, 12:57 AM   #1
angelinagertz
Registered User
 
Join Date: Aug 2015
Location: New York
Posts: 83
What is the sitemap.xml file ?

Hello Friends,

What is the sitemap.xml file ?
__________________

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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
angelinagertz is offline   Reply With Quote

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
Old 03-19-2016, 12:55 AM   #3
ragulaussie
Registered User
 
Join Date: Sep 2015
Posts: 279
Sitemap.xml contain list of url for website and it used to crawl and indexing purpose
__________________

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.


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.


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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ragulaussie is offline   Reply With Quote
Old 03-19-2016, 04:27 AM   #4
amanrai
Registered User
 
Join Date: Mar 2016
Posts: 343
Sitemap.xml contains the list of url for any website and it is generally used to crawl and for the purpose of indexing.
__________________

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.
amanrai is offline   Reply With Quote
Old 03-20-2016, 02:32 AM   #5
samedaytoursin
Registered User
 
Join Date: Oct 2015
Location: Agra
Posts: 232
Sitemap.xml file using the website all pages crawling and helping for Google Read your website all pages.
__________________

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.
|
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.
|
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.
samedaytoursin is offline   Reply With Quote
Old 03-20-2016, 10:47 PM   #6
jeffmccoy
Registered User
 
Join Date: Feb 2016
Location: Green Cove Springs, FL
Posts: 321
A Sitemap is an XML file that lists the URLs for a site. It allows webmasters to include additional information about each URL: when it was last updated, how often it changes, and how important it is in relation to other URLs in the site. This allows search engines to crawl the site more intelligently.
__________________

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.
jeffmccoy is offline   Reply With Quote
Old 03-20-2016, 11:23 PM   #7
accutranskpo
Registered User
 
Join Date: Mar 2016
Posts: 15
Sitemap.xml is a XML file which contain all the links of the webpages. which helps the search engine crawler to crawl and index each and every page in SERP.
accutranskpo is offline   Reply With Quote
Old 03-21-2016, 12:38 AM   #8
brandqube
Registered User
 
Join Date: Jan 2016
Location: Mumbai
Posts: 89
A sitemap is a file where you can list the web pages of your site to tell Google and other search engines about the organization of your site content.
__________________
BRANDQUBE

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
brandqube is offline   Reply With Quote
Old 03-21-2016, 02:59 AM   #9
yourpcoptimizer
Registered User
 
Join Date: Mar 2016
Posts: 23
Sitemap is file which contains all webpage in a site and google index site map.
__________________

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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
yourpcoptimizer is offline   Reply With Quote
Old 03-21-2016, 03:05 AM   #10
dolphintours
Registered User
 
Join Date: Feb 2016
Location: Perth, Australia
Posts: 40
Sitemap is a file to the show all inner pages of your website which is increase help to read your website by Google.
__________________

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.
|
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.
|
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.
dolphintours is offline   Reply With Quote
Old 04-01-2016, 03:37 AM   #11
synergytrans
Registered User
 
Join Date: Jan 2016
Posts: 22
A Sitemap is an XML file that details the URLs for a web website. It allows website owners to consist of more details about each URL: when it was last modified, how often it changes, and how important it is in regards to other URLs in the website. This allows google to spider the website more wisely.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
synergytrans is offline   Reply With Quote
Old 04-02-2016, 01:53 AM   #12
Admyrin
Registered User
 
Join Date: Feb 2016
Location: Surat
Posts: 396
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 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.
,
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.


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.
Admyrin is offline   Reply With Quote
Old 04-04-2016, 08:09 AM   #13
Pankaj kumar
Registered User
 
Join Date: Apr 2016
Location: India
Posts: 22
Sitemap is file which contains all webpage in a site and google index site map.
Pankaj kumar is offline   Reply With Quote
Old 12-21-2017, 10:50 PM   #14
giftsdaniel
Registered User
 
Join Date: Nov 2016
Posts: 63
Sitemap.xml contains list of all url's used to submit to search engine to crawl and index.
__________________

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.
|
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.
giftsdaniel is offline   Reply With Quote
Old 12-21-2017, 11:17 PM   #15
yuvashri
Registered User
 
Join Date: Jun 2017
Posts: 335
A Sitemap is a XML document that rundowns the URLs for a site. It enables website admins to incorporate extra data about every URL: when it was last refreshed, how regularly it changes, and how vital it is in connection to different URLs in the webpage. This permits web search tools to creep the website all the more wisely.
__________________

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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the sitemap.xml file? ekochaberler Web Promotion 16 08-17-2019 01:55 AM
What is the sitemap.xml file? jerrysmith Search Engine Optimization 18 08-24-2016 02:00 AM
Computer File Name Extensions johnsoncla Social Networks 2 03-19-2015 03:09 AM
RSS Feed rajivwebads Search Engine Optimization 12 08-31-2012 07:15 AM
include file using html ncjbhd HTML / DHTML 0 10-17-2011 12:21 AM


All times are GMT -7. The time now is 03:04 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.