My site just lost all "external links" from Google

Discussion in 'Google' started by Henrik, Jun 16, 2007.

  1. #1
    My site just lost all "external links" from my Google Webmaster Tools view. Links -> External links shows "0". Just a couple of days ago, the site had 354 external links. What happened?

    I am currently editing my .htaccess file (blocking hotlinking and some 301 redirects). Could I really have made an error to cause this?
     
    Henrik, Jun 16, 2007 IP
  2. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #2
    have you lost traffic? More than likely its just Google going through an update
     
    oseymour, Jun 16, 2007 IP
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    How is your .htaccess look like ?
     
    login, Jun 16, 2007 IP
  4. Henrik

    Henrik Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The traffic is still there, the site gets normal amount of traffic. My .htaccess is below and following is a referring .php file. I hope there's no "security" risk for me involved in posting this.

    A side note:
    When logging in today at my Google account, the site in question is suddenly NOT VERIFIED. I was verified prior to this and have been for several months. I haven't messed with the verify .html file located on my site. This is weird. I re-verified just now (with success) but I still have no external links. I wonder if this is in fact a Google update causing this, like seo ranter suggests...

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>

    RewriteEngine on
    RewriteCond %{REQUEST_URI} ^/xxxxx
    #example of more allowed RewriteCond %{REQUEST_URI} ^/(site2|site3|site4)
    RewriteRule ^.*$ - [L]

    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} .*jpg$|.*gif$|.*png$ [NC]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !audiozone\.dk [NC]
    RewriteCond %{HTTP_REFERER} !google\. [NC]
    RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]
    RewriteRule (.*) /showpic.php?pic=$1

    RewriteCond %{HTTP_HOST} ^www\.audiozone\.dk$ [NC]
    RewriteRule ^(.*)$ http://audiozone.dk/$1 [R=301,L]
    redirect 301 (EDIT: bla bla.. a lot of redirects here)


    <?php
    header("Content-type: text/html");
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
    header("Cache-Control: no-store, no-cache,
    must-revalidate");
    header("Cache-Control: post-check=0, pre-check=0",
    false);
    header("Pragma: no-cache");
    $pic = strip_tags( $_GET['pic'] );
    if ( ! $pic ) {
    die("No picture specified.");
    }
    ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title><?php echo($pic); ?></title>
    <meta
    http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1"
    >
    </head>
    <body>
    <p>
    Image from
    <a href="http://audiozone.dk/">
    audiozone.dk</a>
    </p>
    <p>
    <img src="/<?php echo($pic); ?>" alt="Image">
    </p>
    </body>
    </html>
     
    Henrik, Jun 17, 2007 IP
  5. Henrik

    Henrik Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If anyone have input to the above, please let me know.

    I just checked my "Pages with external links" again. Still 0 (zero) and it's been like that for 5-6 days now. I still get traffic, no problem.

    If I do a "cache:www.audiozone.dk" I get zero matches.
    If I do a "info:www.audiozone.dk" there's no information available. Is this normal?

    I think this is becoming a little weird. All inputs are appreciated, thanks.
     
    Henrik, Jun 19, 2007 IP
  6. Germ

    Germ Active Member

    Messages:
    154
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Germ, Jun 19, 2007 IP
  7. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #7
    if you are still getting traffic, it's not a problem:D

    but i dont think it's related with your .htaccess
     
    trichnosis, Jun 19, 2007 IP
  8. Barre Tire

    Barre Tire Peon

    Messages:
    1,193
    Likes Received:
    79
    Best Answers:
    0
    Trophy Points:
    0
    #8
    No it sounds like an update to me...
     
    Barre Tire, Jun 19, 2007 IP