Results 1 to 14 of 14

 

Thread: Dramatically Reduced Indexed Pages

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts


    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

  2. #2
    Driving to win

    Status
    Offline
    Join Date
    Aug 2003
    Location
    If I'm not at home, I'm in hospital
    Posts
    7,370
    Thanks
    7
    Thanked 16 Times in 11 Posts
    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.

  3. #3
    Can't Touch This

    Status
    Offline
    Join Date
    May 2004
    Location
    КРОМИДОВО
    Posts
    321
    Thanks
    3
    Thanked 0 Times in 0 Posts
    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.

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.

  6. #6
    Can't Touch This

    Status
    Offline
    Join Date
    May 2004
    Location
    КРОМИДОВО
    Posts
    321
    Thanks
    3
    Thanked 0 Times in 0 Posts
    ah, ok, not the problem then.

  7. #7
    OME
    A One Man Empire

    Status
    Offline
    Join Date
    Oct 2005
    Posts
    75
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.

  9. #9
    Registered User

    Status
    Offline
    Join Date
    May 2005
    Posts
    36
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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!

  11. #11
    Registered User

    Status
    Offline
    Join Date
    Jul 2005
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I have the same problem, probably related to the big daddy upgrade they went through

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    684
    Thanks
    1
    Thanked 1 Time in 1 Post
    Its big daddy.

  13. #13
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    After an all time low of 5 pages indexed...

    http://www.google.co.uk/search?hl=en...eruk.com&meta=

    I now have over 2000!

    Godbless google.. .

    Might have put another spanner in the works though...

    www.silversurferuk.com/v5 redesigning the site ... try search term 'kong' to get a variety of results.

  14. #14
    Affiliate

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Bristol
    Posts
    2,206
    Thanks
    52
    Thanked 36 Times in 27 Posts
    just did site search on your post below only got 3 results!!!



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Whats the correct way to change pages?
    By tomj in forum Programming
    Replies: 1
    Last Post: 25-06-04, 10:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2