How to Create Sitemap Page in Blogger Blog - Malayalam Tutorial

Share:

blogger sitemap page preview


blogger sitemap page is not available by default in the blogger admin panel at this time, maybe in the future of it is not available in blogger widgets, to create a blogger sitemap page is to drop a little HTML code in the page, but don't worry there have already HTML code below and copy and paste to blogger blog page.

if you don"t have sitemap page in your blogger, well you make a mistake on your blog, sitemap page is important, even in other blogging CMS like WordPress and Tumblr.

The sitemap page is like a table of contents of your blog, it will list all of the titles of the post of all the time and pages and so if the user to sitemap page, they can browse of your previous post title, let"s begin.

Step 1: Create a new page

Go to your blogger admin panel and go to pages and create a new page


Step 2: Copy and paste the code

And fill a title {sitemap} and paste the HTML code,then publish

before you save the page, be sure you change the https://techmalayalis.blogspot.com/ to your real blog URL, and then save the page.

--------------------------------------------------------------------------------------------------------------------------
<script type="text/javascript">

 var numposts = 100;
 var standardstyling = true;

 function showrecentposts(json) {
  for (var i = 0; i < numposts; i++) {
   var entry = json.feed.entry[i];
   var posttitle = entry.title.$t;
   var posturl;
   if (i == json.feed.entry.length) break;
   for (var k = 0; k < entry.link.length; k++) {
    if (entry.link[k].rel == 'alternate') {
     posturl = entry.link[k].href;
     break;
    }
   }
   posttitle = posttitle.link(posturl);
   if (standardstyling) document.write('<li>');
   document.write(posttitle);
  }
   if (standardstyling) document.write('</li>');
 }
</script>

<br />
<ul>
 <script src="https://techmalayalis.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts&max-results=999"></script>
</ul>
-------------------------------------------------------------------------------------------------------------------------
This  is done, if you set a Gadget of pages,if you not, well proceed step.

Step 3: Add a Gadget to enable the pages






Step 4: Saved



This is the final step, just fill the title and check the sitemap checkbox and save.go to your blog and reload the page, that's pretty much it.
Watch the video to learn more about sitemap. 




Let us know your comments and suggestions Thank you.

No comments

Thanks for Comment please support our blog