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)的更多相关文章

  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 four)

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

  5. the art of seo(chapter three)

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

  6. the art of seo(chapter one)

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

  7. the art of seo(chapter eight)

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

  8. the art of seo(chapter seven)

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

  9. the art of seo(chapter two)

    ***Search Engine Basics*** *Understanding How Vertical Results Fit into the SERPs* As a direct conse ...

随机推荐

  1. screen状态变Attached连接会话失败

    使用xshell远程登录主机,使用screen命令启动程序运行至后台,意外发现screen session的状态为Attached,使用命令screen -r <session-id>,提 ...

  2. input 对伪元素(:before :after)的支持情况

    最近做一个自定义视觉效果的Switch组件,用到了 input:radio 和 label,并在label里用伪元素 :before 模拟状态的切换效果. 但是同事评审的时候说可以不用label,直接 ...

  3. 设计模式——介绍与工厂模式(扁平管理模式VS职业经理人模式)

    本文主要对设计模式进行大概解说.特别是对工厂模式进行简明的解析: 一.设计模式的分类 创建型模式,共五种:工厂方法模式.抽象工厂模式.单例模式.建造者模式.原型模式. 结构型模式,共七种:适配器模式. ...

  4. MySQL高可用之——keepalived+互为主从

    目标:配置一个keepalived双机热备架构,并配置主从复制 规划: master1     zlm177     192.168.17.177 master2     zlm188     192 ...

  5. DB 【ACID】

    http://blog.csdn.net/shuaihj/article/details/14163713 http://blog.csdn.net/dief913975849/article/det ...

  6. hdparm - get/set SATA/IDE device parameters

    hdparm(8) - Linux man page Name hdparm - get/set SATA/IDE device parameters Synopsis hdparm [ flags ...

  7. 不使用flash实现复制文字(图片)到剪贴板

    <div>这里是待复制的文字或图片</div> var range = document.createRange(); var referenceNode = document ...

  8. 用Q-learning算法实现自动走迷宫机器人

    项目描述: 在该项目中,你将使用强化学习算法,实现一个自动走迷宫机器人. 如上图所示,智能机器人显示在右上角.在我们的迷宫中,有陷阱(红色炸弹)及终点(蓝色的目标点)两种情景.机器人要尽量避开陷阱.尽 ...

  9. sublime常用的插件

    Sublime Text常用插件 1.Package Control 快捷键ctrl+~调出Sublime Text控制台,然后输入以下代码(Sublime Text3)安装Package Contr ...

  10. LeetCode120——Triangle

    Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent n ...