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 ...
随机推荐
- 迅雷中Peer连接信息中的状态解释(转)
在标准 Peer-to-Peer(P2P 点对点网络)中,以"Flags"表示 Peer Status(Peer 状态).其中: D - 正从 Peer 下载(感兴趣:解阻塞)搜索 ...
- Css实现一个菜单导航
提要:使用大div定位设置为relative,子div设置为absolute实现菜单下拉 实现代码: <!DOCTYPE html> <html lang="en" ...
- javascript --- 继承小结
回顾之前学到的知识,大体上可以分为两类: 1. 基于构造器工作的模式. 2. 基于对象的工作模式. 3. 是否使用原型 4. 是否执行属性拷贝. 5. 两者都有(执行原型属性拷贝) 下面我们把之前的知 ...
- javascript 对象初探 (三)--- 传递/比较对象
传递对象 当我们拷贝某个对象或者将对象传递给某个函数时,往往传递的都是该对象的引用.因此我们在该对象的引用上做任何改动,实际上都会影响到引用的原对象. var she = {num:1}; var h ...
- TdxBarButton的FASTSCRIPT封装
TdxBarButton的FASTSCRIPT封装 // cxg 2017-2-13 unit fs_dev; interface{$i fs.inc}uses fs_iinterpreter, fs ...
- Android开发——内存优化 图片处理
8. 用缓存避免内存泄漏 很常见的一个例子就是图片的三级缓存结构,分别为网络缓存,本地缓存以及内存缓存.在内存缓存逻辑类中,通常会定义这样的集合类. private HashMap<Strin ...
- Android基础新手教程——3.7 AnsyncTask异步任务
Android基础新手教程--3.7 AnsyncTask异步任务 标签(空格分隔): Android基础新手教程 本节引言: 本节给大家带来的是Android给我们提供的一个轻量级的用于处理异步任务 ...
- utuntu16.04安装tensorflow1.4-gpu
之前一直在windows下使用tensorflow,对cpu和gpu的安装都是比较顺利,都是使用anaconda环境下,创建虚拟conda环境,这样方便不同python版本的管理. 一直也想尝试使用u ...
- Redis及其Sentinel配置项详细说明
Redis及其Sentinel配置项详细说明 http://lixiaohui.iteye.com/blog/2315516
- c++ 操作Mysql ado
#pragma once #ifndef DB_MYSQL_H #define DB_MYSQL_H #include "stdafx.h" #include <wins ...