How To Practise A Sitemap Page
Welcome to the Tutbig tutorial today I volition present you lot How to Create a Sitemap Page inwards Blogger Blog or how to occupation sitemap page inwards blogger spider web log footstep yesteryear step. Sitemap is our site construction when nosotros occupation Sitemap together with add together our spider web log together with then our visitor tin honour their ship service which they want.
Step 2: First nosotros write page championship " Sitemap " together with then click HTML push clitoris together with Paste the Code inwards content expanse >> rename spider web log mention together with then click Publish button.
Step 3: We click the thought push clitoris together with encounter this SITEMAP post.
Copy the SITEMAP Code:-
<script type="text/javascript">Note:- We Replace Highlight URL With Blog URL
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>
I promise you lot savour this Post.How to Create a Sitemap Page
Komentar
Posting Komentar