Slashdot Mirror


Google Blurring Distinction Between Ads and Organic Search Results

jfruh writes "For years, paid links returned from Google search queries have been set off from 'real' search results by their placement on the page and by a colored background. But some users have begun to see a different format for these ads: a tiny yellow button that reads 'AD' at the end of the link is the only distinguishing feature. Google is notoriously close-mouthed about this sort of thing, but it may begin rolling the new format out to more users soon."

5 of 187 comments (clear)

  1. Sponsored Links are now MORE obvious by mrbene · · Score: 5, Interesting

    I'm in the test group.

    It may be my eyes, the angle at which I use my screen, the brightness and contrast I prefer, or something else, but the background color has always been almost undetectable to me.

    The new configuration, a simple yet obvious graphical element indicating "Ad" indenting the sponsored links, highlights them much more effectively for me.

    +1 for this change.

  2. Re:Slippery slope by CastrTroy · · Score: 5, Informative
    Just did this with stylish. Each of the ads are all within an "li" element with the class "ads-ad". Just add a custom style sheet such as the following and all the ads are not shown. Of course, you can add different styles to make them display differently if you want, but hiding them is also a good idea.

    @-moz-document domain(www.google.com) {
    li.ads-ad{
    display: none;
    }
    }

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  3. Re:Slippery slope by MozeeToby · · Score: 5, Informative

    Did you actually click the link? If anything the paid results are more obvious in my opinion. There's a bright yellow icon marking them out explicitly as "ADS" versus a light grey border labeled euphemistically "sponsored results". This is, at most, a step to the side, not a step backwards.

  4. Re:Slippery slope by CanHasDIY · · Score: 5, Insightful

    Did you actually click the link? If anything the paid results are more obvious in my opinion. There's a bright yellow icon marking them out explicitly as "ADS" versus a light grey border labeled euphemistically "sponsored results". This is, at most, a step to the side, not a step backwards.

    That's what I thought, too.

    Heck, personally speaking I find the new ADS icon a lot easier to notice than the background-color-ever-so-slightly-different-than-the-non-ad-background-colors they used in the past.

    Also, if you want to see an example of actual shady behavior regarding ads, go over to Yahoo.com and click the "News" link. about every third or fourth "article" in the feed is an advertisement, but apparently the marketing drones over there allow advertisers to make their ads look exactly like the other news feed items.

    --
    An enigma, wrapped in a riddle, shrouded in bacon and cheese
  5. Re:Do not overreacht please by ZahrGnosis · · Score: 5, Insightful

    I consider it an overreaction because the reaction is more against the change rather than to the impact of the change itself. I, for one, prefer the new mechanism. The main reason is that I found the grey boxes and light lines difficult to discern, particularly on poorly calibrated monitors (including some of my own -- I tend to prefer a high monitor temperature that mutes the contrast there).

    The big yellow "Ad" symbol is much easier for me to identify. The yellow stands out. It's not garish; they could certainly make it MORE visible, but again, for me, personally, the yellow is easier to spot than the grey, and I consider it an improvement. Yes, I'd probably have preferred that they do both.

    Anyway, I'm sure people will disagree, but people disagree on any change... it's not the end of the world. Ads are still labeled and people will get used to it then complain about the next change. That's why it's an overreaction.