Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Meta Description and Keywords not showing up in Google Results (http://forum.bytesforall.com/showthread.php?t=4551)

MPenguin Nov 21, 2009 09:13 PM

[SOLVED] Meta Description and Keywords not showing up in Google Results
 
If you do a google search for "taiwan expatriate" my blog comes up on the first page (it is http://www.expatintaiwan.net).

http://www.google.com/search?hl=en&s...&aq=f&oq=&aqi=

However, there is no Meta Description or keywords. Why?

I'm using Wordpress 2.8.6, Atahualpa Theme 3.4.4, All-in-One SEO, and have all both the Description on the AIO SEO and Atahualpa theme options set correctly. But it's still not showing up.

I've also tried disabling AIO SEO and using the Atahualpa SEO options. Doesn't seem to make any difference whatsoever.

If I look at the source code of my page, I can see the meta description in the AIO SEO section (even when I have AIO SEO disabled!), but it still doesn't show up in Google. Can someone explain to me why and what I need to do to get it to show?

sparksmex Nov 24, 2009 07:29 AM

Something is turning them off. When I first registered the new site with Google my site description was the footer info about Atahualpa and Wordpress. You don't even have than.

What is W3 Total Cache doing

MPenguin Nov 24, 2009 07:38 AM

W3 Total Cache appears to be OK. I have 2 boxes at the top:

Code:

Memcached nor APC appear to be installed correctly. Hide this message
Code:

Database caching is not available. Memcached server localhost:11211 is not running or is non-responsive.
Other than that, it's enabled and seems to be doing OK. Maybe I should revert back to wp-cache or a different caching plugin?

Is there anything else I should be looking at?

paulae Nov 24, 2009 08:42 AM

MPenguin, first of all, I love your site. I just spat my coffee all over my desk while looking at the Japanese Oddities section. What's with the goose head item??

Your header stuff looks very odd. I'm wondering if somehow the Next Gen Gallery code is interfering, somehow. You could try deactivating the plugin and then look at the meta stuff. I do see meta description and keywords, but not in the usual spot.

MPenguin Nov 24, 2009 05:02 PM

I currently have All-in-One SEO enabled, so the meta description and keywords are there in the AIO SEO section in the header.

Code:

<!-- All in One SEO Pack 1.6.8.1 by Michael Torbert of Semper Fi Web Design[442,472] -->
<meta name="description" content="An American expatriate shares his thoughts on life, language, food, and culture in Taiwan." />
<meta name="keywords" content="Taiwan, Chinese, expatriate, life, English, languages, culture, food, Taiwanese food, Mandarin, Taiwanese, Taiwanese culture, expats, expatriates" />
<link rel="canonical" href="http://www.expatintaiwan.net/" />
<!-- /all in one seo pack -->

If I deactivate AIO SEO and use the Atahualpa SEO options, then the description and keywords revert to the very top of the header (Where they are probably normally found).

Code:

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link rel="stylesheet" href="http://www.expatintaiwan.net/?bfa_ata_file=css" type="text/css" media="all" />
<title>An Expatriate in Taiwan</title>
<meta name="description" content="An American expatriate shares his thoughts on life, language, food, and culture in Taiwan." />
<meta name="keywords" content="Taiwan, Chinese, expatriate, life, English, languages, culture, food, Taiwanese food, Mandarin, Taiwanese, Taiwanese culture, expats, expatriates" />

I'll try deactiving Next Gen Gallery and see if that helps the situation any.

For reference, here are the plugins that I use:
Code:

Akismet
AIO SEO Pack (Currently deactivated for testing)
cforms
Feedburner Feedsmith
Google Analytics for Wordpress
Google XML Sitemaps
IE6 No More
MDBG Chinese-English Dictionary
Next-Gen Gallery (Deactivated for testing)
Post Editor Buttons
RSS Footer
Share This
W3 Total Cache
wp-cache (Do I need this if I have W3 Total Cache?)
WP-DBManager
WP-Email
WP-flv
WP-PageNavi
WP-Print
WP-Table Reloaded
YARPP

Any feedback on what these plugins might be doing and how to solve it is greatly appreciated.

About the goose head, that's just good ol' Japanese wackiness. Apparently they think it would be funny to wear a goose head dildo on the outside of your pants or with your ballerina costume. I'm really not sure what's going on there.

MPenguin Nov 25, 2009 12:55 AM

I've been playing with the settings and googling, nothing seems to work.

I've read that google will ignore the meta description if it's the same for all pages (mine was), so I've gone through the pages and added custom meta descriptions in the Atahualpa Page Options. I've also checked Yahoo and Bing, and both of them list my site without any description or keywords also.

So.... what exactly am I doing wrong that all the sites seem to completely ignore my meta description and return results with no keywords or description at all? This really seems quite odd.

One thing, however: I found that I had a robots.txt (thanks Dreamhost!) in the directory that was blocking access to spiders. I suspect this had something to do with it. I have since deleted it, updated page titles, descriptions, keywords, and other meta tags and rebuilt the XML-Sitemap. If the robots.txt was the problem, is it just a matter of time until search engines start displaying the information or is it something else entirely?

Thanks for the help!

paulae Nov 25, 2009 06:09 AM

Having your robots.txt set the wrong way will certainly be a problem for the crawlers!

I wonder if you need that No IE6 plugin. It's producing a lot of code I'm not sure you need.

I doubt you need 2 caching plugins, and they could conflict with each other, I would think.

sparksmex Nov 25, 2009 06:58 AM

I use SEO Title Tags for pages and that helped with my categories which are page rather than blog oriented. You should have a site description but sometimes that takes a week or two with Google. I don't believe your post categories will ever come up under your main site

I don't know how MDBG Chinese-English Dictionary works - a language confusion?

MPenguin Nov 25, 2009 07:03 AM

I've deleted the IE6 No More plugin and also deactivated and deleted wp-cache, just to be safe.

I guess my next step is to wait a few weeks and see if Google and other search engines start picking up the meta tags after fixing the robots.txt file.

MDBG Chinese-English Dictionary plugin shouldn't cause any problems. I use it on my site to wrap Chinese characters and Pinyin. For Pinyin, it'll add tone marks. For Chinese characters, it will automatically link the characters to dictionary entries on MDBG. It's pretty handy as I tend to write quite a bit of Chinese on my site.

MPenguin Nov 25, 2009 07:47 PM

Huzzah! It appears something has gone right.

http://www.google.com.tw/search?hl=z...meta=&aq=f&oq=

The Meta Description is now properly showing in google search results. I suspect that the Pages and posts will hopefully start appearing in the search results also. So far, searching for keywords and tags used in my posts only turns up a few search results, but that should improve over the next few weeks, right?

As an example, the Japanese oddities turn up:
http://www.google.com.tw/search?hl=z...meta=&aq=f&oq=

Thanks for the help figuring this problem out, everyone!


All times are GMT -6. The time now is 01:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.