Halloween Costume ideas 2015

Kabar Gembira Buat kamu yang ga sengaja kunjungi Blog ini !!!

jarang-jarang kamu bisa nemuin Harga SOUVENIR se Murah ini..

karena ini kami buat sengaja buat kamu yang ga sengaja berkunjung ke Blog kami dengan ulasan kami selain dari ulasan souvenir

Nah buat kamu yang tertarik dengan Harga-harga souvenir kami, bisa langsung hubungi whatsapp kami di 081296650889 atau 081382658900

caranya screenshoot atau sertakan link url souvenir yang kamu minati pada blog ini, kirimkan kepada kami di nomer yang sudah tertera dia atas

tanpa screenshoot atau link blog kami, kemungkinan kami akan memberikan harga jual yang ada pada toko kami yang cenderung lebih tinggi tentunya

How To Generate Html Sitemap Page On Blogger

Updated on: March 08, 2017

Souvenir wedding

Before going forrard to add together Sitemap page it is really of import to empathize the divergence betwixt HTML sitemap in addition to XML sitemap.

What is XML Sitemap?

Souvenir wedding

Actually, the Search engine uses their respective spider web crawlers (bots) to detect pages from links within the site in addition to from other sites. XML Sitemap is a .xml file attached to your website which supplies this information to crawlers. Sitemap file consists of all posts URL amongst additional information regarding each URL. The Search engine uses this information to index your posts inwards the best possible way. Use of XML Sitemap file guarantees that your spider web pages volition larn indexed inwards search engines.

 it is really of import to empathize the divergence betwixt HTML sitemap in addition to XML sitemap How to Generate HTML Sitemap Page on Blogger

Souvenir wedding

How to add together in addition to submit an XML sitemap to google in addition to other search engines

What is HTML Sitemap?

Souvenir wedding

HTML sitemap is a regular HTML page which tin live read past times search engine bots every bit good every bit past times visitors. Web crawler treats it similar a regular HTML page (with many links). The top dog usage of the using HTML based sitemap is to stand upwards for all your posts inwards an organized fashion therefore that your users tin navigate all of your posts through a unmarried page.

Features

- Post listing volition update automatically amongst the improver of novel posts.
- Automatic improver of Suffix 'new' to newly added posts.
- Sorted alphabetically (ascending)

How to add together sitemap page inwards blogger

Souvenir wedding

Note: This is Label Based Sitemap Page in addition to you lot tin entirely apply label based themes on it.

Souvenir wedding

Step 1. Login to your Blogger account, in addition to therefore larn to Pages > New page.

 it is really of import to empathize the divergence betwixt HTML sitemap in addition to XML sitemap How to Generate HTML Sitemap Page on Blogger

Souvenir wedding

Step 2. Enter "Site Map" inwards Page championship field.

Souvenir wedding

Step 3. Switch to HTML mode.

 it is really of import to empathize the divergence betwixt HTML sitemap in addition to XML sitemap How to Generate HTML Sitemap Page on Blogger

Souvenir wedding

Step 4. Enter next within blank field.

Note: Clear whatever default code within HTML champaign earlier pasting provided code.

Souvenir wedding

Read: How to Automatically Remove Default Code from Blogger's Writing Panel

Souvenir wedding

<script type='text/javascript'>  var postTitle = novel Array(); var postUrl = novel Array(); var postPublished = novel Array(); var postDate = novel Array(); var postLabels = novel Array(); var postRecent = novel Array(); var sortBy = "titleasc"; var numberfeed = 0;  business office bloggersitemap(a) {     business office b() {         if ("entry" inwards 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 1000 = 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;                         interruption                     }                 }                 var o = "";                 for (var g = 0; g < n.link.length; g++) {                     if (n.link[g].rel == "enclosure") {                         o = n.link[g].href;                         interruption                     }                 }                 var c = "";                 if ("category" inwards 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] = truthful                         } else {                             postRecent[ii] = faux                         }                         ii = ii + 1                     }                 }             }         }     }     b();     sortBy = "titledesc";     sortPosts(sortBy);     sortlabel();     displayToc(); }  business office sortPosts(d) {     business office 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)                 }             }         }     } }  business office sortlabel() {     sortBy = "orderlabel";     sortPosts(sortBy);     var a = 0;     var b = 0;     patch (b < postTitle.length) {         temp1 = postLabels[b];         firsti = a;         produce {             a = a + 1         } patch (postLabels[a] == temp1);         b = a;         sortPosts2(firsti, a);         if (b > postTitle.length) {             interruption         }     } }  business office sortPosts2(d, c) {     business office 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)             }         }     } }    business office displayToc() {     var a = 0;     var b = 0;     patch (b < postTitle.length) {         temp1 = postLabels[b];         document.write("");         document.write('<div class="post-archive"><h4>' + temp1 + '</h4><div class="ct-columns">');         firsti = a;         produce {             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         } patch (postLabels[a] == temp1);         b = a;         document.write("</div></div>");         sortPosts2(firsti, a);         if (b > postTitle.length) {             interruption         }     } }  </script>  <script src="http://yourblog.blogspot/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=bloggersitemap"></script> 

Note: Dismiss whatever type of HTTPS errors.

Souvenir wedding

Step 5. Configuration

Souvenir wedding

- Replace yourblog.blogspot amongst your weblog URL.


Souvenir wedding

Step 6. Under Page settings > within Search Description champaign add page description.

Souvenir wedding

Step 7. Click on Options > nether Reader comments > conduct Don't allow > Done.

 it is really of import to empathize the divergence betwixt HTML sitemap in addition to XML sitemap How to Generate HTML Sitemap Page on Blogger

Souvenir wedding

Step 8. Click Publish.

Note: This tutorial is entirely close to add together Simple HTML Sitemap. You tin apply dissimilar colorful themes on this sitemap.

Souvenir wedding

Read: Themes of HTML Sitemap Page - Label based (SEQL)

Souvenir wedding

Happy Blogging!

Souvenir wedding

You convey successfully added an HTML based sitemap page on your blog. Place your Site Map page link, wherever you lot would similar to exhibit your Site Map page. You tin besides apply dissimilar themes on this sitemap provided past times . For whatever issues related to inwards a higher house Tutorial Please Comment Below. Stay Updated, Browse ! :)

Labels:

Post a Comment

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget