Saturday, November 1, 2008

How to make your blog appear in Google search

You can now add Google sitemap to your blogger.com account and increase your chances of being indexed in Google search engine result. You can add a Sitemap to your account to give Google more information about the pages in your site to help Google crawl them more effectively.

Step # 1:

Login to sitemap account


At the top of screen you will see option to add site. Just paste URL of your blog (for example http://kalamoni.blogspot.com/)

Click on Ok button. Next you will get confirmation message. Your site has been added to your account.


Step # 2:
Now you need to verify your ownership of blog to view detailed statistics. Click on verify link. Google offers two methods of verification. You can either upload an HTML file with a name we specify (which is not possible with Google Blogger account), or you can add a META tag to your site’s index file. Adding META tag via template code is possible so just select Add a META tag from drop down menu.


It will generate code for you, copy the meta tag and paste it into your blogger.com template section.


Step # 3:

Go to your blogger.com and login to your account. Goto your blog > Click on Template
Paste the META tag code after section.

Click on Save Template changes button

Click on Republish Index only button > Wait for few seconds so that your blog being published successfully.


Step # 4:
Now go to sitemap account and click the box that read as follows:

I’ve added the META tag in the home page of http://kalamoni.blogspot.com/. Click on Verify button.


Step # 5:
Now your site is added to sitemap account and verification is done. Next you need to add actual sitemap url. Since blogger.com account don't allow you to create a text file or anything else you need to add your site feed (ATOM xml) file as a site map. Click on add a sitemap link.


Step # 6:
You can add a Sitemap to your account to provide Google additional information about your blog. Google will process your Sitemap and provide information on any errors in the Sitemaps tab as well your sitemap will be downloaded everyday to index your blog fast.
Select type as : Add General Web sitemap

Now you need to add Atom 0.3 feeds. Generally, you would use this format only if your site already has a syndication feed and this is the only way to add sitemap to your blogger.com account.

Paste url of your Atom feed: For example http://kalamoni.blogspot.com/atom.xml and click on Add Web sitemap.



** If you are using the redirect option on your feed, you can add a query parameter to stop the redirect on your feed in the format of:

http://kalamoni.blogspot.com/atom.xml?redirect=false


That will keep the feed from redirecting and is now usable as a sitemap


**
Previously the root-level Blogger feeds did not accept any query parameters, but when Blogger added the redirect=false one, they also seemed to open up those feeds to all the known Blogger query parameters. And that's how you can submit more than the standard 25 posts. and you can overcome that by using this format:

atom.xml?redirect=false&start-index=1&max-results=100

and as you can see. i set the max results to be 100 posts. and you can use a larger number. lets say billion posts (1,000,000,000) :D

so, we will write that the max number is billion in order not to bother ourselves with sitemapping anymore. and the final format will be:

http://kalamoni.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=1000000000



You will get confirmation:
You have added a Sitemap to http://kalamoni.blogspot.com/. Reports may take several hours to update. Thank you for your patience!

And you are done and your blog will be now index very fast (depend upon your posting and content).

Google will automatically download the sitemaps (usually about once a day) and if you've made a new post it should get added to the mix.

No comments:

Post a Comment