Does increasing traffic by popup under violate Google TOS?

Discussion in 'AdSense' started by andyvn, Jan 18, 2010.

  1. #1
    Hi all,

    I have 3 sites, with names as siteA, siteB and siteC.

    On siteA and siteB, I didn't place Adsense code but I put some text links to redirect visitor to siteC when visitor click on these text links.

    On siteC I placed some Adsense ads.

    For increasing traffic of siteA and siteB, I make a small piece of JavaScript code to do this thing:
    - when visitor click on a <a> tag of siteA to navigate a link, I also open siteB in a popup window.
    - In siteB, I also add this piece of code to redirect to siteA.

    The source coe like this:

    if(document.cookie.indexOf("ispopupexisted") == -1)
    {
    document.cookie = "popunder=siteA";
    var w = window.open("http://siteA.com",'Name of siteA', params);
    }

    But I don't know:

    1. this way violate Google Adsense TOS or not?
    2. any harmful with my SEO?

    Thanks in advance.
     
    andyvn, Jan 18, 2010 IP
  2. mgn465

    mgn465 Active Member

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Violate What?? Google Adsense?
    Yep :)
     
    mgn465, Jan 18, 2010 IP
  3. andyvn

    andyvn Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, I have talk in my post.

    First question: I don't know it violates Google Adsense TOS or not?
    Second question: is it harmful for my SEO?
     
    andyvn, Jan 18, 2010 IP
  4. mgn465

    mgn465 Active Member

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #4
    POPup is harmful for both, Adsense and SEO :)
    So better try to avoid it, It usually help you in sales etc and other things..
     
    mgn465, Jan 18, 2010 IP
  5. andyvn

    andyvn Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks mgn465 for your quick reply.

    But could you tell me more detail about this? Why do you know it's harmful? Or did you experience?
     
    andyvn, Jan 18, 2010 IP
  6. jasonsc

    jasonsc Well-Known Member

    Messages:
    1,696
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    165
    #6
    I know of large webmaster that does this for quite some time already. He still has his ads on, so I am not sure if that's not allowed. But I would suggest you read Adsense TOS yourself. This might be seen as generating false impressions since the user did not actually want to go on your page, he was forced by a pop under.
     
    jasonsc, Jan 18, 2010 IP
  7. mgn465

    mgn465 Active Member

    Messages:
    265
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #7
    well there is nothing about knowing :p According to google, Any way to force the users to visit your site is forbidden! Whether you use Autosurf or Popupz, all are same, in a way :)

    And yeah, One of my cousin got permanently banned from Adsense just because of this..and Furthermore regarding google as search...Spider will face popupz and again it'll be a problem for you...So better avoid it:))
     
    mgn465, Jan 18, 2010 IP
  8. Lex350

    Lex350 Notable Member

    Messages:
    1,889
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    215
    #8
    People hate pop ups. Even if it was allowed, you would still affect your traffic because people don't like pop ups. It specifically says in Adsense tos no pop ups, unders, whatever are allowed.
     
    Lex350, Jan 18, 2010 IP
  9. andyvn

    andyvn Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Uhm ... maybe it's a bad idea to increase traffic.

    I just think to get more traffic with popup under.

    To Lex350: I don't think all people hate popup. They hate useless popup only.
     
    andyvn, Jan 18, 2010 IP