Irish
New member
- Joined
- Sep 10, 2012
- Messages
- 101
- Points
- 0
When talking about sitemap, we often refer to two main categories: HTML (Hyper Text Makeup Language) sitemap and XML (eXtensible Makeup Language) sitemap. But the basic functions are structure diagrams Website, but on the technical object and completely different.
HTML sitemap
Structure: HTML sitemap is used to list all the URL links in each section or each different page of Blog or Website.
Order: The path is usually listed sorted in order of common directory tree and provides descriptions for each link, often thanks to the Anchor Text.
Subjects: HTML sitemap of blog or website will help users navigate and find information easily. So HTML sitemap is created originally for the user. Although HTML sitemap is created for visitors to the Website, but the spiders as Googlebot will have the opportunity to find out all the entries, pages, posts the Website easier when all the links listed in HTML sitemap.
For example about HTML sitemap: For WordPress users, you can use the HTML Sitemap Generator that you find in articles about WordPress Plugin to create a HTML sitemap as of WebmasterSun.
XML sitemap
Structure: the XML sitemap display a list of URLs of your blog or website using a special standard XML. Consider, for example, the following XML sitemap with a single URL:
Order: These links are listed sorted in order of priority according to the criteria of every Webmaster that it could be the importance of information, traffic, key components, ...
Subject: XML sitemap allows webmasters to inform search engines about URLs on a path blog or website to facilitate the indexing process. XML sitemap is created for search engines rather than regular users. The registration XML sitemap to get search engines like Google, Yahoo or MSN Live.
HTML sitemap
Structure: HTML sitemap is used to list all the URL links in each section or each different page of Blog or Website.
Order: The path is usually listed sorted in order of common directory tree and provides descriptions for each link, often thanks to the Anchor Text.
Subjects: HTML sitemap of blog or website will help users navigate and find information easily. So HTML sitemap is created originally for the user. Although HTML sitemap is created for visitors to the Website, but the spiders as Googlebot will have the opportunity to find out all the entries, pages, posts the Website easier when all the links listed in HTML sitemap.
For example about HTML sitemap: For WordPress users, you can use the HTML Sitemap Generator that you find in articles about WordPress Plugin to create a HTML sitemap as of WebmasterSun.
XML sitemap
Structure: the XML sitemap display a list of URLs of your blog or website using a special standard XML. Consider, for example, the following XML sitemap with a single URL:
Code:
<?Xml version = "1.0" encoding = "UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.webmastersun.com/</loc>
<lastmod> 2008-02-29 </lastmod>
<changefreq> monthly </changefreq>
<priority> 0.7 </priority>
</Url>
</Urlset>
Subject: XML sitemap allows webmasters to inform search engines about URLs on a path blog or website to facilitate the indexing process. XML sitemap is created for search engines rather than regular users. The registration XML sitemap to get search engines like Google, Yahoo or MSN Live.
Last edited: