Proccess of submitting sitemap to bing webmaster tools

It's really important to submit sitemap to different search engines for quick index. Today i am going to share how to submit sitemap to bing webmaster tools. You can check the following link.

How to submit sitemap to yahoo

Follow the following instructions to submit the sitemap to bing webmaster tools.

1. Go Bing Webmaster Tools and click "sign in to use webmaster tools".

Bing+Webmaster+Tool

2. Now sign in your hotmail/live account.

Bing+Webmaster+Tool+Step1

3. Add your site and go for authentication.

Bing+Webmaster+Tool+Step2

Bing+Webmaster+Tool+Step3

3. You can authenticate your website or blog by two process.

Upload XML file for hosting site

Bing+Webmaster+Tool+Step4

Use this meta tag for blog like blogger

Bing+Webmaster+Tool+Step5

And then varify your site.

4. Now go for add sitemap. Click "Add Sitemap" like the following picture.

Bing+Webmaster+Tool+Step6

Add your sitemap

Bing+Webmaster+Tool+Step7

You can use following sitemap for your blogger blog:

http://yoursiteurl.blogspot.com/rss.xml
http://yoursiteurl.blogspot.com/atom.xml


That's all. You can also submit your sitemap by the following process.

Copy the following url and load it to your browser

http://www.bing.com/webmaster/ping.aspx?sitemap=techncom.blogspot.com/sitemap.xml

Proccess of blogger blog dofollow

Backlinks are very important for a website or blog. It like votes for your website. Huge backlinks means high page rank and high traffic. You can get backlinks in different ways. One of the most favourite ways is commenting on other sites. But condition is you have to comment on dofollow blogs. Unfortunately all blogger blog are nofollow by default. So you have to make them dofollow to provide the opertunity of others to get backlinks form your site. 
Make+Blogger+Blog+Dofollow

Nofollow is a HTML tag added to the link anchor code, and will change the normal code as:
<a href=”yoursiteurl” rel=”nofollow”>anchor text</a>

How to make a blogger blog dofollow

Follow the following instruction to make a dofollow blog


1. Firstly you have to allow "Anyone - includes Anonymous Users" comments. To do this go "Settings>Comment" .

Make+Blogger+Blog+Dofollow+Step1

Then enable "Anyone - includes Anonymous Users" like the following picture.

Make+Blogger+Blog+Dofollow+Step2

2. Now, go "Design>Edit HTML" and click "Expand Widget Templates"

Make+Blogger+Blog+Dofollow+Step3

3. Then by pressing F3 search the following two lines
<a expr:href='data:comment.authorUrl' rel='nofollow'>

<a expr:href='data:backlink.url' rel='nofollow'>
4. Remove rel='nofollow' portion from the above codes
5. Now save your changes

Place adsense ads below title in blog

The only quick and possible way for every blogger is to earn money from adsense. Google AdSense is offering free ads for bloggers to make quick money. But, ads placement is the key thing for huge earning. Ads below title are the most popular and effective ways to show ads.


Let's see how to show ads below title in blogger blog.

1. LogIn your blogger account
2. From Dashboard go "Design" > "Edit HTML" and then click "Expand Widget Templates"
3. Now Convert your adsense ads code by using "AdSense Code Converter"
4. By clicking F3, search the following code
<div class='post-body entry-content'>
5. Just before the above code paste the converted adsense code


How to show ads on blog posts only

If you want's to show ads on blog posts only then paste your code with additional two line as follow
<b:if cond='data:blog.pageType == "item"'>
Your AdSense Code Here
</b:if>

Thank you