Page Nav

HIDE
FALSE

Left Sidebar

TO-LEFT

HEADLINE

WELCOME TO BLOGGER TOOL HUB BY EMEXEE.COM

Start your own free tool website in blogger with responsive & powerful Blogger Tool Hub powered by Xoom Internet

SEARCH BAR

ADS

Place  For  Responsive  Ads

HTML Sitemap Generator Code For Blogger

HTML Sitemap Generator For Blogger: Step-1: Copy below code and paste into your blog sitemap page Step-2: Change URL given in the end of thi...

HTML Sitemap Generator For Blogger:

Html sitemap generator tool for blogger


Step-1:

Copy below code and paste into your blog sitemap page

Step-2:

Change URL given in the end of this code with your blog URL

<script type='text/javascript'>

 var postTitle = new Array();

 var postUrl = new Array();

 var postPublished = new Array();

 var postDate = new Array();

 var postLabels = new Array();

 var postRecent = new Array();

 var sortBy = "titleasc";

 var numberfeed = 0;

 function bloggersitemap(a) {

     function b() {

         if ("entry" in a.feed) {

             var d = a.feed.entry.length;

             numberfeed = d;

             ii = 0;

             for (var h = 0; h < d; h++) {

                 var n = a.feed.entry[h];

                 var e = n.title.$t;

                 var m = n.published.$t.substring(0, 10);

                 var j;

                 for (var g = 0; g < n.link.length; g++) {

                     if (n.link[g].rel == "alternate") {

                         j = n.link[g].href;

                         break

                     }

                 }

                 var o = "";

                 for (var g = 0; g < n.link.length; g++) {

                     if (n.link[g].rel == "enclosure") {

                         o = n.link[g].href;

                         break

                     }

                 }

                 var c = "";

                 if ("category" in n) {

                     for (var g = 0; g < n.category.length; g++) {

                         c = n.category[g].term;

                         var f = c.lastIndexOf(";");

                         if (f != -1) {

                             c = c.substring(0, f)

                         }

                         postLabels[ii] = c;

                         postTitle[ii] = e;

                         postDate[ii] = m;

                         postUrl[ii] = j;

                         postPublished[ii] = o;

                         if (h < 10) {

                             postRecent[ii] = true

                         } else {

                             postRecent[ii] = false

                         }

                         ii = ii + 1

                     }

                 }

             }

         }

     }

     b();

     sortBy = "titledesc";

     sortPosts(sortBy);

     sortlabel();

     displayToc();

 }

 function sortPosts(d) {

     function c(e, g) {

         var f = postTitle[e];

         postTitle[e] = postTitle[g];

         postTitle[g] = f;

         var f = postDate[e];

         postDate[e] = postDate[g];

         postDate[g] = f;

         var f = postUrl[e];

         postUrl[e] = postUrl[g];

         postUrl[g] = f;

         var f = postLabels[e];

         postLabels[e] = postLabels[g];

         postLabels[g] = f;

         var f = postPublished[e];

         postPublished[e] = postPublished[g];

         postPublished[g] = f;

         var f = postRecent[e];

         postRecent[e] = postRecent[g];

         postRecent[g] = f

     }

     for (var b = 0; b < postTitle.length - 1; b++) {

         for (var a = b + 1; a < postTitle.length; a++) {

             if (d == "titleasc") {

                 if (postTitle[b] > postTitle[a]) {

                     c(b, a)

                 }

             }

             if (d == "titledesc") {

                 if (postTitle[b] < postTitle[a]) {

                     c(b, a)

                 }

             }

             if (d == "dateoldest") {

                 if (postDate[b] > postDate[a]) {

                     c(b, a)

                 }

             }

             if (d == "datenewest") {

                 if (postDate[b] < postDate[a]) {

                     c(b, a)

                 }

             }

             if (d == "orderlabel") {

                 if (postLabels[b] > postLabels[a]) {

                     c(b, a)

                 }

             }

         }

     }

 }

 function sortlabel() {

     sortBy = "orderlabel";

     sortPosts(sortBy);

     var a = 0;

     var b = 0;

     while (b < postTitle.length) {

         temp1 = postLabels[b];

         firsti = a;

         do {

             a = a + 1

         } while (postLabels[a] == temp1);

         b = a;

         sortPosts2(firsti, a);

         if (b > postTitle.length) {

             break

         }

     }

 }

 function sortPosts2(d, c) {

     function e(f, h) {

         var g = postTitle[f];

         postTitle[f] = postTitle[h];

         postTitle[h] = g;

         var g = postDate[f];

         postDate[f] = postDate[h];

         postDate[h] = g;

         var g = postUrl[f];

         postUrl[f] = postUrl[h];

         postUrl[h] = g;

         var g = postLabels[f];

         postLabels[f] = postLabels[h];

         postLabels[h] = g;

         var g = postPublished[f];

         postPublished[f] = postPublished[h];

         postPublished[h] = g;

         var g = postRecent[f];

         postRecent[f] = postRecent[h];

         postRecent[h] = g

     }

     for (var b = d; b < c - 1; b++) {

         for (var a = b + 1; a < c; a++) {

             if (postTitle[b] > postTitle[a]) {

                 e(b, a)

             }

         }

     }

 }

 function displayToc() {

     var a = 0;

     var b = 0;

     while (b < postTitle.length) {

         temp1 = postLabels[b];

         document.write("");

         document. write('<div class="post-archive"><h4>' + temp1 + '</h4><div class="ct-columns">');

         first = a;

         do {

             document. write("<p>");

             document. write('<a " href="' + postUrl[a] + '">' + postTitle[a] + ");

             if (postRecent[a] == true) {

                 document. write(' - <strong><span>New!</span></strong>')

             }

             document. write("</a></p>");

             a = a + 1

         } while (postLabels[a] == temp1);

         b = a;

         document. write("</div></div>");

         sortPosts2(first, a);

         if (b > post title. length) {

             break

         }

     }

 }

 </script>

 <script src="https://www.yourblog.blogspot.com/feeds/posts/summary?alt=json-in-script&max-results=9999&callback=bloggersitemap" type=" text/javascript"></script>


What is an HTML Sitemap?

What is a Sitemap Page?

Site bugs and other editing require site maps to successfully record your blog articles.

You can increase the flow of your blog, just as you quickly integrate your new item. Recently.

With HTML Map of Site Producer Blogger, all of our blog articles are grouped into words.

This is an important page for both SEO and AdSense to allow, I should clarify.

Page records, or site maps, online page layouts. Clients and web searchers can explore the site using a web map. Just as a geography guide assists individuals in finding places, a web map is a visual or structural representation of a web page item that allows visitors to explore the entire website to find the data they are looking for.

There are many ways to create a webpage map, which includes creating an accurate guide for each chapter where all the sections are linked to the corresponding page on the site. Using a site map is similar to using format maps in key shopping areas to visit a compact site.

Website maps are usually organized differently, dividing an item into a webpage into sub-category themes. A few regions highlight client-available site maps that offer a different level of the site layout. The purpose of this is to help clients access transparent pages, but crawlers can use them in the same way. The strategy chosen is to make the Sitemaps organized in order (otherwise called Site Lists).

An HTML document showing all the important pages on a site can be used as a site map designed for customers. This teaching activity is about it.

What Is an HTML Sitemap?

Similarly, as with any HTML page, an HTML website guide can be seen by both web search tools and web clients the same The fundamental motivation behind utilizing an HTML webpage map is to sort out the entirety of your substance so your clients can get to everything on one page. The reason for an HTML webpage map is to furnish guests with data about site content. All pages on the site are remembered for the Sitemap, including the primary and low-level pages. HTML Sitemap is a rundown of pages on a site that can be gotten to by tapping on it. This article will show you how to make an HTML webpage map for your blogger blog.HTML Sitemap Blogger Producer gives you the best properties to look over for your HTML website map.

What's the Difference Between HTML And XML Sitemaps? 

To further develop the creeping pace of our blog entries, we send an XML Sitemap to the web crawlers. Sitemap in HTML design sorts out your distributed posts perfectly on a page. HTML Sitemap Page For Blogger Blog is the focal point of this instructional exercise. As we continue, we'll analyze an assortment of styles.

HTML Sitemap Generator For Blogger Benefits:

Clients benefit from Sitemaps as they may check them in case they encounter difficulty finding a page on your site using a key route. Using a site map may help you to sort a good site into modest areas in categories or sequences. Site maps help your customers find data on your site, so creating one for your site is a good idea.

It works for web pointers to map your site and find all the oSearch metrics you can crawl. Your site wilsearchsted, and other parts of the page will be helped by its listing.
{full_page}