***Search Engine Basics***

*Understanding How Vertical Results Fit into the SERPs*

As a direct consequence, site owners and web marketers must take into account how this incorporation of vertical search results may impact their rankings and traffic. For many of the searches shown in the previous figures, a high ranking—even in position #1 or #2 in the algorithmic/organic results—may not produce much traffic because of the presentation of the vertical results above them.

*Algorithm-Based Ranking Systems: Crawling,Indexing, and Ranking*
The search engines must execute many tasks very well to provide relevant search
results. Put simplistically, you can think of these as:
• Crawling and indexing trillions of documents (pages and files) on the Web.
• Responding to user queries by providing lists of relevant pages.

*Determining Searcher Intent and Delivering Relevant, Fresh Content*

IR scientists realized that two critical components
comprised the majority of search functionality: relevance and importance.

Document Analysis and Semantic Connectivity:
In document analysis, search engines look at whether they find the search terms in important areas of the document—the title, the metadata, the heading tags, and the body of the text.
Semantic connectivity refers to words or phrases that are commonly associated with one another. For example, if you see the word aloha,you associate it with Hawaii, not Florida.

Content Quality and User Engagement:
The other method that search engines can use to evaluate the quality of a web page is measuring actual user interaction. For example, if a large number of users who visit the web page after clicking on a search result immediately return to the search engine and click on the next result, that would be a strong indicator of poor quality.
Some interaction data include-
1.Interaction with web search results
2.Google Analytics(bounce rate,time on site,PV)
3.Google Toolbar
4.Google +1 button
5.Goo.gl

Link Analysis:
quantity,quality,relevance,nature

Evaluating Social Media Signals:
it showed a very strong correlation between +1s and ranking in Google.

Problem Words, Disambiguation, and Diversity:
For example, if someone types in a query such as cars, does he:
• Want to read reviews?
• Want to go to a car show?
• Want to buy one?
• Want to read about new car technologies?
A solution they use is to offer diverse results.
SERPs need need diversity.
Google’s testing has shown that this diversity-based approach has resulted in a higher level of satisfaction among its users.For example, the testing data for the nondiversified results may have shown lower click-through rates in the SERPs, greater numbers of query refinements, and even a high percentage of related searches performed subsequently.

Where freshness matters:
For example, when there is breaking news.QDF(query deserves freshness) applies to up-to-the-minute news coverage, but also to other scenarios such as hot, new discount deals or new product releases that get strong search volume and media coverage.

***Analyzing Ranking Factors***
Here is a high-level summary of the top nine results, in priority order:
• Domain-level link authority features
• Page-level link metrics
• Page-level keywords and content(This describes the use of the keyword term/phrase in particular parts of the HTML code on the page (<title> tag, <h1>, alt attributes, etc.).)
• Page-level keyword-agnostic features(Page-level features other than keywords)
• Domain-level brand metrics(This factor includes search volume on the website’s brand name, mentions,whether it has a presence in social media, and other brand-related metrics.)
• Usage and traffic/query data
• Page-level social metrics
• Domain-level keyword usage
• Domain-level keyword-agnostic features

the art of seo(chapter two)的更多相关文章

  1. the art of seo(chapter eleven)

    Tracking Results and Measuring Success goal -> driver ***Why Measuring Success Is Essential to th ...

  2. the art of seo(chapter ten)

    Mobile, Local, and Vertical SEO ***The Mobile Landscape***Mobile site speed:• Google Page Speed Insi ...

  3. the art of seo(chapter six)

    Developing an SEO-Friendly Website ***Making Your Site Accessible to Search Engines***1.Indexable Co ...

  4. the art of seo(chapter five)

    Keyword Research ***The Theory Behind Keyword Research***1.When users go to search engines and type ...

  5. the art of seo(chapter four)

    SEO Implementation:First Stages ***Development Platform and Information Architecture***1.Technology ...

  6. the art of seo(chapter three)

    SEO Planning: Customizing Your Strategy ***Developing an SEO Plan Prior to Site Development***Determ ...

  7. the art of seo(chapter one)

    preface:Andy Johns (@ibringtraffic):growth strategist@Wealthfront ***1.Search Reflecting Consciousne ...

  8. the art of seo(chapter eight)

    How Social Media and User Data Play a Role in Search Results and Rankings ***Correlation Between Soc ...

  9. the art of seo(chapter seven)

    Content Marketing ***Leveraging Major Social Media Platforms***LinkedIn, Facebook,Google+, Pinterest ...

随机推荐

  1. Ext 中combo的用法

    var combobox_xianqu = Ext.getCmp('combobox_id'); var store_xianqu = Ext.data.StoreMgr.lookup('store_ ...

  2. 高性能内存池NedAlloc

    http://www.nedprod.com/programs/portable/nedmalloc/ http://blog.sina.com.cn/s/blog_6f5b220601012x4t. ...

  3. [Android] 环境配置之Android Studio开发NDK

    分类:Android环境搭建 (14351)  (20) ========================================================作者:qiujuer博客:bl ...

  4. 记一次痛苦的ubuntu配置Go环境 -- Ubuntu & Go

    下载Go一定到: https://golang.org/dl/  这里, 其他的都不好使. 还有go不一定跟32位和64有关, 还和CPU架构有关, 不知道架构一个一个试, 亦可以看我的关于查看Ubu ...

  5. C# 解析迅雷链接成正常的Http链接

    目前热门剧司马懿第一集的迅雷下载地址是: thunder://QUFodHRwOi8vZGwxMjIuODBzLmltOjkyMC8xNzA2L1vlpKflhptTU+mprOaHv+S5i+WGm ...

  6. Codeforces Round #313 (Div. 2) ABC

    A http://codeforces.com/contest/560/problem/A 推断给出的数能否组成全部自然数. 水题 int a[1010]; bool b[1000010]; int ...

  7. sum-root-to-leaf-numbers——dfs

    Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number. ...

  8. Android Studio之Activity切换动画(三)

    1.上一篇文章"Android Studio之多个Activity的滑动切换(二)"中实现了多个activity之间的滑动切换,可是新切换出的activity大多是从右側进入 2. ...

  9. iOS 摇一摇的实现

    - (void)viewDidLoad { [super viewDidLoad]; [[UIApplication sharedApplication] setApplicationSupports ...

  10. 重置浏览器的默认样式(css reset)

    (1)定义:首先css reset指的是重置浏览器的默认样式 (2)作用:因为现在的浏览器很多,并且每个浏览器都有自己的默认样式,这样就会导致一个页面在多个浏览器下展示产生差异,所以我们需要做一些处理 ...