Let the facts speak for themselves. Google is still the king of the search engine results. In October 2014, Google had 67% share on the rankings, followed by Bing at 19.5% and Yahoo at 10.3% respectively. However, while webmasters, entrepreneurs, and marketers focus on reeling the best SEO practices for Google, we can’t overlook the “underdogs” that also drive traffic to our websites such as Bing, Yahoo! Ask.com, and even the “little David,” DuckDuckGo that’s been up since 2008.

That’s quite a significant percentage for Bing based on comScore’s recent report. So, if you want to get your site indexed in search results, we’ll teach you how to submit it and configure your WordPress site using Bing Webmaster tools.

How to submit and configure WordPress site

1. Go to bing.com/toolbox/webmaster and sign in using your Microsoft account. If you don’t have an account yet, click the “Sign up with Microsoft account” instead.

bingindexing-webmastersignup

2. Assuming you’ve gone through the registration process and your Microsoft account is ready, enter your username and password and you’ll see Bing’s Webmaster dashboard afterward (see below).

bingindexing-dashboard

3. In the field under “My Sites” type the URL of the website you wish to add, then click “ADD.”

bingindexing-webmasteraddurl

4. If you have created a sitemap before, you can type copy and paste it in the field. Skip it if you don’t have one; you can add it later on.

5. Choose the time zones that best fit the hours you’re receiving more traffic.

bingindexing-webmastertraffic

6. Bing requires you to verify the ownership of the site which you can do in three ways. The simplest way is by pasting the tag in the header page of your WordPress blog.

bingindexing-verification

7. On the WordPress dashboard, go to “Appearance” (make sure you have administrator rights), then go to Editor and find the header template. (FYI: theme options vary; you just need to find the “header.php” once you’re on the Editor’s page.)

bingindexing-header

8. From Bing’s webmaster dashboard, copy the code and paste it on the header, following the given format.

bingindexing-verificationmetatag

9. Click “Update File” and refresh the browser.

Note: if your WordPress setup doesn’t allow you to write to the theme file directly from the dashboard, here is what you can do:

9.1. Using an FTP application, download the “functions.php” file from your themes folder.

9.2. Open it with a text editor and insert the following lines to the end of the document, just before the ?> tag.

add_action("wp_head","add_bing_meta_verification");
function add_bing_meta_verification(){
    echo '';
}

Make sure you change the meta tag content to what is given to you by Bing.

9.3. Save and re-upload the “functions.php” file to the server, overwriting the old one. If you are using a caching plugin for your site, remember to clear your cache after making the changes.

10. Go back to the Bing webmaster dashboard and click “VERIFY.” If you’re receiving errors, refresh your browser again or reboot the computer.

Note: give Bing more time for the verification process. In this tutorial, I’ve received errors a couple of times (I think I had server issues that time), so I went to sleep and tried to verify the site the next day and it has gone well so far.

Once the verification process is done, you’ll see the Site activity on the Dashboard, coupled with metrics like clicks, search keywords, inbound links, number of pages indexed, etc.

bingindexing-verifieddashboard

On the right side of the dashboard, you’ll find a smorgasbord of settings and tools for data analytics and more.

If you want to add other WordPress sites, simply repeat the steps above. You may also try the other two options by downloading the .XML file and then uploading to your site via FTP client or configuring your DNS settings in your domain hosting dashboard.

Feel free to comment below and let us know how it goes on your side.

How To Read ODT Documents Inside Your Browser

Various web services can open Microsoft Office files with ease, but what about files created with LibreOffice? The good thing is, you can also read ODT document in your browser as well.

How to Create QR Codes From The Context Menu In Your Browser

QR codes are becoming increasingly popular these days. In this article, we will show you how you can quickly create QR codes directly from your browser’s context menu.

15 Clocks For Telling Time Within Google Chrome

Your computer came with a clock that is functional enough, but there are so many more ways you could have your computer tell you the time. The Chrome Web Store is filled with various clock apps and extensions. Here are 15 options that might just add an extra bit of excitement to how you check what time it is.

9 Ways to Make Better Use of Gmail Filters

Gmail filters is a good way for you to organize your inbox without you doing the manual work. Here are a few ways that you can make good use of Gmail fliters.

4 Great Ways to Take And Edit Screenshots in Google Chrome

Taking screenshots can be time-consuming. Here are 4 screenshots tools for Google Chrome that allow you to snap and annotate screenshots all in the browser.

Light – A Lightweight and Speedy Firefox Alternative

Light is a lightweight browser built with speed in mind and is ideal for old machines. It is a Firefox alternative with several non-essential features removed.

Internet Censorship: How Countries Block Their Citizens from Entering Websites

Some countries carry out Internet censorship and block their citizens from entering websites. How do they do this? Here’s the answer.

End-To-End Encryption (And Principle) Explained

You probably have heard the term “end-to-end” plenty of times, but what is it really about? Read on to find out more.

How to Get Rid of the Stickers in Comments on Facebook

Facebook added the sticker feature in its comments section. For those who dislike it, you can disable stickers in Facebook comments in Chrome and Firefox.

Why YouTube Added Support for 60 Frames Per Second

YouTube has added for videos to stream at 60 frames per second as opposed to its usual 30. Is this something we should be excited about?

5 Cool IFTTT Recipes to Automate Your Social Life

IFTTT has a bunch of other cool and super useful social media recipes. Check out these 5 cool IFTTT recipes to automate your social life.

How to Submit WordPress Site for Bing Indexing

If you want to get your site indexed in Bing search results, here is how you can submit your WordPress site to Bing and have it index your site.