Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Discussions > Crawling, indexing, and ranking > Sharp traffic drop of 95%
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 85 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dave Hybrid  
View profile  
 More options Jul 13 2008, 8:40 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 05:40:00 -0700 (PDT)
Subject: Sharp traffic drop of 95%
Hi all,

Looking for a few other opinions on why my site no longer ranks.

It was getting 6-7,000 visits a day and ranked for 10,000's of terms.

Yet yesterday over the course of 2 hours all traffic from Google
stopped. It was like someone just turned the lights out.

I am still fully indexed and rank No.1 for my site name or domain name
and a few other non competitive terms so I don't appear to be banned
or manually penalized.

Webmaster tools reported around 1,000 duplicate meta and title tags a
few days back due to a bad upgrade of the vbseo forum software which
has already been fixed. I can't see this as a cause for a whole site
being dropped because of a few duplicate tags.

Other than that I have tweaked a few things like on page optimization,
sitemap, allowing outgoing links, few blocks in robots.txt to stop the
bot wasting time and removing loads of poor quality threads/pages/
content.

I have been reading online Google has been chucking some good sites
out for no real reason lately and may be having some issues but
thought I'd ask if anything stands out to anyone all the same.

Maybe even Google staff could comment, I feel my site is ultra clean
and a good example of a quality site the deserves to rank, many others
have told me the same.

URL = www.computer-juice.com/forums/

Many thanks in advance.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 8:55 am
From: Phil Payne
Date: Sun, 13 Jul 2008 05:55:37 -0700 (PDT)
Local: Sun, Jul 13 2008 8:55 am
Subject: Re: Sharp traffic drop of 95%

Probably nothing to do with your immediate problem, but in your
position I'd take all the "no-cache" stuff out and replace the 302
redirect with a 301.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 9:09 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 06:09:51 -0700 (PDT)
Local: Sun, Jul 13 2008 9:09 am
Subject: Re: Sharp traffic drop of 95%

On Jul 13, 1:55 pm, Phil Payne wrote:

> > URL =www.computer-juice.com/forums/

> Probably nothing to do with your immediate problem, but in your
> position I'd take all the "no-cache" stuff out and replace the 302
> redirect with a 301.

No cache stuff? Can you explain.

And the root is 302'd to /forums/on advice from people here.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 9:17 am
From: Phil Payne
Date: Sun, 13 Jul 2008 06:17:37 -0700 (PDT)
Local: Sun, Jul 13 2008 9:17 am
Subject: Re: Sharp traffic drop of 95%

> No cache stuff? Can you explain.

<meta·http-equiv="Pragma"·content="no-cache"·/>
<meta·http-equiv="Expires"·content="-1"·/>
<meta·http-equiv="Cache-Control"·content="no-cache"·/>

> And the root is 302'd to /forums/ on advice from people here.

Surprised they didn't recommend a 301.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 9:18 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 06:18:14 -0700 (PDT)
Local: Sun, Jul 13 2008 9:18 am
Subject: Re: Sharp traffic drop of 95%

On Jul 13, 1:55 pm, Phil Payne wrote:

> > URL =www.computer-juice.com/forums/

> Probably nothing to do with your immediate problem, but in your
> position I'd take all the "no-cache" stuff out and replace the 302
> redirect with a 301.

Ah I see now, the no-cache stuff has nothing to do with Google, it is
to stop browsers and proxys caching my site so it always shows the
user the most recent content/changes.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 9:30 am
From: Phil Payne
Date: Sun, 13 Jul 2008 06:30:38 -0700 (PDT)
Local: Sun, Jul 13 2008 9:30 am
Subject: Re: Sharp traffic drop of 95%

> Ah I see now, the no-cache stuff has nothing to do with Google, it is
> to stop browsers and proxys caching my site so it always shows the
> user the most recent content/changes.

Have you thought it through?

a) It _is_ for Google - it will cause Google not to display the cached
version of your page.  So if Google is assembling the SERPs for a
given query and has two candidate pages with roughly equal weights -
one is yours with no cached version and the other is someone else's
_with_ a cached version - which one will it show the user?

My bet is on the one with a cached version, because the user can still
get at the page if the server is down.

b) Have you thought about mobile users?  Having to reload a page every
time you navigate can send an iPhone's charges through the roof.  I
use:

<meta http-equiv="Cache-Control" content="max-age=3600" />

To keep pages in the browser's cache for an hour.  Seriously - how
much are they going to miss?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 9:35 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 06:35:18 -0700 (PDT)
Local: Sun, Jul 13 2008 9:35 am
Subject: Re: Sharp traffic drop of 95%
a+b

The tag is ONLY on the home page so I really don't see the problem for
mobile uses whom are browsing 99% other pages and as for Google my
homepage ranking is not the issue it is the threads that are the
proble, so, I don't see how any of this is relevant. Thanks all the
same.

On Jul 13, 2:30 pm, Phil Payne wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 9:40 am
From: Phil Payne
Date: Sun, 13 Jul 2008 06:40:30 -0700 (PDT)
Local: Sun, Jul 13 2008 9:40 am
Subject: Re: Sharp traffic drop of 95%
On Jul 13, 2:35 pm, Dave Hybrid wrote:

> a+b

> The tag is ONLY on the home page so I really don't see the problem for
> mobile uses whom are browsing 99% other pages and as for Google my
> homepage ranking is not the issue it is the threads that are the
> proble, so, I don't see how any of this is relevant. Thanks all the
> same.

I agree.  Like I said at the beginning - it probably has nothing to do
with your real problem.

Which I'm still looking for and coming up empty.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 9:46 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 06:46:27 -0700 (PDT)
Local: Sun, Jul 13 2008 9:46 am
Subject: Re: Sharp traffic drop of 95%
Yeah, I have asked so many people, here, dp, wmw, SEO companies.

They all say the site is clean, well seo'd and should rank fine.

On Jul 13, 2:40 pm, Phil Payne wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 9:48 am
From: Phil Payne
Date: Sun, 13 Jul 2008 06:48:04 -0700 (PDT)
Local: Sun, Jul 13 2008 9:48 am
Subject: Re: Sharp traffic drop of 95%

> Other than that I have tweaked a few things like on page optimization,
> sitemap, allowing outgoing links, few blocks in robots.txt to stop the
> bot wasting time and removing loads of poor quality threads/pages/
> content.

Your robots.txt is broken.

A blank line terminates a User-agent record.  You may not have blank
lines between successive Disallow: statements.

This may well be your problem.  Google seems, of late, reluctant to
crawl sites when it finds a robots.txt file that doesn't conform.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 10:01 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 07:01:33 -0700 (PDT)
Local: Sun, Jul 13 2008 10:01 am
Subject: Re: Sharp traffic drop of 95%
Fixed, webmaster tools says it's fine but changed regardless.

On Jul 13, 2:48 pm, Phil Payne wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 10:07 am
From: Phil Payne
Date: Sun, 13 Jul 2008 07:07:10 -0700 (PDT)
Local: Sun, Jul 13 2008 10:07 am
Subject: Re: Sharp traffic drop of 95%
On Jul 13, 3:01 pm, Dave Hybrid wrote:

> Fixed, webmaster tools says it's fine ...

Yeah, well.

I saw a couple of sites early last week where the robots.txt was pure
garbage - an HTML site in one case, and a byte-order-mark starting the
file in another.  One of the Googlebods then admited that the
Googlebot had become more careful with robots.txt and sometimes
avoided the site rather than behaving in an unwanted manner.

It's worth a try, anyway.  Let's see.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 10:49 am
From: Dave Hybrid
Date: Sun, 13 Jul 2008 07:49:14 -0700 (PDT)
Local: Sun, Jul 13 2008 10:49 am
Subject: Re: Sharp traffic drop of 95%
Googlebot is crawling the site like normal.

Thanks.
On Jul 13, 3:07 pm, Phil Payne wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Payne  
View profile  
 More options Jul 13 2008, 10:53 am
From: Phil Payne
Date: Sun, 13 Jul 2008 07:53:19 -0700 (PDT)
Local: Sun, Jul 13 2008 10:53 am
Subject: Re: Sharp traffic drop of 95%
On Jul 13, 3:49 pm, Dave Hybrid wrote:

> Googlebot is crawling the site like normal.

OK - keep us updated.  If Google has tightened its robots.txt handling
to be more compliant with the pseudo-standard (there's no formal basis
for the whole deal) then it's something we should all know about and
watch for in the coming weeks.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lots0  
View profile  
(1 user)  More options Jul 13 2008, 12:44 pm
From: lots0
Date: Sun, 13 Jul 2008 09:44:54 -0700 (PDT)
Local: Sun, Jul 13 2008 12:44 pm
Subject: Re: Sharp traffic drop of 95%
Take a look at your pages that have external and internal links in
google webmaster tools.

pay very close attention to those links, look for "bad' links, both
incoming and out going.

Also go over your entire site with a fine tooth comb, you could have
been dropped for having your site hacked. That is what I usually see
when traffic drops like you describe and your not cloaking or doing
anything against the google webmaster guidelines and your site has not
gone down for any length of time in the recent past.

Beware - Don't hire any so called SEO from this forum. There is a
group of incompetent wannabe SEOs that hang out on this forum pimping
for work... If you hire one of them you'll be sorry.

On Jul 13, 6:40 am, Dave Hybrid wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
(1 user)  More options Jul 13 2008, 12:50 pm
From: Dave Hybrid
Date: Sun, 13 Jul 2008 09:50:15 -0700 (PDT)
Local: Sun, Jul 13 2008 12:50 pm
Subject: Re: Sharp traffic drop of 95%

I have done all that, we don't link to bad sites, have not been hacked
or gone down for long periods.

Also webmaster tools does not show outgoing links, only incoming.

I also can't see that I can be dropped for incoming links, time and
time again Google staff have said they just devalue the links not
penalize.

I'd appreciate if you could actually look at the site and give some
relevant insight, clearly I'm missing something.

Thanks.

On Jul 13, 5:44 pm, lots0 wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Autocrat  
View profile  
 More options Jul 13 2008, 12:58 pm
From: Autocrat
Date: Sun, 13 Jul 2008 09:58:30 -0700 (PDT)
Local: Sun, Jul 13 2008 12:58 pm
Subject: Re: Sharp traffic drop of 95%
No you ...Dave Hybrid...

reported ...lots0... for the various offensive/abusive posts.

.

You mentioned that you cut out a load of duff pages...
what happens to links to those pages?
a 404 resposne or a redirect etc. ?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 1:00 pm
From: Dave Hybrid
Date: Sun, 13 Jul 2008 10:00:24 -0700 (PDT)
Local: Sun, Jul 13 2008 1:00 pm
Subject: Re: Sharp traffic drop of 95%
The stuff I listed I changed I did after the traffic loss.

The pages removed had no links. Mostly anyway.

On Jul 13, 5:58 pm, Autocrat wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Autocrat  
View profile  
 More options Jul 13 2008, 1:14 pm
From: Autocrat
Date: Sun, 13 Jul 2008 10:14:10 -0700 (PDT)
Local: Sun, Jul 13 2008 1:14 pm
Subject: Re: Sharp traffic drop of 95%
Okay... falling to last resorts...
Do you have backups of your site pre-ranking drop?
If no one can spotr the issue... then it may be a case of having to go
back a Month or so before?
(make a backup of the current site though so you can switch back if
needs be ;))

Alternatively, it could be a case of having a little faith and praying
it's nothing more than a google glitch, and waitign for it to clear?

.

I know it's not wonderful...
but if no one is able to see the problem...


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 1:17 pm
From: Dave Hybrid
Date: Sun, 13 Jul 2008 10:17:32 -0700 (PDT)
Local: Sun, Jul 13 2008 1:17 pm
Subject: Re: Sharp traffic drop of 95%

I only upgraded vbulletin and vbseo prior to the drop and that has
already been reversed.

I will just sit and wait I guess, it has only been 2 days.

Thanks.

On Jul 13, 6:14 pm, Autocrat wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lots0  
View profile  
(2 users)  More options Jul 13 2008, 1:19 pm
From: lots0
Date: Sun, 13 Jul 2008 10:19:41 -0700 (PDT)
Local: Sun, Jul 13 2008 1:19 pm
Subject: Re: Sharp traffic drop of 95%
HI Dave,

Theey reported me because I was warning you NOT to hire anyone form
this forum to do SEO work or "Website repair" there are several
incompetant wannabe SEOs here that are more than willing to sell you
sub-par services, in other words basically rip you off... Please don't
buy into the "your site is so bad, you need me to rescue it" routine
that gets pulled here by several of the wanna be incompetant SEOs
here.

Take the free advice... Because it's free and you can find the exact
same information in google webmaster help, that you will find here.

But like I said, if you hire anyone form this forum for SEO or website
repair you'll be sorry.

On Jul 13, 11:00 am, Dave Hybrid wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
(1 user)  More options Jul 13 2008, 1:25 pm
From: Dave Hybrid
Date: Sun, 13 Jul 2008 10:25:14 -0700 (PDT)
Local: Sun, Jul 13 2008 1:25 pm
Subject: Re: Sharp traffic drop of 95%
Cool, I'm here for advice not to hire anyone, I do my own SEO.

You also suggest taking your free advice but I don't see any.

On Jul 13, 6:19 pm, lots0 wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Hybrid  
View profile  
 More options Jul 13 2008, 1:29 pm
From: Dave Hybrid
Date: Sun, 13 Jul 2008 10:29:33 -0700 (PDT)
Local: Sun, Jul 13 2008 1:29 pm
Subject: Re: Sharp traffic drop of 95%
This place is worse than DP. :(

On Jul 13, 6:26 pm, Autocrat wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Autocrat  
View profile  
 More options Jul 13 2008, 1:40 pm
From: Autocrat
Date: Sun, 13 Jul 2008 10:40:00 -0700 (PDT)
Subject: Re: Sharp traffic drop of 95%
I do apologise.

Normally it's wonderful here.
Unfortunately, as you can see, there is an issue occuring... and I'm
probably not handling it the best method (pleading and begging
failed... so it's now by the book).

Just hang on in and ignore the gammut that is occuring if you can.
I'm sure someone will beable to see a problem (if there is one).
With any luck, one of the G Team will pop in too.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lots0  
View profile  
 More options Jul 13 2008, 1:42 pm
From: lots0
Date: Sun, 13 Jul 2008 10:42:38 -0700 (PDT)
Local: Sun, Jul 13 2008 1:42 pm
Subject: Re: Sharp traffic drop of 95%
Ok back on subject...

Dave check out this URL
http://siteexplorer.search.yahoo.com/advsearch;_ylt=Aolj6RyfSu9hXBHp7...

It shows the links Yahoo has found that point toward your forums (nice
forum by the way lots of good info). I see there is over 59,000
inbound links and the few I looked at apear to be fine.

It does look somewhat funny that your forum has over 59,000 inbound
links but your main page has around three hundred... Not sayting that
is the problem, just saying it looks odd.

Be sure to take a look at the difference between what yahoo shows and
what google shows in back links... note the differences.

http://www.google.com/search?q=link%3Awww.computer-juice.com%2Fforums...

The updates could well be the problem, but it is really difficult to
tell. I took a quick look at your site and could not see anything
obvious. This could well just be a google 'hickup', they happen from
time to time and usually resolve themselves in a short time.

Maybe the google rep will take pitty on you monday and get involved if
this does not correct its self by then.

Good luck.

On Jul 13, 11:17 am, Dave Hybrid wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 85   Newer >
« Back to Discussions « Newer topic     Older topic »

Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google