• Hello,

    I’m having some problems with my website. Near the end of november my site was getting plenty of through google. My posts where also showing up as some of the first in google searches. Now, none of my posts are showing up. The googlebot is constantly on my website but it seems as though it doesn’t index anything.

    I have a total of 663 posts and I add new posts daily. When you search my website name or url in google it will come up first, how-ever when it comes to searching my post titles they don’t come up. I mean, if you go here http://tinyurl.com/9d25h2 you can see most of my blog posts how-ever this is an ommited search and none of them come up unless you search word for word the exact post title (with the website name aswell) .

    So what it really comes down to i guess is what is making my posts omitted in results. If someone can please help me that would be great. There is some more info about my blog below.

    Also, could this be a problem with my server? I recently upgraded to a VPS server. Let me know.

    Blog Plug-ins:
    All in one seo pack, genu anounce, wp super cache and list catagory posts.

    Here’s the content of my header.php

    “<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <?php if(is_single() || is_page() || is_home()) { ?>
    <meta name=”googlebot” content=”index,noarchive,follow,noodp” />
    <meta name=”robots” content=”all,index,follow” />
    <meta name=”msnbot” content=”all,index,follow” />
    <?php } else { ?>
    <meta name=”googlebot” content=”noindex,noarchive,follow,noodp” />
    <meta name=”robots” content=”noindex,follow” />
    <meta name=”msnbot” content=”noindex,follow” />
    <?php }?>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) {
    single_cat_title(); echo ” – “; bloginfo(‘name’);
    } elseif (is_single() || is_page() ) {
    single_post_title();
    } elseif (is_search() ) {
    bloginfo(‘name’); echo ” search results: “; echo wp_specialchars($s);
    } else { wp_title(”,true); }
    ?></title>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/mediabox.css” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />

    <!–[if lte IE 7]><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/styleIE.css” /><![endif]–>
    <!–[if lt IE 7]><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/styleIE6.css” /><![endif]–>

    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/scripts/reflex.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/scripts/mootools.js”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/scripts/tips.js”></script>”

    Here is the robots.txt that i am using

    ” User-agent: *
    Disallow: /cgi-bin
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content
    Disallow: /tag
    Disallow: /author
    Disallow: /i/
    Disallow: /f/
    Disallow: /t/
    Disallow: /wget/
    Disallow: /httpd/
    Disallow: /c/
    Disallow: /j/
    Disallow: /*/de/
    Disallow: /*/ru/
    Disallow: /*/nl/
    Disallow: /*/zh/
    Disallow: /*/ko/
    Disallow: /*/ja/
    Disallow: /*/pt/
    Disallow: /*/it/
    Disallow: /*/fr/
    Disallow: /*/es/

    # Google Image
    User-agent: Googlebot-Image
    Disallow:
    Allow: /*

    # Google AdSense
    User-agent: Mediapartners-Google*
    Disallow:
    Allow: /*”

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WordPress SEO Problem. NEED HELP!’ is closed to new replies.