Today Posts Today Posts
Recent Affiliate Payments
Recent Forum Posts
SHOW: 5 | 8 | 10
  • Affiliate Program
  • Payment Date
  • Payment Method
  • EGamingOnline
    Feb 10th
    Moneybookers
  • Referback
    Feb 10th
    Neteller
  • Star Partner
    Feb 10th
    Moneybookers
  • Deckmedia Affiliates
    Feb 10th
    ECOCard
  • Referback
    Feb 9th
    Moneybookers
Enter Your Recent Payments

+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    lots0's Avatar
    lots0 is offline Affiliate Guard Dog Member
    Join Date
    Sep 2009
    Posts
    530
    Thanks
    161
    Thanked 234 Times in 155 Posts

    Default

    Well it sounds like your on your way back .

    Please let me know how long it takes google to respond to your reinstatement request. Matt told me about six weeks and I believe him, but you know how these things go.

    Just one more suggestion, if you have not done this already, you might want to consider it. In google webmaster tools there is now a malware checker for your site, you might want to run your site thru it, just to be sure, cuz even the best sites sometimes catch a nasty. And catching a nasty is a sure way to have google drop your site, just like you described yours did.
    Last edited by lots0; 02-23-2010 at 12:01 PM.

  2. #12
    Guard Dog's Avatar
    Guard Dog is offline Guard Dog
    Join Date
    Dec 2006
    Location
    Wisconsin
    Posts
    4,547
    Thanks
    1,261
    Thanked 2,207 Times in 1,143 Posts
    Blog Entries
    1

    Default

    Hope things are going better with your site. Did you find anything of note with Google Webmaster Tools?

    Great advice from Lots0, thank you for that.

  3. #13
    warrichpk is offline Affiliate Guard Dog Member
    Join Date
    Feb 2010
    Location
    Affiliate Guard Dog
    Posts
    70
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    According to my information Your site in google dance,its usually happens when your are doing good seo,You can expect good SERP when your site come out from google dance.

  4. #14
    sampeter012 is offline AGD Member Ltd
    Join Date
    Aug 2011
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    We would surely have a look at the reinstatement request. There were no reports of violations because we have looked at buying, but before this we never sold.
    Last edited by sampeter012; 08-16-2011 at 05:25 AM.

  5. #15
    Vrindavan's Avatar
    Vrindavan is offline Affiliate Guard Dog Member
    Join Date
    Dec 2008
    Posts
    17
    Thanks
    185
    Thanked 7 Times in 3 Posts

    Default

    based on the description, i believe Google did not ban the site from the search results. So the site is still included in the search result.

  6. #16
    maxim791 is offline Junior Member
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    0
    Thanked 2 Times in 1 Post

    Default

    Ceck your website speed, this is also a mjor factor now.

  7. The Following 2 Users Say Thank You to maxim791 For This Useful Post:

    AussieDave (10-11-2011),Vrindavan (10-11-2011)

  8. #17
    AussieDave is offline Former AGD Member
    Join Date
    Nov 2007
    Location
    Australia
    Posts
    684
    Thanks
    366
    Thanked 301 Times in 197 Posts

    Default

    Quote Originally Posted by maxim791 View Post
    Ceck your website speed, this is also a mjor factor now.
    Yep agree with that point.

    I use a lot of WP these days and have been using the minify plugin I've also tried CDN too but as there are no CDN's in Australia the disadvantages far outweight the advantages for me here.

    However if you based in the US, UK, EU using a CDN (content delivery network) or something like cloudflare.com should also speed up your site load times.

    I use the following to test page loading speed. WebPagetest - Website Performance and Optimization Test it's great because I can obtain tests from many locations throughout the world.

    I also use some tweaks in my htaccess which control header expire dates, compression and how pages, images are handled.

    If you host with a Win Box this wont work, it only works with Unix/Apache:

    Code:
    # BEGIN Compress text files
    
      AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript application/x-httpd-php
    
    # END Compress text files
     
    # BEGIN Expire headers
    
      ExpiresActive On
      ExpiresDefault "access plus 5 seconds"
      ExpiresByType image/x-icon "access plus 2592000 seconds"
      ExpiresByType image/jpeg "access plus 2592000 seconds"
      ExpiresByType image/png "access plus 2592000 seconds"
      ExpiresByType image/gif "access plus 2592000 seconds"
      ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
      ExpiresByType text/css "access plus 604800 seconds"
      ExpiresByType text/javascript "access plus 216000 seconds"
      ExpiresByType application/javascript "access plus 216000 seconds"
      ExpiresByType application/x-javascript "access plus 216000 seconds"
      ExpiresByType text/html "access plus 600 seconds"
      ExpiresByType application/xhtml+xml "access plus 600 seconds"
    
    # END Expire headers
     
    # BEGIN Cache-Control Headers
    
      
        Header set Cache-Control "public"
      
      
        Header set Cache-Control "public"
      
      
        Header set Cache-Control "private"
      
      
        Header set Cache-Control "private, must-revalidate"
      
    
    # END Cache-Control Headers
    Using all of the above I managed to obtain a Speed Score of between 93 - 96 on most of my sites.


    I dare say with the latest Panda updates and these tweaks, is why I've seen increases in my serps. Faster page loading should reducing bounce rate % too.

    If your want to really get creative you can use things like sprites to reduce the number of connects to pull images. These a generally used for small *.png buttons etc...etc. In layman terms they are a group of *.png images all added to one image file. You call these via CSS and position them in a similar way to what was once used as mapping cordinates for say an active image area where the mouse could click a link for example.

    Read up on it, it's an effective was to reduce image calls on multiple files to a single file instead.
    Last edited by AussieDave; 10-11-2011 at 04:22 AM.

Posting Permissions

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