Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 03-05-06
Registered User
 
Join Date: Apr 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
DanCook is an unknown quantity at this point
  Unhappy Dramatically Reduced Indexed Pages

Hi,

I have a side project I work on http://www.silversurferuk.com/ which is a price comparison service. It's been up since the beginning of december and currently i use low cost product specific PPC adwords to get a majority of the traffic.

A month ago I had approx. 10,000 pages indexed in google - whilst this doesn't mean much if they aren't ranked - i was still getting the odd organic click through here and there.

Well in the last couple of weeks I have now 18 pages indexed in google and I only have three guesses to why.

1) I made a couple of one/two page sites to test out how spamming keywords might affect rankings - take for example www.warcraftgold.co.uk. I then made a link to these pages on some of my silversurferuk sites - using a div which fell behind the logo.

2) I made major changes to the site, move the search box changed the layout of pretty much every page.

3) I added a pricewatch with form validation: Oblivion if you view source you can see the validation script that coldfusion creates takes up a lot of space in the header! I wonder whether Google is reading this and not getting to my content any more?

Any advice would be appreciated - thanks, Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-05-06
drivetowin's Avatar
Driving to win
 
Join Date: Aug 2003
Location: If I'm not at home, I'm in hospital
Posts: 7,363
Thanks: 5
Thanked 8 Times in 5 Posts
drivetowin seems to know their stuff
Not sure if it's having any impact but I think whatever you are using to edit your webpages is putting spurious characters in your source code - if you view the source of some of your pages in notepad you get large areas of white space in the source code between blocks of code - I would try to get rid of those if you can - if nothing else they are making your pages larger than they need to be.
__________________
Never argue with idiots. They just drag you down to their level and then beat you with their experience.

If ignorance is bliss then some of the people I know must be orgasmic.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-05-06
Retail-Therapy's Avatar
Can't Touch This
 
Join Date: May 2004
Location: КРОМИДОВО
Posts: 320
Thanks: 2
Thanked 0 Times in 0 Posts
Retail-Therapy is an unknown quantity at this point
Hi Dan

have a look at this search
http://www.google.co.uk/search?q=silversurferuk
the second result is possibly at the centre of your problems, the error.cfm page returns a 200 OK header, whereas it should be returning a 500 Internal Server Error header.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-05-06
Registered User
 
Join Date: Apr 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
DanCook is an unknown quantity at this point
http://www.silversurferuk.com/error.cfm

This is a static page, which I created for use on another thread - discussing an error I was getting from an Amazon feed.

It was indexed only through that thread.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #5 (permalink)  
Old 03-05-06
Registered User
 
Join Date: Apr 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
DanCook is an unknown quantity at this point
Quote:
Originally Posted by kbudden
Not sure if it's having any impact but I think whatever you are using to edit your webpages is putting spurious characters in your source code - if you view the source of some of your pages in notepad you get large areas of white space in the source code between blocks of code - I would try to get rid of those if you can - if nothing else they are making your pages larger than they need to be.
It looks like wherever the large white spaces are is where I have coldfusion code, queries etc...- you cannot view coldfusion code in the view source as it is processed by the coldfusion server first - i guess this is just the way it outputs the code when it's done.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-05-06
Retail-Therapy's Avatar
Can't Touch This
 
Join Date: May 2004
Location: КРОМИДОВО
Posts: 320
Thanks: 2
Thanked 0 Times in 0 Posts
Retail-Therapy is an unknown quantity at this point
ah, ok, not the problem then.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-05-06
OME OME is offline
A One Man Empire
 
Join Date: Oct 2005
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
OME is an unknown quantity at this point
Quote:
Originally Posted by DanCook
It looks like wherever the large white spaces are is where I have coldfusion code, queries etc...- you cannot view coldfusion code in the view source as it is processed by the coldfusion server first - i guess this is just the way it outputs the code when it's done.
You can have Coldfusion supress that whitespace - it can dramatically reduce the filesize of the page (especially if you have lots of queries in there), plus makes it much easier for google to read. Try cfprocessingdirective or cfsilent - one will be better than the other for you, depending on your code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #8 (permalink)  
Old 03-05-06
Registered User
 
Join Date: Apr 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
DanCook is an unknown quantity at this point
Quote:
Originally Posted by OME
You can have Coldfusion supress that whitespace - it can dramatically reduce the filesize of the page (especially if you have lots of queries in there), plus makes it much easier for google to read. Try cfprocessingdirective or cfsilent - one will be better than the other for you, depending on your code.
Sounds like a good idea to get me started! thanks

I always wondered what the point of cfsilent was - now i think i'll find out.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-05-06
Registered User
 
Join Date: May 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Shivaun is an unknown quantity at this point
I think you've fallen victim to a problem that is affecting more and more websites.

There are several super-active threads on this at WebmasterWorld:
http://www.webmasterworld.com/forum30/34055.htm

And elsewhere:
http://groups.google.com/group/googl...ffd0958bcee7f0

I've been a bit surprised it hasn't popped up here before now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-05-06
Registered User
 
Join Date: Apr 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
DanCook is an unknown quantity at this point
http://www.mattcutts.com/blog/reincl...request-howto/

I've taken a look at this article, as mentioned in one of those threads - i have submitted a reinclusion request just in case!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #11 (permalink)  
Old 05-05-06
Oron Adam's Avatar
Registered User
 
Join Date: Jul 2005
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Oron Adam is an unknown quantity at this point
I have the same problem, probably related to the big daddy upgrade they went through
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 05-05-06
Registered User
 
Join Date: Aug 2003
Posts: 692
Thanks: 0
Thanked 0 Times in 0 Posts
pericom is an unknown quantity at this point
Its big daddy.