Do you know how penalization works for too many banners or wrong positions?
Travis
6:12 pm on May 6, 2018 (gmt 0)
By banners, I guess you mean "ads" ?
Are you worrying, or victim of such penalization ?
I don't know if there are guidelines somewhere, but basically, I would say it depends mostly of :
- the proportion of ads "surface" compared to the content one,
- does ads push the content down,
About placement, beside pushing the content down, I don't know if Google is also penalizing "misleading" users, but I guess so, and if not they should.
After all, all this is based on the user experience. So, common sense should help.
EditorialGuy
8:29 pm on May 6, 2018 (gmt 0)
Also, it isn't a penalty (at least in not the way that Google uses the word "penalty"). It's an algorithmic ranking adjustment. Here's some background:
About automatic page layout algorithm, can we trust the "fetch as Googlebot" from the GSC ? I mean, it shows how Googlebot saw the page, for mobile/desktop . Can we be sure that this is what is used for a page layout analysis ? My worry is that some CSS3 / HTML 5 elements, if badly interpreted (old parser) can render the page layout wrongly.
Steven29
3:20 pm on May 7, 2018 (gmt 0)
I've been seeing a trend where more and more websites are moving the banners from loading before the window loads.
Sure this gives you better "stats" for your downloaded and window loaded times.
What are the downsides of doing so? Less potential impressions?
robzilla
3:44 pm on May 7, 2018 (gmt 0)
My worry is that some CSS3 / HTML 5 elements, if badly interpreted (old parser) can render the page layout wrongly.
What are the downsides of doing so? Less potential impressions?
Presumably, yes. Also, while the speed stats might look better, perceptually the site might appear to load slower because the ads fill up the page later than they might otherwise, so I'm not sure that's always a good idea.
analis
9:03 am on May 8, 2018 (gmt 0)
if an advertising banner is display: none; in desktop and visible on mobile google can see this thing?
keyplyr
9:39 am on May 8, 2018 (gmt 0)
Of course but but the evaluation is based on display, either desktop or mobile.
Travis
10:22 am on May 8, 2018 (gmt 0)
Be careful with display:none. Verify using the network inspector of Chrome or Firefox, that the ad is effectively not loaded.
analis
11:39 am on May 8, 2018 (gmt 0)
I do not use display: none on the div but I use it with the name of the banner ad.