This search should obviously return the official Docker Hub Redis image, https://hub.docker.com/_/redis, but it's just a bunch of blogs.

On DuckDuckGo the first result is the Docker Hub image, which is what everyone would want.

you are viewing a single comment's thread
view the rest of the comments
[–] 34 points 2 years ago (12 children)

idk.... the first two results seem both relevant and authoritative.

  • source
  • hideshow 12 child comments
  • [–] 4 points 2 years ago (3 children)

    You may not be a developer, but the first expected result with that query would be a link to https://hub.docker.com/_/redis

    Google is really bad at this for some reason and will point you to blogs that as a dev I don't care in the slightest. Hell, using the same query I cannot find a single link to dockerhub on my device, it's extremely frustrating

  • source
  • parent
  • hideshow 3 child comments
  • [–] -4 points 2 years ago (2 children)

    I'm a developer and I'd much rather have the docs. Who the fuck can remember FROM reddis?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    The usage docs for the docker image should be in the dockerhub readme.

    But the first result to the query docker redis image should be the dockerhub entry, followed maybe by blog posts and tutorials.

    Otherwise you can query something like redis doc or redis docker tutorial.

  • source
  • parent
  • [+] [S] -18 points 2 years ago (7 children)

    It's a garbage blog that starts as an ad for Docker Hub, that's clearly not what I want.

  • source
  • parent
  • hideshow 7 child comments
  • [–] 31 points 2 years ago* (4 children)

    Clearly? Your keywords are docker and reddis.... here is a page, from docker.com talking about that exact thing.

    How can you automate the relevance of the page? manually review? block all blog (some blogs are good).

    Google uses signals, like you clicking on other links, to determine the quality of results, so your terminal click is the high quality result.

    You complain the first result is an ad for docker hub, but your stated desired result is .... docker hub.....

  • source
  • parent
  • hideshow 4 child comments
  • [+] -19 points 2 years ago (3 children)

    But couldnt they active their brain during development? Or have for the big websites that have something special a special case?

    for example on docker you dont want ugly Blogs from them you want the images if you ask for docker IMAGENAME. They know the path paterns /ORG/IMAGENAME.

    If you have issues then you will query docker how to use IMAGENAME or similar then the blog would be perfect. Otherwise useless information.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 19 points 2 years ago*

    your taking your human level domain specific knowledge of a specific site structure - and generalizing it to a search engine. How is the search engine going to know the best result to give you?

    If a search is for docker NAME image so google shows users

    • A - blog talking about NAME image from Docker.com taking users step by step
    • B - direct link to the hub.docker.com for IMAGE with nothing else, but the download page

    Which result is going to get more terminal, and high quality clicks from searchers?

    Realizing that many of the people who are using docker daily are either going to already go to the hub directly, or do site:hub.docker.com in some quick search bar

    The population of searchers who find the A result more beneficial is probably higher then the B result, most people prefer step by step instructions and some hand holding when searching. The pros who have a groove and rythem, I suspect, have more direct ways to get what they want.

    While google can improve, i'm not seeing this as gore, the relevant result this user wanted was the 5th link, and the first 2 links both got them there as well.

  • source
  • parent