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 ...
随机推荐
- emacs 打开文件乱码
emacs在win下写的文件在linux打开乱码 M-x set-language-environment RET chinese-gb 改变当前编码 用当前编码重新打开 M-x rever ...
- 【spring data jpa】使用repository进行查询,使用userRepository.getOne(id)和userRepository.findById(id)无法从数据库查询到数据
如题: 使用repository进行查询,使用CrudRepository自带的getOne()方法和findById()方法查询,数据库中有这条数据,但是并不能查到. userRepository. ...
- iOS -- SKEmitterNode类
SKEmitterNode类 继承自 SKNode:UIResponder:NSObject 符合 NSCoding(SKNode)NSCopying(SKNode)NSObject(NSObje ...
- 细说Redis持久化机制
概述 Redis不仅能够作为缓存来使用,也能够作为内存数据库. Redis作为内存数据库使用时.必需要解决一个问题:数据的持久性.有些将Redis作为缓存使用的场景也需要将缓存的数据持久化到存储介质上 ...
- CD_Lulu软件著作权中软件分类号
计算机软件著作权 登记中使用的软件分类编码指南 一.计算机软件著作权登记中使用的软件分类编码的结构采用组合代码结构,由9位数字组成并按照从左至右的顺序排列,前5位数字代表计算机软件分的代码:后4位数字 ...
- Android自己定义ViewGroup打造各种风格的SlidingMenu
看鸿洋大大的QQ5.0側滑菜单的视频课程,对于側滑的时的动画效果的实现有了新的认识,似乎打通了任督二脉.眼下能够实现随意效果的側滑菜单了.感谢鸿洋大大!! 鸿洋大大用的是HorizontalScrol ...
- byte 单位换算
1G就1GB啦,平时人们说1G只是简洁来说而已. bit(位).B(字节).K(千).M(兆).G(吉咖).T(太拉) B(Byte).KB(KiloByte).MB(MegaByte).GB(Gig ...
- const、typedef 、 define总结
constkeyword const=read only,修饰的为仅仅读变量而不是常量.const修饰的变量不能用作数组的维数也不能放在switch语句的case:之后. 主要作用有: 1.通过把不希 ...
- HDU 2648(搜索题,哈希表)
#include<iostream> #include<map> #include<string> #include<cstring> #include ...
- vue2 + typescript2 项目开发(环境配置)
Vue 引入 TypeScript vue init airyland/vux2 projectName 增加开发包的依赖 npm install typescript ts-loader --sav ...