Slashdot Mirror


Survey Says Internet Users Confuse Search Results, Ads

irishdaze writes "ABC News is reporting that apparently only 18% of adult web searchers can tell the difference between actual search results and advertisements. In addition to this astounding conclusion, the Pew Internet and American Life Project's survey of 2,200 adults (only 1,399 of which are actual internet users, mind you) also indicates that 92% of web searchers feel they are confident in their own searching abilities."

3 of 338 comments (clear)

  1. Re:How could anyone be confused? by generic-man · · Score: 4, Informative

    Really? All the cheap AdWords ads (say, on a search for "linux") are in the exact same color scheme as the non-sponsored links.

    Google used to put all the sponsored links against colored backgrounds, but they now reserve the special backgrounds for the larger and more expensive ads. Perhaps they want the consumer to believe that the sponsored links are very similar to the unsponsored ones. ...nah, that'd be evil and Google can't be evil.

    --
    For more information, click here.
  2. Re:It takes so little to be above average,,, by Eric+Giguere · · Score: 4, Informative

    people who had the most accurate self-perception were depressed people

    Maybe you're thinking of this paper: Unskilled and Unaware of It: How Difficulties in Recognizing One's Own Incompetence Lead to Inflated Self-Assessments. Good reading. Not that it applies to me, or anything.

    Eric
    Why Vioxx is like Prozac for lawyers
  3. What ads? by Matt+Perry · · Score: 4, Informative
    Be confused no more. Add this to your userContent.css file. Anyone have entries for other search engines that use text ads?
    /* Remove ads from Google search results */
    @-moz-document url-prefix(http://www.google.com/) {
    table[width="25%"][align="right"][bgColor="#ffffff "] {
    display: none ! important
    }
    }

    /* Remove ads from Froogle */
    @-moz-document url-prefix(http://froogle.google.com/) {
    td[valign="top"][width="20%"][align="right"] > table {
    display: none ! important
    }
    }

    /* Remove ads from Gmail */
    @-moz-document url-prefix(http://gmail.google.com/gmail) {
    #rh table[class="metatable"] {
    display: none !important;
    }
    #rh div[class="c"] {
    display: none !important;
    }
    }

    /* Remove ads from Google Groups */
    @-moz-document url-prefix(http://groups-beta.google.com/) {
    /* Remove ads from Google Groups message detail view */
    table[id="rn"] {
    display: none ! important
    }
    /* Remove ads from Google Groups search results */
    table[width="200"][align="right"] {
    display: none ! important
    }
    }
    --
    Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.