... ... entertainment
... ..
Blogger Tips and TricksLatest Tips For BloggersBlogger Tricks

Sunday 10 April 2016

jhvybnbjknk

Filled under:

  • This is nice post, I have been confused how to add sitemap for my blogspot, and I found the answer here. Thanks
    Avatar
    Hi Sureyea,
    While searching your blog on Google, along with blog name many categories are also displayed in search results..! I've seen many other websites and blogs displaying like this. How can I do that for my blog?
      Avatar
      A ha! That is Sitelinks and Google shows the results automatically if the links are useful for your users. Here is more detail about Sitelinks. https://support.google.com/web...
        Avatar
        Hi Sureyea,
        That really helped. Thanks a lot for the info.. Sorry for the trouble.. I asked that because I'm a beginner in this field.
        One more doubt, did you've any posts regarding how to show pages on bottom of the blog - like you've done for your blog (Privacy Policy, Contact Us)..? Also, is it possible to change the URL of Static Pages on Blogger?

Posted By valentine09:05

How to create sitemap for Blogger

Filled under:

Creating sitemap is very simple and this sitemap works for both self-hosted Blogger blogs and normal Blogger blogs. Just use this (atom.xml?redirect=false&start-index=1&max-results=500)next to your blogs URL. See example below.
http://yourblogname.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
Now you have created sitemap for your Blogger blog, but you need to tell search engines about your sitemap so that bots can know your site structure. There are two ways to tell search engines about your sitemap.
1. Showing your sitemap in robots.txt file and 2. Submitting your sitemaps in Google webmaster tools

Adding your Blogger sitemap in robots.txt file

Login to your Blogger blog and go to dashboard >> settings >> search preferences and edit the custom robots.txt. Enable and paste the following text and click save changes. Make sure to change your blog name in Blogger sitemap below.
1User-agent: *
2Disallow: /search
3Allow: /
4 
5Sitemap: http://sureyea.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500
How to create sitemap for Blogger - Blogger sitemap XML
So whenever search engines crawls your site they will access your Blogger sitemap from robots.txt file.

Submitting your Blogger sitemap in Google webmaster tools

Login to your Google webmaster tools and select you website. In your site dashboard click sitemaps below. Now click add/test sitemaps, add your sitemap (just the atom.xml?redirect=false&start-index=1&max-results=500) and submit your sitemap.

Posted By valentine09:02