Loading ...

add sitemap for blogger websites

add sitemap for blogger websites


A sitemap is a navigation view of website functions that make a user-friendly view of many web posts at one point. Blogger supports sitemaps and its a requirement for Adsense and other posts on the web. Today, we have different blogger sitemap widgets that you can implement in a sitemap blogger page which we will learn how to make in this tutorial.

There are different kinds of sitemaps in which we are going to implement one which is the most paramount to set up on a blogger page.
When starting up your blogger blog, before considering any other exercise hosting it or buying a domain, then you will need to write the topics that you are going to tackle and in which you will make tags for. Planning is a cornerstone for your blogger blog.

Its a crawler necessity that we must implement in blogger for search engine bots use to go through your website pages. This is the one we are going to implement. Just from the word structured, the blogger sitemap arranges the blogger posts in a way that crawlers will know every page and index them for ranking in search results. Without the structured blogger website listing,


Steps To Add SitemP To Blogger Sitemap Page



Login to your Blogger website profile.
Click on pages on the left side of the blogger platform options.
Click on Create New Page and at the title add the name Sitemap.
Click on the content area and don't type a thing.
Next to compose, click on the HTML option where you will paste the below code

<style type="text/css">
.grid-sitemap {
 overflow: hidden;
 position: relative;
 height: 565px;
 margin: 20px 0 40px 0;
}
.grid-sitemap iframe {
    display: block;
    width: 100%;
    height: 680px;
    margin-top: -115px;
    margin-left: -5px;
}
</style>
<div class="grid-sitemap">
 <iframe src="https://souha3.blogspot.com//view/flipcard"></iframe>
</div>


After pasting the Above code at the HTML writing part, Then change the URL https://souha3.blogspot.com/ to your own website URL.



Next Post Previous Post
No Comment
Add Comment
comment url

marfeel