help to stop google from sending visitors

Discussion in 'HTML & Website Design' started by Pervert-For-Life, Apr 16, 2008.

  1. #1
    hello,

    google has been sending mass visitors to my website which result in buring up my brandwidth... also this cause me a another problem.... people from google directly jump to the download link and not visit the main page.... so how can i stop google from sending mass visitors.... please tell me the htaccess code to redirect peoples who come from google and msn so that i dont run out of brandwidth this month...:(
     
    Pervert-For-Life, Apr 16, 2008 IP
  2. astarwebdesigns

    astarwebdesigns Peon

    Messages:
    38
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    bandwidth limit - thats like 1990 style'n

    and if you have cPanel go to redirects and type in the page the visitors come in at, and the page you want to send them to... however, i still think this will take up bandwidth cuz your server has to use bandwidth to redirect them xD

    if all else fails just change you SEO meta tags and reduce your off-page SEO, but it'll take a week or so for google to stop linking to you --------------- and you can't stop people coming to your site from google, msn or yahoo

    if you'd like redirect them to my site :D depending on the type of customers... and im guessing from your name they're not the kind of customers i want :p
     
    astarwebdesigns, Apr 16, 2008 IP
  3. Pervert-For-Life

    Pervert-For-Life Banned

    Messages:
    1,756
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #3
    lol i dont want to lose the visitors... but i want them to come from the main link.. but google send them directly to the download page... so they download and not view the other pages.... its not really a brandwidth problem but still they eating my brandwidth without even viewing the website.... and so i get no clicks on the ads.... nor i get any sale because of this.... so i am looking for some kind of htaccess codes that will force all users to come from the main page.... so is that possible... and if possible then please give me the codes....
     
    Pervert-For-Life, Apr 16, 2008 IP
  4. Ikki

    Ikki Peon

    Messages:
    474
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ikki, Apr 16, 2008 IP
    Pervert-For-Life likes this.
  5. sydneyaus

    sydneyaus Active Member

    Messages:
    1,110
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    88
    #5
    Contact your host that you need more bandwith, Google sending too much traffic wow, this is a problem many of us would love to have.
     
    sydneyaus, Apr 16, 2008 IP
  6. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    lol send em my way i'll be glad to have em. The only way is to use cookies or php sessions for ex a if the ref url not your website return to indexpage... But in php, it would do the trick nicely. Google this $_SERVER['HTTP_REFERER'] if you know a lil bout php.
     
    007c, Apr 16, 2008 IP
  7. shellyreynolds

    shellyreynolds Peon

    Messages:
    202
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thats a problem most people wish they could have ;)
     
    shellyreynolds, Apr 16, 2008 IP
  8. PoppinDots

    PoppinDots Member

    Messages:
    59
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #8
    I wish I had that problem.. ;) Sounds like its time for a new host or a larger hosting plan. You could always put your download on a new page, and just soak up the traffic on that page.
     
    PoppinDots, Apr 16, 2008 IP
  9. dpsubi1

    dpsubi1 Notable Member

    Messages:
    9,318
    Likes Received:
    420
    Best Answers:
    0
    Trophy Points:
    280
    #9
    hmmm. just set no follow/no index in download pages. so google will not send visitors directly to your download page

    or

    set download limit per day

    or

    check if the visitor from google then redirect them to other pages.
     
    dpsubi1, Apr 16, 2008 IP
  10. nethelp

    nethelp Peon

    Messages:
    389
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Use this: <META NAME="Googlebot" CONTENT="nofollow"> or create a robots.txt file on your server and add:
    User-agent: *
    Disallow: /cgi-bin/
    Disallow: /tmp/
    Disallow: /~joe/whatever-page-you-want.php

    To allow a single robot
    User-agent: Google
    Disallow:

    User-agent: *
    Disallow: /
     
    nethelp, Apr 16, 2008 IP
  11. ipodfrik

    ipodfrik Peon

    Messages:
    215
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    robots.txt in my opinion is the best solution,
    you might as well exclude that download page in robots.txt
     
    ipodfrik, Apr 16, 2008 IP
  12. osdude

    osdude Peon

    Messages:
    76
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    .htaccess

    Make is so the file is unavailable IF the referring page isn't on your site?


    
    SetEnvIfNoCase Referer "^http://www.site.com/thedoanloadloactionhere" locally_linked=1
    SetEnvIfNoCase Referer "^http://site.com/thedoanloadloactionhere" locally_linked=1
    SetEnvIf Referer "^$" locally_linked=1
    <FilesMatch "\.(html|htm|php)$">     
    Order Allow,Deny
    Allow from env=locally_linked
    </FilesMatch>
    PHP:

    html|htm|php etc, are the files, pages, you don't want to be accessed without local invocation. MIght want to test that before you use it :)

    THe robot.txt will work too, but I've found waiting for results to the robot files can take a long time across all the search engines.
     
    osdude, Apr 16, 2008 IP
  13. tinner666

    tinner666 Peon

    Messages:
    334
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Maybe I'm wrong, but. See the exact title of the page they're being directed to. Rename that page to a new page you build, with a link to the index.html, then, let then go from there to the page they've been going to, That you had renamed when you followed the other part of the idea in my first sentence.
    I think that will solve your problem.
     
    tinner666, Apr 16, 2008 IP
  14. kangaroobin

    kangaroobin Peon

    Messages:
    170
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Shut up people with the "I'd love to have this problem" thats a waste of a post, you are lucky I dont report you!

    Read what he is saying, its not a bandwidth problem nor does he want to get rid of the people, it is the problem that google is sending them to an internal page instead of the homepage (skipping his advertisements).

    Hey man, I think the redirect is your best bet for ease and ensurity.
     
    kangaroobin, Apr 16, 2008 IP
  15. 007c

    007c Peon

    Messages:
    611
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Interesting never thought of using .htaccess And yes disallowing spidering of those pages would be very foolish.
     
    007c, Apr 17, 2008 IP
  16. osdude

    osdude Peon

    Messages:
    76
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Yes, it's a good way to keep the rank and keep the page viewable, but enforce the site flow. There are a lot of searches that will reveal download pages and they're usually ranked very high. Redirect to a login or whatever your requirement for access is
     
    osdude, Apr 17, 2008 IP
  17. Pervert-For-Life

    Pervert-For-Life Banned

    Messages:
    1,756
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #17
    thanks buddy i add the robots code in the site and still waiting for the change... but one more question... what is the name of the msn bot or should i use MSNBOT like i use googlebot?:confused: and do i have to add the same code in the htaccess file also?:confused: or robot.txt will do? and will robot.txt will cause any problem to my visitors??? i have added the file last night and so far i havent got any problem viewing the site.... also i have added leech protected all my files.... anyway thanks for the help as this will save my brandwidth....


    the problem is last month i ran out of brandwidth and i had to spend $10 to buy more brandwidth... and also i had to optimize the entire website and encrypt all pages so that serach engines cant grab any keywords agian.... the problem is caused by google and MSN....
     
    Pervert-For-Life, Apr 20, 2008 IP