MASIGNCLEAN101

How To Create A Sitemap Page

Welcome to the Tutbig tutorial today I will show you How to Create a Sitemap Page in Blogger Blog or how to create sitemap page in blogger blog step by step. Sitemap is our site structure when we create Sitemap and add our blog then our visitor can find their post which they want.
Welcome to the Tutbig tutorial today I will show you How to Create a Sitemap Page in Blogg How to Create a Sitemap Page
Step 1: Go to Blogger Pages and click " New page " button.
Welcome to the Tutbig tutorial today I will show you How to Create a Sitemap Page in Blogg How to Create a Sitemap Page
Step 2: First we write page title " Sitemap " then click HTML button and Paste the Code in content area >> rename blog name then click Publish button.
Step 3: We click the view button and see this SITEMAP post.
Welcome to the Tutbig tutorial today I will show you How to Create a Sitemap Page in Blogg How to Create a Sitemap Page
Copy the SITEMAP Code:- 

<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://your-blog-name.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts&max-results=999"></script>
</ul>
 Note:- We Replace Highlight URL With Blog URL

I hope you enjoy this Post.How to Create a Sitemap Page
Share This :
Sarah

Followers