Seo Friendly Html Sitemap Generator
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.
Also Read: Add Responsive Ads On Middle Of The Posts
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
Please Note Before Saving This Page Need To Be Configuration Below
<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&alt=json-in-script&callback=showrecentposts&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.
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 !
0 Comments