GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Popunders not allowed by google chrome??? (https://gfy.com/showthread.php?t=1323512)

TrafficTitan 02-21-2020 06:09 PM

Popunders not allowed by google chrome???
 
Did google chrome just recently change their rules on popunders? Did they just ban them completely?

Klen 02-22-2020 02:19 AM

There is like thousands of threads asking same question :)

Markul 02-22-2020 03:49 AM

By default google block popunders. this is not new. If you in any way rely on pop-unders, I'd swap to something like push for now.

EddyTheDog 02-22-2020 03:51 AM

Quote:

Originally Posted by Markul (Post 22612843)
By default google block popunders. this is not new. If you in any way rely on pop-unders, I'd swap to something like push for now.

I think mainstream went so hard on push that people are too wary of it - They wont fall for the tricks anymore - It was pretty short lived...

There was something somebody was talking about a few days ago - Some sort of video gadget thing that people are using instead of pops - I will have a look.....

Edit: There is always link to a new tab and change the originating page to a sponsor trick as well...

trevesty 02-22-2020 07:10 AM

Quote:

Originally Posted by Klen (Post 22612821)
There is like thousands of threads asking same question :)

OP owns big sites and I suspect he's talking about something quite different than the typical 5k / day dork here who's clueless about changes Google implemented in 2015. :winkwink:



OP, not really - but they did get more strict about "under" vs "up".

Markul 02-22-2020 02:23 PM

Quote:

Originally Posted by EddyTheDog (Post 22612844)
I think mainstream went so hard on push that people are too wary of it - They wont fall for the tricks anymore - It was pretty short lived...

There was something somebody was talking about a few days ago - Some sort of video gadget thing that people are using instead of pops - I will have a look.....

Edit: There is always link to a new tab and change the originating page to a sponsor trick as well...


Yea that clicks to new tab and redirect is what everyone seems to be doing now.

PornMySex 02-22-2020 04:21 PM

Quote:

Originally Posted by Markul (Post 22613111)
Yea that clicks to new tab and redirect is what everyone seems to be doing now.

You still get the google abusive alert when doing this.

I'm also looking for a solution.

TrafficTitan 02-22-2020 04:38 PM

It would be cool if google would actually post their policy changes instead of just randomly changing enforcement. It would be super cool if google just fucked off and let surfers decide.

mikeet 02-22-2020 04:41 PM

Quote:

Originally Posted by TrafficTitan (Post 22613198)
It would be cool if google would actually post their policy changes instead of just randomly changing enforcement. It would be super cool if google just fucked off and let surfers decide.

Yes it would but im pretty sure that will never happen :winkwink:

Klen 02-23-2020 02:58 AM

Quote:

Originally Posted by trevesty (Post 22612912)
OP owns big sites and I suspect he's talking about something quite different than the typical 5k / day dork here who's clueless about changes Google implemented in 2015. :winkwink:



OP, not really - but they did get more strict about "under" vs "up".

Google does not discriminate, they dont care do you have 5 hits a day or 5000000 hits a day :)
And there was many thorough discussions already, but since google randomly do this stuff, there is always surprises.

trevesty 02-23-2020 05:21 AM

Quote:

Originally Posted by Klen (Post 22613402)
Google does not discriminate, they dont care do you have 5 hits a day or 5000000 hits a day :)
And there was many thorough discussions already, but since google randomly do this stuff, there is always surprises.

That wasn't my point. :1orglaugh But ok, keep talking to keep activity up or something.


Google definitely recently became more strict about their already existing rules. I gave OP a hint. Their manual reviewers aren't fond of "under" rather than "up" it seems.

Didn't you shut down all of your sites years ago because you were bad at SEO? :thumbsup

Eddie Monster 02-24-2020 12:31 PM

Our current pop script from our network has yet to be hit with a warning on publisher sites. I'm not saying that it won't. We have moved forward with testing some new options just in case it does.

We did get hit by Google on our test site that we had our old pop script on. Based on the video they sent us the person that was clicking around had to be in what we considered a tier 3 country based on the ad that popped for them (they could have been using a VPN as well). Also when google blocked all the ads on the site, a simple Adblock trick got around that. After that we ended up removing all the ads and got the site cleared by Google. Using the old script we limited that to exclude chrome and we are testing a new ad type there for chrome only.

My opinion is I don't like what Google is doing now. It was ok at first to make sure pops were not hindering the user's experience, but now it feels they are trying to control too much. Also this better ads coalition https://www.betterads.org seems to be backed by them and not a real independent board. But it has gotten us to think about new ad formats to offer that are on the same level as popunders.

Klen 02-24-2020 01:29 PM

Quote:

Originally Posted by trevesty (Post 22613426)
That wasn't my point. :1orglaugh But ok, keep talking to keep activity up or something.


Google definitely recently became more strict about their already existing rules. I gave OP a hint. Their manual reviewers aren't fond of "under" rather than "up" it seems.

Didn't you shut down all of your sites years ago because you were bad at SEO? :thumbsup

I was not bad at seo, i simply didnt had will to fuck around with constant algorithm updates :)

Colmike9 02-24-2020 01:48 PM

I don't know if this still works, but with some JS popunders, you can just increase chromeDelay (Or whatever they named it) until the popunder doesn't get blocked.

Code:

shouldExecute: function() {

            if (browser.chrome && lastPopTime && lastPopTime + this.options.chromeDelay > new Date().getTime()) {

                return false;

            }

            return !this.isExecuted();

        },


trevesty 02-24-2020 04:12 PM

Quote:

Originally Posted by Klen (Post 22614082)
I was not bad at seo, i simply didnt had will to fuck around with constant algorithm updates :)

That sounds like a nice way of putting exactly what I said, because in 16 years, I don't think I've had to "fuck around with" algo updates. Most of my traffic on all my money sites has always been SE, too.

But before 2012, it was extremely easy to do some link trades and get SE traffic to low quality sites. Now it's not.

Klen 02-24-2020 04:29 PM

Quote:

Originally Posted by trevesty (Post 22614136)

But before 2012, it was extremely easy to do some link trades and get SE traffic to low quality sites. Now it's not.

You dont say :1orglaugh My favorite SEO exploit then was getting backlinks from domains which contained same keyword as keyword which you would target, regardless do they had any seo value or not.

amcic1994 02-24-2020 04:43 PM

it is not a new thing from google , they make sites with popunders showed in the last pages results , it sucks

APwebcamoffers 02-24-2020 05:34 PM

Webcamoffers makes google complaint ads. Including popunders. We have our ways ;)

Reno78 02-25-2020 12:02 PM

Google checked my site a week ago. I have Exoclick popup window on my website and I passed.

I just had to adjust the settings.

1. Always use Pop-up instead of Pop-Under

2. Trigger Method: Clicking on links with a specific class.

You have to remove the pop-up script from all links and navigation elements (menu, etc.).

Colmike9 02-25-2020 12:48 PM

Quote:

Originally Posted by Reno78 (Post 22614591)
Google checked my site a week ago. I have Exoclick popup window on my website and I passed.

I just had to adjust the settings.

1. Always use Pop-up instead of Pop-Under

2. Trigger Method: Clicking on links with a specific class.

You have to remove the pop-up script from all links and navigation elements (menu, etc.).

Does making a clickable overlay over the whole page still work?.. :upsidedow

APwebcamoffers 02-25-2020 02:00 PM

Quote:

Originally Posted by APwebcamoffers (Post 22614200)
Webcamoffers makes google complaint ads. Including popunders. We have our ways ;)

*compliant not complaint :1orglaugh:1orglaugh

TrafficTitan 03-12-2020 10:44 PM

Quote:

Originally Posted by Reno78 (Post 22614591)
Google checked my site a week ago. I have Exoclick popup window on my website and I passed.

I just had to adjust the settings.

1. Always use Pop-up instead of Pop-Under

2. Trigger Method: Clicking on links with a specific class.

You have to remove the pop-up script from all links and navigation elements (menu, etc.).

What about on mobile where it generally uses a popunder? So you have the popunder trigger on video/gallery links but just not on the navigation links?

Paul Markham 03-13-2020 05:11 AM

They should mark sites down that rely on Pop up, unders or sideways to make the user experience better.

pornguy 03-13-2020 06:26 AM

Quote:

Originally Posted by Markul (Post 22613111)
Yea that clicks to new tab and redirect is what everyone seems to be doing now.

and its another tactic that pisses people off.


All times are GMT -7. The time now is 03:32 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123