Shopping cart

Subtotal 0.00

View cartCheckout

What is Use of Sitemap File in Website?

What is Use of Sitemap File in Website?

There are two types of sitemaps available first one HTML sitemap and Second XML Sitemap. Connect html sitemap from website because website visitors to get idea of pages in website (Sections).

Having a both xml and html sitemap in website is good factor for achieve good rank in SERP Result

How to Assign Priority level in XML Sitemap?

Tag name <priority> is used to assign priority for each and every URL of the website. Priority interval range start from 0(Minimum) to 1(Maximum).

How frequently search engine should crawl the web pages?

According to Google Search engine you can set any one out of seven frequently (never, yearly, monthly, weekly, daily, hourly and always).

Structure :

<?xml version=”1.0″ encoding=”UTF-8″?>
<urlset xmlns=”http://www.sitemaps.org/schemas/sitemap/0.9″>
<url>
<loc>http://www.digitalakash.in/</loc>
<lastmod>2018-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>

Sitemap.xml consist of list of urls should be crawl by a spider. First spider will visit to sitemap.xml file and understand list of urls available in website.

Specify sitemap file name in robots.txt file:

Sitemap: http://www.digitalakash.in/sitemap.xml

Why need a Sitemap?

Html sitemap is for human for understanding categories in the website and designed in html format

Creating a sitemap XML file with XML-sitemaps.com

First, go to XML-sitemaps.com and paste in your website URL:

You can test at webmaster tool also how many pages are indexed

Comments are closed