Title: Strange problem with SE
Last modified: August 19, 2016

---

# Strange problem with SE

 *  [thatcount](https://wordpress.org/support/users/thatcount/)
 * (@thatcount)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/)
 * Hi, Since nov 20th none of my post pages are showing up in google, when I say
   post pages I mean the page you arrive at when you click on the title of a post
   from my main index. The front pages shows up fine when searching for a title,
   however, the post pages have since stopped. I am using “all In One SEO”. Does
   anyone know why this would have occurred or more importantly, how to get them
   coming up again?
 * Thanks
    count site – [http://www.thecount.com](http://www.thecount.com)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-915861)
 * Your posts have blank meta descriptions with lots of odd whitespace (not shown
   below):
 * `<meta name="description" content="" />`
 * Something is set wrong with your SEO plugin. Google does not like empty meta 
   descriptions or duplicate ones, and yours are both because they are all empty.
   It’s best to have either unique meta descriptions or no meta description tags.
 *  Thread Starter [thatcount](https://wordpress.org/support/users/thatcount/)
 * (@thatcount)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-915864)
 * Thanks so much for the reply!
 * This is my header info, can you tell where It may be bad?
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml&#8221](http://www.w3.org/1999/xhtml&#8221);
   <?php language_attributes(); ?>> <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
   <?php if (is_home()||is_404()): ?> <title><?php bloginfo(‘name’); ?> </title>
   <?php endif; ?> <?php if (is_single()||is_page()): ?> <title><?php wp_title(”);?
   ></title> <meta name=”description” content=”<?php echo strip_tags(get_the_excerpt());?
   >” /> <?php endif; ?> <?php if (is_tag() ):?> <title><?php single_tag_title();?
   > </title> <?php endif; ?> <?php if (is_search()): ?> <title> <?php _e(‘Searchresults
   from’,’mtsgossip’);?> <?php bloginfo(‘name’); ?>. </title> <?php endif; ?> <?
   php if (is_month()): ?> <title><?php wp_title(”); ?>,<?php _e(‘Monthly Archive
   from’,’mtsgossip’);?><?php bloginfo(‘name’); ?> </title> <?php endif; ?> <?php
   if (is_year()): ?> <title><?php wp_title(”); ?><?php _e(‘Yeary Archive from’,’
   mtsgossip’);?><?php bloginfo(‘name’); ?></title> <?php endif; ?> <?php if (is_category()):?
   > <title><?php wp_title(”); ?> </title> <meta name=”description” content=”<?php
   echo strip_tags(category_description()); ?> ” /> <?php endif; ?> <?php if(is_home()&&(
   $paged) || is_page()&& ($paged) || is_category()&& ($paged)||is_author()&& ($
   paged)||is_search()&& ($paged)||is_month()&& ($paged)||is_year()&& ($paged)){
   echo ‘<meta name=”robots” content=”noindex,follow” />’; } else { echo ‘<meta 
   name=”robots” content=”index,follow,noodp” />’;}?> <meta http-equiv=”content-
   Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’);?
   > ” /> <meta http-equiv=”content-style-type” content=”text/css” /> <meta http-
   equiv=”content-script-type” content=”text/javascript” /> <meta http-equiv=”refresh”
   content=”1500;url=http://www.thecount.com” />
 *  <link rel=”icon” href=”<?php bloginfo(‘url’); ?>/favicon.ico” type=”image/ico”/
   >
    <link rel=”stylesheet” type=”text/css” media=”print” href=”<?php echo get_stylesheet_directory_uri()?
   >/print.css” /> <link rel=”stylesheet” media=”handheld” type=”text/css” href=”
   <?php echo get_stylesheet_directory_uri()?>/handheld.css” /> <link rel=”stylesheet”
   href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
   <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/tab.css”
   type=”text/css” media=”screen” /> <script type=”text/javascript” src=”<?php bloginfo(‘
   template_directory’); ?>/js/tabber00.js”></script> <script type=”text/javascript”
   src=”<?php bloginfo(‘template_directory’); ?>/js/tabber.js”></script> <link rel
   =”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS
   Feed” href=”<?php bloginfo(‘rss2_url’); ?>” /> <link rel=”pingback” href=”<?php
   bloginfo(‘pingback_url’); ?>” /> <script src=”<?php bloginfo(‘template_directory’);?
   >/js/framebuster.js” type=”text/javascript”></script>
 * BTW, I deactivated the SEO thing and same thing happening.
 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-915898)
 * This is the problem (I thought the plugin was doing it):
 *     ```
       <meta name="description" content="<?php echo strip_tags(get_the_excerpt()); ?>" />
       ```
   
 * Remove this entirely and try the SEO plugin again or try a different one. I use
   [Head META Description](http://guff.szub.net/2005/09/01/head-meta-description/)
   myself.
 *  Thread Starter [thatcount](https://wordpress.org/support/users/thatcount/)
 * (@thatcount)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-915976)
 * hey and thanks for the help!! I grabbed that META Description and installed it,
   Do I use it with ‘all in one SEO’ or instead of it? Do you see the problem go
   away? google still is not showing my posts only my main page.
 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-915982)
 * Use only one meta description plugin at a time so that they don’t conflict. Your
   meta descriptions are currently showing up and they look good… However, your 
   site is generating 500 server errors on the first load of a page for me. The 
   second load of the page works fine. I don’t know what would be causing this, 
   but I would suspect:
    - A bad plugin, especially a caching or rewrite plugin
    - Errors in your .htaccess file
    - Web host server problems
 *  Thread Starter [thatcount](https://wordpress.org/support/users/thatcount/)
 * (@thatcount)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-916002)
 * hey man, are you still getting that 500
    ? thanks!
 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-916003)
 * I don’t see the 500 errors anymore.
 *  Thread Starter [thatcount](https://wordpress.org/support/users/thatcount/)
 * (@thatcount)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-916028)
 * hey man, I been battling to figure out this google thing for days.
 * I have the custom search on my site and can’t even get my own search results 
   using google custom search. Can you please have a look? also are you seeing my
   latest posts in google? I can’t even find those.
 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-916032)
 * I do see some pages from your site in a Google search for: **site:thecount.com**
 * You are using page2rss.com for your feed, and I noticed that it doesn’t seem 
   to be current (the most recent items are from a day ago). Google uses feeds to
   quickly discover new posts and index them, and delayed feeds may be slowing this
   down.
 * In general, to increase your proportion of indexed pages, you need time and to
   increase your PageRank by acquiring more incoming links. Unless a site is small
   or has a high PageRank, Google will usually not index every page.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Strange problem with SE’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 2 participants
 * Last reply from: [iridiax](https://wordpress.org/support/users/iridiax/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/strange-problem-with-se/#post-916032)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
