ABOUT SITEMAP :-
=> A sitemap is a list containing all the URL's of the website.
THERE ARE TWO TYPES OF SITEMAP-
a) HTML SITEMAP- HTML sitemap is a seprate web page present on the site for easy user navigation. All the web pages are presented here in hierarchical manner.
b) XHTML SITEMAP- These files are made for search engine,to provide them ease of crawling.
Sitemap(.XML) can be generated using online sitemap generators.There are number of xml sitemap generators present on the web.One of them is XML
GENERATOR:Link:-http://www.xml-generator.com/
CREATION OF SITEMAP(IN XML) ;-
The xml sitemap can be generated using online tools.Once the xml sitemap is genrated,it looks something like this.The code consists of xml tags. The code consists of xml tags.The code is in written in between the ''urlset'' tags.
IT INCLUDES-
1) The ''url'' tag contains the url entries.
2) The URL of the page in ''loc''tag.
3) The time(yearly,monthly,weeklyor daily)when that page is likely to be modified.
4) The time when the page was last updated in ''lastmood'' tag.
5)The priority of the mentioned url relative to other url present in the site under ''priority'' tag.
The priority tag ,lastmoved tag,and the change freq tag are optional i.e. you can choose whether have them mentioned or not in the sitemap.but in the site map must contain the ''loc''tag
<?xml version =''1.0'' encoding=''utf-8''?>
<urlset>
<url>
<loc>http://www.seofreeguide.blogsport.com/</loc>
<changefreq>monthly</changefreq>
<lastmod>2018-02-09</lastmod>
<priority>/</priority>
<url>
<url>
<loc>http://www.seofreeguide.blogsport.com/otherpagel</loc>
<changefreq>monthly</changefreq>
<lastmod>2018-09-08</lastmod>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.seofreeguide.blogsport.com/otherpage2</loc>
<changefreq>monthly</changefreq>
<lastmood>2018-09-09</lastmood>
<priority>0.5</priority>
</urlset>
No comments:
Post a Comment