the art of seo(chapter five)
Keyword Research
***The Theory Behind Keyword Research***
1.When users go to search engines and type out their search query, they may use language that is entirely different from what you expect.
2.Take the time to go beyond the surface and use the tools to learn how your customers think, get your thinking in alignment with theirs, and then build your website strategy.
3.Understanding the Long Tail of the Keyword Demand Curve.
4.Understanding the Impact of Google Hummingbird
5.In terms of Hummingbird’s impact on keyword research, it’s also important to consider co-occurrence analysis:He shows how on a sample page terms such as women, shoes, boots, and shoe co-occur on an ecommerce page with words like view, sale, cart, shipping, and other ecommerce-related terms. This sends a signal to the search engine that this should be a page where users can shop for and buy women’s footwear. If an ecommerce page lacks those words and phrases that help to signal that the page’s intent is to sell products, it might lower the chances of that page ranking for purchase-oriented search phrases.
Ultimately, in both cases, the goal is for the search engines to understand the user’s intent and to return a set of results that satisfy that intent, regardless of whether the exact phrase searched for explicitly appears on the pages returned as results for a given query.
What this means from an SEO perspective is that the exact query a user may be searching for is less important than the intent behind it.
While keyword research is still crucial, creating pages highly optimized to a specific keyword is less important than creating extremely high-quality, unique content that answers the need or question behind the keyword query.
Rather than highly optimizing each page on your site for one or two specific keyword phrases, think about which phrases might belong together on a page and identify the page’s theme and intent. Consider each page more holistically and how you might improve the page to better answer your users’ needs.
Traditional Approaches: Domain Expertise and Site Content Analysis
1.One of the smartest things you can do when initially conducting keyword research is to brainstorm original ideas with the participants in the business before getting keyword tools involved.Your internal team has a rich array of knowledge that the keyword tools do not:they know where to start. Keyword tools require the initial input of information,and the quality of the data they provide is only as good as the quality of the “seeds” you give them.
***Keyword Research Options***
1.Keyword Research Data from Search Engines:
Related terms;
Common usage and phrase combinations(Using a search with the * (asterisk) character);
2.Keyword Research Data from Tools:
Google AdWords Keyword Planner and Traffic Estimator;
Bing Keyword Research tool;
KeywordDiscovery(not free);
Experian Hitwise(not free);
comScore Search Planner(not free);
WordStream(not free);
SEMrush(not free);
Searchmetrics(not free);
Google Suggest;
Soovle(Suggest from many engine);
Ubersuggest(Google Suggest tool)
3.Keyword Research Data Analysis(Once you have the raw keyword data from the research you’ve done with your favorite tools, you need to analyze which keywords have the highest value, relevance, and potential conversion rate):
Moz offers a Keyword Difficulty tool that does a good job collecting all of these metrics and providing a comparative score for any given search term or phrase.
***Leveraging the Long Tail of Keyword Demand***
1.Extracting Terms from Relevant Web Pages
2.Identifying Long-Tail Patterns
the art of seo(chapter five)的更多相关文章
- 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 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 ...
- the art of seo(chapter two)
***Search Engine Basics*** *Understanding How Vertical Results Fit into the SERPs* As a direct conse ...
随机推荐
- PhantomJS 基础及示例 (转)
概述 PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support f ...
- GO --微服务框架(一) goa
当项目逐渐变大之后,服务增多,开发人员增加,单纯的使用go来写服务会遇到风格不统一,开发效率上的问题. 之前研究go的微服务架构go-kit最让人头疼的就是定义服务之后,还要写很多重复的框架代码,一直 ...
- curl如何发送json数据?如何发送form数据?python的restfull又该如何获取这些数据?
1.python使用flask+flask_restfull框架写的api接口,做为服务 2.curl 做为客户端发送数据 from flask import request curl发送json的方 ...
- c# Dictionary拓展2个key得到1个value
using System.Collections.Generic; using System.Collections; Dictionary<Tuple<int, int>, int ...
- Java菜鸟到大牛学习路线培训教程
第1阶段(Java程序员) - Java语言基础 - 101 JavaSE -01-常见Dos命令.Java历史.Java跨平台.配置Path环境变量.第一个HelloWorld例子 -02-配置JA ...
- Objective-C基础笔记(6)Block
Block(代码段)封装了一段代码,能够在不论什么时候运行. Block能够作为函数參数或者函数返回值,而其本身又能够带输入參数或返回值.它和传统的函数指针非常相似,可是有差别:block是inlin ...
- MySQL 建立外键约束
http://www.jzxue.com/shujuku/mysql/201109/06-8742.html MySQL 建立外键约束的语法太晦涩难懂了, 不得不记下笔记. 1. 在建表时建立外键 C ...
- 【Bootstrap】一个兼容IE8、谷歌等主流浏览器的受众门户式风格页面
上一次写的<[Bootstrap]一个兼容IE8.谷歌等主流浏览器的受众巨幕式风格页面>(点击打开链接) 部分老一辈的需求可能对这样的后现代的风格并不惬意, 没关系,我们全然能够改变布局 ...
- LINUX创建用户的命令
LINUX创建用户的命令useradd -g test -d /home/test1 -s /etc/bash -m test1注解:-g 所属组 -d 家目录 -s 所用的SHELL 删除用户命令u ...
- Java泛型擦除
Java泛型擦除: 什么是泛型擦除? 首先了解一下什么是泛型?我个人的理解:因为集合中能够存储随意类型的对象.可是集合中最先存储的对象类型一旦确定后,就不能在存储其它类型的对象了,否则,编译时不会报错 ...