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."

2 of 187 comments (clear)

  1. 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.
  2. 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.