Sitemap submission is a good way to tell search engines about your site contents without pinging them regularly. For a normal website, you can generate sitemaps using free sitemap generator tools. But for a blogger blog, the default sitemap file (atom.xml file) contains only 26 most recent blog posts. So, if you submit it in the webmasters tool, your all posts don't get indexed.
In this post, I'll tell you how to create a sitemap page for blogger. Actually, it's not a sitemap, but a list of posts filed under the particular labels, but for search engines, it works as a sitemap. You can't submit it to webmasters tool. So, let's see how to create your sitemap page for blogger:
1. Login to your blogger account and from the dashboard, go to PAGES option.
2. Now click "New Page" button to create a new page.
3. Now Page Editor will open. Just click "HTML" button to start editing in html mode.
4. Now copy the following code and paste in the HTML editor. Then give the page name "Sitemap" and then click "Publish" button to publish your page.
Code for blogger sitemap:
Note : Change the red color text in the above code with your own site url.
5. That's it. Now your sitemap page is ready. Open and view it.
Recommended Reading : Submit Blogger Sitemap To Google Webmasters Tools
Keep visiting for more tips and tricks.
In this post, I'll tell you how to create a sitemap page for blogger. Actually, it's not a sitemap, but a list of posts filed under the particular labels, but for search engines, it works as a sitemap. You can't submit it to webmasters tool. So, let's see how to create your sitemap page for blogger:
1. Login to your blogger account and from the dashboard, go to PAGES option.
2. Now click "New Page" button to create a new page.
3. Now Page Editor will open. Just click "HTML" button to start editing in html mode.
4. Now copy the following code and paste in the HTML editor. Then give the page name "Sitemap" and then click "Publish" button to publish your page.
Code for blogger sitemap:
<div dir="ltr" style="text-align: left;" trbidi="on">
<script src="https://pctricksguru.googlecode.com/files/sitemap.js"></script><script src="http://www.ashutoshthehacker.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script> </div>
<script src="https://pctricksguru.googlecode.com/files/sitemap.js"></script><script src="http://www.ashutoshthehacker.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script> </div>
Note : Change the red color text in the above code with your own site url.
5. That's it. Now your sitemap page is ready. Open and view it.
Recommended Reading : Submit Blogger Sitemap To Google Webmasters Tools
Keep visiting for more tips and tricks.
0 blogger:
Post a Comment