How Google Search Results Work

Political leanings don't factor into Google's search algorithm. But the authoritativeness of page links that the algorithm spits out and the perception of thousands of human raters do.

Here's a quick look at how Google returns results when you search for things
What Google's bots do
At its core, Google indexes the entire web — some hundreds of billions of pages — using programs called web crawlers. These bots collect descriptions of pages and their incoming links and save this information in Google's data centers. When you search on Google, it scans this index — which is more than 100 million gigabytes large — to quickly provide what it thinks are the most relevant results.
从本质上说,谷歌使用名为“网络爬虫”的程序对整个web——大约数千亿页——进行索引。这些机器人收集页面及其输入链接的描述,并将这些信息保存在谷歌的数据中心。当你在谷歌上搜索时,它会扫描这个超过1亿gb的索引,以快速提供它认为最相关的结果。
Google knows the most popular search terms and, if you're typing, offers to complete the words as you go.
What humans do
Search results are created by an algorithm that has been fine-tuned to incorporate the reviews of some 10,000-plus employees commonly known as search quality raters.
搜索结果是由一种算法创建的,该算法经过微调,以包含大约1万名员工的评论,这些员工通常被称为搜索质量评分者。
These individual follow a set of guidelines to judge the quality of search results, particularly when Google engineers are considering changes to the search algorithm.

Last year, Google engineers tweaked the search algorithm 2,400 times based on the results of more than 270,000 experiments, rater reviews and live user tests.
去年,谷歌的工程师根据超过27万次的实验结果、评论和现场用户测试的结果,对搜索算法进行了2400次的调整。
When it comes to judging the quality of the top news stories that Google displays, three major issues come into play, according to Google: Freshness, relevancy and authoritativeness. Google's crawlers scan pages more frequently if they change regularly.
在评判谷歌展示的顶级新闻报道的质量时,根据谷歌的说法,三个主要的问题开始发挥作用:新鲜度、相关性和权威性。如果谷歌的爬虫程序经常更换的话,它会更频繁地扫描页面。
In the case of news sites, new stories can be added to the index within seconds of publication. Fresher stories will get bumped up in search results.
Results that are more relevant to a search tend to appear higher on the results page.

What is authority
Raters measure the authoritativeness, expertise and the trustworthiness of the sources that appear in search results. Google suggests that raters consider recommendations from professional societies and experts to determine a page's authority.
评分者衡量在搜索结果中出现的来源的权威性、专业知识和可信度。谷歌建议评级机构考虑专业协会和专家的建议,以确定页面的权威性。
Examples of high-quality news sources include ones that have won Pulitzer Prizes, that clearly label advertising as such, and that garner positive reviews from users. Pages that spread hate, cause harm or misinform or deceive users are given low ratings, Google says.
高质量新闻来源的例子包括那些曾获得普利策奖的奖项,它们清楚地将广告贴上这样的标签,并从用户那里获得了积极的评价。谷歌表示,那些传播仇恨、造成伤害、误导或欺骗用户的页面被给予了较低的评级。
The guidelines tell raters to give a low ranking to pages "deliberately created to deceive users." They provide an example of a source that "looks like a news source" but "in fact has articles to manipulate users in order to benefit a person, business, government or other organization politically, monetarily, or otherwise."
该指南告诉评级机构将“故意创建欺骗用户”的页面排名较低。它们提供了一个“看起来像新闻来源”的例子,但“实际上有文章可以操纵用户,以便在政治上、金钱上或其他方面对一个人、企业、政府或其他组织带来好处。”
Results for most people look the same, but Google results are heavily impacted by location, especially if you search for a physical location like a store. Users' search history can also impact results slightly based on frequently conducted searches.
大多数人的结果看起来都一样,但谷歌搜索结果会受到地理位置的严重影响,尤其是当你搜索一个像商店一样的物理位置时。用户的搜索历史也会根据频繁的搜索结果对结果产生轻微的影响。

L128的更多相关文章

  1. WPF实现无边框窗体拖拽右下角▲ 改变窗体大小【framwork4.0】 谢谢大家关注

    效果图:(右下角拖拽改变窗体大小) 第一步:添加xaml代码: <Border Name="ResizeBottomRight" MouseMove="Resize ...

  2. MongoDB数据库用户名和密码的设置

    首先是对MongoDB用户和权限的设置,如果不设置用户的话,直接使用mongo命令就可以进入客户端shell界面进行操作了,但是如果没有设置用户的话,总感觉少了点什么,于是经过半天的查找和实践,差不多 ...

  3. WPF系列:画图

    Line 在两个坐标点之间画一条直线,通过四个属性设置它的起始和结束 <Line Stroke="Blue" StrokeThickness="3" X1 ...

  4. mongodb不同版本之间有很大的差异

    今天主要说下我为了给mongodb数据库添加authorization,大家应该知道,mongo默认是无auth运行的.这可能是方便小伙伴学习命令吧. 由于之前发布的一个项目,在亚马逊的云上,处于内部 ...

  5. dmalloc 原文 翻译整理

    http://blog.csdn.net/cardinal_508/article/details/5553387 L13 从快速入门开始(Quickstart) 这个库是一个文件中所有简化用法中最常 ...

  6. 程序编码(机器级代码+汇编代码+C代码+反汇编)

    [-1]相关声明 本文总结于csapp: 了解详情,或有兴趣,建议看原版书籍: [0]程序编码 GCC调用了一系列程序,将源代码转化成可执行代码的流程如下: (1)C预处理器扩展源代码,插入所有用#i ...

  7. mongodb副本集自动切换修复节点解决方案

    副本集部署 1.启动mongod 在每台运行mongod服务的机器上增加配置文件/etc/mongodb-rs.conf,内容为: [root@MongodbF-A etc]# vi /etc/mon ...

  8. SIFT算法

     备注:源代码还未理解,所以未附上——下周任务 一.SIFT算法 1.算法简介 尺度不变特征转换即SIFT (Scale-invariant feature transform)是一种计算机视觉的算法 ...

  9. DSO windowed optimization 代码 (2)

    3 非 Schur Complement 部分信息计算 参考<DSO windowed optimization 公式>,非Schur Complement 部分指 \(H_{XX}\) ...

随机推荐

  1. 用Kotlin开发Android的Hello Kotlin!!

    1 创建新项目 android studio 新建一个项目 只有一个空MainActivity 2 安装kotlin file-seeting-plugins-install jetbrains pl ...

  2. oradebug工具使用(转载)

    在之前的HangAnalyze 中有使用oradebug命令,在这篇文章里,我们主要是重点看一下这个oradebug命令: Oracle HANGANALYZE 功能诊断 DB hanging htt ...

  3. save a web page as a single file (mht format) using Delphi code

    Here's how to save a web page as a single file (mht format) using Delphi code: uses CDO_TLB, ADODB_T ...

  4. openCV学习——一、Mat类

    一.Mat数据类型 在以下两个场景中使用 OpenCV 时,我们必须事先知道矩阵元素的数据类型: 使用 at 方法访问数据元素的时候要指明数据类型 做数值运算的时候,比如究竟是整数除法还是浮点数除法. ...

  5. ASP.NET4 与 VS2010 Web 开发页面服务改进

    转:http://blog.163.com/kele_lipeng/blog/static/81345278201132754729336/ 作者:朱先忠 本文将接着上一篇 ASP.NET4与VS20 ...

  6. js获取iframe和父级之间元素,方法、属,获取iframe的高度自适应iframe高度

    摘自:http://blog.csdn.net/kongjiea/article/details/38870399 1.在父页面 获取iframe子页面的元素 (在同域的情况下 且在http://下测 ...

  7. Android 电池关机充电

    android 电池(一):锂电池基本原理篇 android 电池(二):android关机充电流程.充电画面显示 android 电池(三):android电池系统 android电池(四):电池 ...

  8. Web开发相关笔记 #01#

    前端学习纲要 ※jQuery 参考 ※ 整理 Chrome 收藏夹的小技巧 ※ 解决 AJAX 跨域获取 cookie ※ 记一次 MyBatis 相关的 debug [1] 前端学习纲要: ♦ 第一 ...

  9. gh-ost原理

    gh-ost原理 一.三种模式架构图 1.连上从库,在主库上修改 这是gh-ost默认的工作模式,它会查看从库情况,找到集群的主库并且连接上去,对主库侵入最少,大体步骤是: 在主库上创建_xxx_gh ...

  10. 登录用户执行sudo时报错

    场景: 以普通用户登录,登陆后切换至root或其他用户时报错(sudo su -或sudo -i) 报错信息: -bash: /bin/logger: Argument list too long 根 ...