How To Add Auto Updated Html Sitemap Generator On Blogger

Seo Friendly Html Sitemap Generator


How To Add Auto Updated Html Sitemap Generator On Blogger
How To Add Auto Updated Html Sitemap Generator On Blogger


Today we are back again with new important blogging tips and tricks. Before going our main topic first known what is Sitemap?

An XML sitemap which is precisely created for search engine bots to scan and map our blog.Sitemap file consists of all posts URL with additional information regarding each URL. also Search engine uses this data to index your posts in the best possible way.HTML sitemap page is good for the convenience of the reader.that mean html Sitemap page is for the blogger visitors, which generally contains a list of posts and pages on the blogger site.

You create or add html sitemap;this is good idea to give visitors an alternative method for navigation and finding content. also this page help you blogger visitor and SEO.



How To Add Seo Friendly Sitemap Page On Blogger:


Login to your Blogger account, then go to Pages > New page.

Enter 'Site Map' in Page title field.

Then Go To Compose To Html Mode

Now Paste Below Code Inside Html Blank Tab



<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>
<ul>
<script src="https://webduniya.ooo/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&amp;max-results=999"></script>
</ul>



Please Note Before Saving This Page Need To Be Configuration Below

1> Under Page Setting >> Insert Your Sitemap Description On Page Description Page
2>Next Reader Comment You Can Allow or Disallow On Sitemap Page;
3>Next Compose Mode Section Show html literally Set
4> Next Need to be Most Important Change/replace https://webduniya.ooo to your blog url.


Finally Click On Publish Your Sitemap Page. That's It ! Happy Blogging.

Advantage Of This Sitemap:


This Sitemap Code Is Fully Optimized & Minified.

Fully Responsive and SEO Friendly

Lighweight Mean No Effect On Page Loading

This Sitemap Widget Will Adding or Automated Updating Your Blog Posts.


Author Note ??


Hope You Have Successfully Added Seo Friendly Html Sitemap Page on Your Blog.
Thanks For Reading Our Article About "SITEMAP GENERATOR". For Any Issued About This  Article Then Let's Us Known With Your Comments On Below comment Box.
Stay & Keep Updated !



Post a Comment

0 Comments