input license here

How to create sitemap html for blogspot

A Sitemap, also known as a blogspot schema, is a list of all the items on your blog. It includes labels that contain articles that are clearly listed
How to create sitemap html for blogspot
How to create sitemap html for blogspot

Today I will guide you how to create sitemap html for blogspot from the code to try to get into the page, not through the middle to get the script so the ability is not error, and do not depend on other hosts!


Here you eg your html sitemap :

With the simple way you do not have to spread out to create a sitemap page. Here you do not depend on script code from other sites, create on your page always

Steps to create: First go to Page- > Create New Page
In the title of the page you name it: Sitemap nhé, as to v will follow the structure of Seo, and go to Options -> Not allowed ( here I will not comment on the sitemap )


You go to HTML tags and copy the following javascript:
<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>

And now copy the following code paste after the javascript above 

<ul>
<script src="https://www.cuongbv.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&amp;max-results=999"></script>
</ul>
You notice the link instead of blue links your links nhe!
If you want to sitemap sorted by label then you can insert the code below instead of the code on it

<strong><a href="https://www.cuongbv.com/search/label/Seo%20Onpage">Seo Onpage</a></strong>
<br />
<br />
<ul>
<script src="https://www.cuongbv.com/feeds/posts/default/-/Seo%20Onpage?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&amp;max-results=999"></script>
</ul>
<br />

For the% 20 then you delete and rewrite the mark is also, Thank you for reading this article, I hope you will do the sitemap as desired.

Related Posts
SHARE

Related Posts

Subscribe to get free updates

Post a Comment

Sticky