Blogging

How to create sitemap page in blogger (Updated Methode)

So as friends, most of you would know how important it is for a blogger to create his sitemap, then in today’s article, I will tell you how you can create your sitemap in a blogger, so to know this you have to read this article. must read in full

So as friends, most of you would know how important it is for a blogger to create his sitemap, then in today’s article, 

 

I will tell you how you can create your sitemap in a blogger, so to know this you have to read this article. must read in full

So first of all know how we will create a sitemap for our blogger setting?

Premium Stylish Sitemap Page Code

<style>
#bp_toc {
color: #757;
margin: auto;
padding: ;
border: 1px solid #6E1907;
float: left;
width: 100%;
}
span.toc-note {
display: none;
}
#bp_toc tr:nth-child(2n) {
background: #FBBF02;
}
td.toc-entry-col1 a {
font-weight: bold;
font-size: 14px;

}
.toc-header-col1,
.toc-header-col2,
.toc-header-col3 {
background:#FA2A05;
}
.toc-header-col1 {
padding: 10px;
width: 250px;
text-align: center;
}
.toc-header-col2 {
padding: 10px;
width: 75px;
}
.toc-header-col3 {
padding: 10px;
width: 125px;
}
.toc-header-col1 a:link,
.toc-header-col1 a:visited,
.toc-header-col2 a:link,
.toc-header-col2 a:visited,
.toc-header-col3 a:link,
.toc-header-col3 a:visited {
font-size: 13px;
text-decoration: none;
color: #F7F3F2;
font-weight: 700;
letter-spacing: 0.5px;
}
.toc-header-col1 a:hover,
.toc-header-col2 a:hover,
.toc-header-col3 a:hover {
text-decoration: none;
}
.toc-entry-col1,
.toc-entry-col2,
.toc-entry-col3 {
padding: 5px;
padding-left: 5px;
font-size: 12px;
}
.toc-entry-col1 a,
.toc-entry-col2 a,
.toc-entry-col3 a {
color: #0E0807;
font-size: 13px;
text-decoration: none
}
.toc-entry-col1 a:hover,
.toc-entry-col2 a:hover,
.toc-entry-col3 a:hover {
text-decoration:underline;

}
#bp_toc table {
width: 100%;
margin: auto;
counter-reset: rowNumber;
}
.toc-entry-col1 {
counter-increment: rowNumber;
}
#bp_toc table tr td.toc-entry-col1:first-child::before {
content: counter(rowNumber);
min-width: 1em;
min-height: 3em;
float: left;
border-right: 1px solid #fff;
text-align: center;
padding: 0px 11px 1px 6px;
margin-right: 15px;
}
td.toc-entry-col2 {
text-align: center;
}
</style>
<div id="bp_toc">
</div>
<script src='http://mybloggerlab.com/js/
sitemap.js' type="text/javascript"></script>
<script src="/feeds/posts/summary?alt=json-in-script&amp;max-results=9999&amp;callback=loadtoc" type="text/javascript"></script>

Create Sitemap XML For Blogger?

Step 1:- Go to the blogger dashboard.
Step 2:- Click on the setting option.
Step 3:- Find this Custom robots.txt option and click on it.
Step 4:- Copy all below the code.
Blogger Sitemap code:-
# Blogger Sitemap created on Tue, 19 Jul 2022 05:50:27 GMT
# Sitemap built with https://www.labnol.org/blogger/sitemap
User-agent: *
Disallow: /search
Allow: /
Sitemap: Your Website URL/atom.xml?redirect=false&start-index=1&max-results=500
Step 5:- Replace “your text” with your website of URL. 
 
So after following all these steps, now your sitemap has been generated.
 
And friends, now I will tell you how you can submit your sitemap in your Google Search Console, so now you have to follow some steps given below to know this

 

Blogger sitemap submit to google search console

So friends, now I will tell you how you can submit your sitemap by going to Google Search Console, then follow the steps below to know that
 
Step 1:- Go to the google search console.
Step 2:- Verify your website with google search console (If you don’t know how you verify your website with google search console. Read now)
Step 3:- After verification goes to the left-side sitemap option and click on it.
Step 4:- Now you will get the option of Adding a New Sitemap there, then you have to write sitemap.xml there and then submit it.
Step 5:- So now your Google Search Console sitemap has also been submitted.
 
So, friends, I have told you both the ways to submit a sitemap on a blogger which is very important.
 
So now you will not need to read any other article after this article, so I hope you have liked the information given by us.

Conclusion:- 

Friends, if you like the information given on our blog, then you can tell us by commenting, you will get to see many articles on this blog which are very helpful, then all you have to do is explore our site.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button