Forums

Strange problem with SE (10 posts)

  1. thatcount
    Member
    Posted 12 months ago #

    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

  2. iridiax
    Member
    Posted 12 months ago #

    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.

  3. thatcount
    Member
    Posted 12 months ago #

    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">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <?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.

  4. iridiax
    Member
    Posted 12 months ago #

    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 myself.

  5. thatcount
    Member
    Posted 12 months ago #

    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.

  6. iridiax
    Member
    Posted 12 months ago #

    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
  7. thatcount
    Member
    Posted 12 months ago #

    hey man, are you still getting that 500
    ?
    thanks!

  8. iridiax
    Member
    Posted 12 months ago #

    I don't see the 500 errors anymore.

  9. thatcount
    Member
    Posted 11 months ago #

    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.

  10. iridiax
    Member
    Posted 11 months ago #

    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.

Reply

You must log in to post.

About this Topic