What is sitemap?
A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them. Search engines like Google read this file to crawl your site more efficiently. A sitemap tells Google which pages and files you think are important in your site, and also provides valuable information about these files. For example, when the page was last updated and any alternate language versions of the page.-Google developer
In blogger, there are only two important and best types of sitemap you need to create. The HTML SITEMAP AND XML SITEMAP.
What is html sitemap?
An HTML sitemap is intended for users of your site. Generally, this type of sitemap provides links to the pages in your site, and may provide descriptions of those pages. We encourage the use of HTML sitemaps. They make it easier for users to navigate your site.-Google developer
How to create html sitemap
<script src="https://cdn.jsdelivr.net/gh/pikitemplates/scripts/sitemap.js" type="text/javascript"></script>
<link href="https://cdn.jsdelivr.net/gh/pikitemplates/scripts/sitemap-css.css" rel="stylesheet"/>
<script src="/feeds/posts/summary?alt=json-in-script&max-results=9999&callback=pikisitemap" type="text/javascript"></script>(code-box)
Note: Best result for piki template users.
What is xml sitemap?
How to create xml sitemap?
User-agent: *Disallow: /searchAllow: /Sitemap: https://www.pinoywritings.com/sitemap.xmlSitemap: https://www.pinoywritings.com/sitemap-pages.xml(code-box)
2.1 Go to Blogger Dashboard> Blogger Setting > Crawlers and indexing > Custom robots.txt and paste the code and click save(see figure below).Yeheeey! your sitemap is successfully done.
Figure from pikitemplates |
If sitemap does not work.Generate your sitemsp here and go back to instruction 2.1.
How to setup sitemap in GSC?
Go to your "Google Search Console(GSC)" dashboard here then select sitemap from the left sidebar menu and copy the two sitemaps link (for posts/pages) and paste one by one, and then submit to google correctly. See the below attached demo screenshots.
How to setup Custom Robots txt?
Go to blogger dashboard click on blogger setting under Crawling and Indexing section tap on Enable Custom Robots.txt then set up the indexing option like we provide in the below-attached screenshots.
4.1 For Archived Pages use the same setting provide in the below screenshot, here we set noindex and noodp options because we don't want to index archive pages.