the art of seo(chapter two)
***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)的更多相关文章
- the art of seo(chapter eleven)
Tracking Results and Measuring Success goal -> driver ***Why Measuring Success Is Essential to th ...
- the art of seo(chapter ten)
Mobile, Local, and Vertical SEO ***The Mobile Landscape***Mobile site speed:• Google Page Speed Insi ...
- the art of seo(chapter six)
Developing an SEO-Friendly Website ***Making Your Site Accessible to Search Engines***1.Indexable Co ...
- the art of seo(chapter five)
Keyword Research ***The Theory Behind Keyword Research***1.When users go to search engines and type ...
- the art of seo(chapter four)
SEO Implementation:First Stages ***Development Platform and Information Architecture***1.Technology ...
- the art of seo(chapter three)
SEO Planning: Customizing Your Strategy ***Developing an SEO Plan Prior to Site Development***Determ ...
- the art of seo(chapter one)
preface:Andy Johns (@ibringtraffic):growth strategist@Wealthfront ***1.Search Reflecting Consciousne ...
- the art of seo(chapter eight)
How Social Media and User Data Play a Role in Search Results and Rankings ***Correlation Between Soc ...
- the art of seo(chapter seven)
Content Marketing ***Leveraging Major Social Media Platforms***LinkedIn, Facebook,Google+, Pinterest ...
随机推荐
- Basic Vim Configuration
原文: https://computers.tutsplus.com/tutorials/basic-vim-configuration--cms-21498 原来,vim的配置文件,.vimrc也是 ...
- 高仿QQ6.0側滑菜单之滑动优化(二)
好了,昨天已经实现了高仿QQ6.0的側滑大致框架.如有兴趣.能够去看下仿QQ6.0側滑之ViewDragHelper的使用(一) 可是之前的实现.仅仅是简单的能够显示和隐藏左側的菜单,可是特别生硬,并 ...
- 使用 rman duplicate from active database 搭建dataguard 手记--系列二
run { allocate channel prmy1 type disk; allocate channel prmy2 type disk; allocate channel prmy3 typ ...
- 每天一个 Linux 命令(16):which whereis locate命令
which 查看可执行文件的位置. whereis 查看文件的位置. locate 配合数据库查看文件位置.#whereis 和locate是从文件数据库里查找 数据库默认一个星期更新一次,所有 ...
- C++继承:公有,私有,保护(转)
公有继承(public).私有继承(private).保护继承(protected)是常用的三种继承方式. 1. 公有继承(public) 公有继承的特点是基类的公有成员和保护成员作为派生类的成员时, ...
- mysql性能优化-慢查询分析、优化索引和配置 MySQL索引介绍
MySQL索引介绍 聚集索引(Clustered Index)----叶子节点存放整行记录辅助索引(Secondary Index)----叶子节点存放row identifier-------Inn ...
- JavaScript的string方法(demo)
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...
- 使用JDBC连接SQL Server
源文:http://bbs.bc-cn.net/dispbbs.asp?boardid=12&id=140292 整理:秋忆 接触Java或者JSP,难免会使用到数据库SQL Server 2 ...
- Hive merge(小文件合并)
当Hive的输入由非常多个小文件组成时.假设不涉及文件合并的话.那么每一个小文件都会启动一个map task. 假设文件过小.以至于map任务启动和初始化的时间大于逻辑处理的时间,会造成资源浪费.甚至 ...
- POJ 1952 BUY LOW, BUY LOWER 动态规划题解
Description The advice to "buy low" is half the formula to success in the bovine stock mar ...