How to fix wrong title tags in Bing & Yahoo.

Seemingly out of nowhere, the title tag in the search snippet for one of our clients completely changed. Well, that doesn’t sound too horrible or harmful you say. Normally that’s right. Sometimes titles in snippets can be altered by the search engines and in rare cases can improve click-thru rates (I still recommend controlling all information in snippets with custom META data for every single page on your site).

The issue in this case was that the title tag now included information referring back to a really old (and outdated) sponsor…like years old. Even though the META data and the code said one thing (and keep in mind hadn’t been touched for at least a year), the title tag said something completely different.

Check it out. Here’s a screenshot of the source code:

holiday bowl game

And here’s a screenshot of what a users would see on Bing (and Yahoo) when searching for “holiday bowl”:

holiday bowl football game

Notice anything strange? Hint: the title tag in the search results does not match what’s in the source code. In fact, nowhere on the Holiday Bowl home page does it even mention the word “Culligan”.

So what gives? And more importantly, how can it be fixed?

I had heard that sometimes the search engines pull META data from DMOZ and use that in snippets – overriding what a website has in its source code. So I checked DMOZ to see if that was true in this case.

Here’s what I found when I did a search for “holiday bowl” on DMOZ:

holidaybowl.com

There it is! There’s the source of our pain. Bing and Yahoo are pulling “Culligan” from DMOZ and using it in the snippet.

After a quick search, I was able to find and install the following script into the home page code telling the search engines to ignore the META description in DMOZ and use what’s in the source code:

<meta name=”robots” content=”noodp”>

After about 4 days the title tag was back to normal:

Hooray! It’s fixed. Bing and Yahoo are pulling from the right source and “Culligan” has disappeared from the snippet.

Whenever you see this problem with one of your sites, just use this simple-to-implement fix and you’ll see results very quickly.

Have you ever had this problem? Did you use this method to fix it? Let’s discuss in the comment section below.

2 thoughts on “How to fix wrong title tags in Bing & Yahoo.”

Leave a Comment