[Query Intent] segmenting-search-intent
http://moz.com/blog/segmenting-search-intent
Today I'd like to take a deep look inside the minds of the billion worldwide search engine users and share a more comprehensive understanding of their motivations. This pseudo-psychological perspective can help us gain perspective on targeting, click-through rates, ad-serving and even relative value.
First off, we need to realize that search engines are a tool - a resource driven by intent. The search box is fundamentally different than a visit to a bookmark like IHT.com or Reddit.com or SEOmoz.org; it's unique from a click on the "stumble" button in your StumbleUpon toolbar or a visit to your favorite blog - searches have a direct intent behind them; the user wants to find... something. That "something" is what I've segmented below:
Navigational Queries

Navigational searches are performed with the intent of surfing directly to a specific website. In some cases, the user may not know the exact URL, and the search engine serves as the "White Pages," passing along the (hopefully) correct location.
Informational Queries

Informational searches involve a huge range of queries from finding out the local weather to getting a map & directions to finding the name of Segey Brin's new bride or checking on just how long that trip to Mars really takes. The common thread here is that the searches are primarily non-commercial and non-transaction-oriented in nature; the information itself is the goal and no interaction beyond clicking and reading is required.
Commercial Investigation Queries

A commercial investigation search straddles the line between pure research and commercial intent. For example, sourcing potential partners for distribution of your new t-shirts in Albuquerque, determining what companies make laptop bags for sale in the United Kingdom or researching the best brand of digital cameras for an upcoming purchase all qualify. They're not directly transactional, and may never result in an exchange of goods, services or monies, but they're not purely informational either.
Transactional Queries

Transactional searches don't necessarily involve a credit card or wire transfer. Signing up for a free trial account at Cook's Illustrated, creating a Gmail account, paying a parking ticket from the city of San Francisco (I got one on my way out of town after getting robbed) or finding the best local Mexican cuisine (Carta de Oaxaca in case you're wondering) for dinner tonight are all transactional queries.
From the above segmentation, we can make a few determinations about the nature and value of the traffic driven by these various searches. Each presents opportunity, but not all are of the same quality or ROI for targeting purposes.
Navigational Queries:
- Opportunities - Pull searcher away from destination; get ancillary or investigatory traffic
- Average Value - Generally Low
Informational Queries:
- Opportunities - Brand searchers with positive impression of your site, information, company, etc; Attract inbound links; Receive attention from journalists/researchers; Potentially convert to sign-up or purchase
- Average Value - Middling
Commercial Investigation Queries:
- Opportunities - Convert to member/sign-up; Sway purchase decision; Collect email; Get user feedback/participation
- Average Value - High
Transactional Queries:
- Opportunities - Achieve transaction (financial or other)
- Average Value - Very High
When you're building keyword research charts for clients or on your own sites, it can be incredibly valuable to determine the intent of each of your primary keywords. For example:
|
Term |
Queries |
Intent |
$$ Value |
|
Beijing Airport |
980 |
Nav |
Low |
|
Hotels in Xi'an |
2644 |
Com Inv |
Mid |
|
7-Day China Tour Package |
127 |
Trans |
High |
|
Sichuan Jellyfish Recipe |
53 |
Info |
Low |
This type of analysis can help to determine where to place ads and where to concentrate content and links.
Hopefully, this excursion into the minds of searchers can help you to concentrate your efforts in the best possible places and think carefully about how to serve different kinds of searchers based on their individual intents.
BTW - I don't have data for it, but experience & intuition are telling me that Google & Ask skew to "informational" and "commercial investigation" searches while Yahoo! & MSN skew "navigational" and "transactional."
[Query Intent] segmenting-search-intent的更多相关文章
- Query classification; understanding user intent
http://vervedevelopments.com/Blog/query-classification-understanding-user-intent.html What exactly i ...
- Intent系列讲解---Intent简介以及相关属性
一.Intent简介 Intent中文是"意图,意向",它是Android中四大组件通讯的纽带,Intent负责对应用中一次操作的动作.动作涉及数据.附加数据进行描述,Androi ...
- (Android数据传递)Intent消息传递机制 “Intent”“数据传递”
Intent类的继承关系: 需要注意的是,该类实现了Parcelable(用于数据传递)和Cloneable接口. Intent是一种(系统级别的)消息传递机制,可以在应用程序内使用,也可以在应用 ...
- android 手机拍照返回 Intent==null 以及intent.getData==null
手机拍照第一种情况:private void takePicture(){ Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);Si ...
- Intent Flag介绍 intent.addFlags()
intent.addFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION); FLAG_ACTIVITY_BROUGHT_TO_FRONT 这个标志一般不是由程序代码设置的 ...
- SharePoint 2013: Search Architecture in SPC202
http://social.technet.microsoft.com/wiki/contents/articles/15989.sharepoint-2013-search-architecture ...
- Android 浮动搜索框 searchable 使用(转)。
Android为程序的搜索功能提供了统一的搜索接口,search dialog和search widget,这里介绍search dialog使用.search dialog 只能为于activity ...
- Activity组件(二):通过显式意图和隐式意图来跳转至第三方应用
一.显式意图来跳转到第三方应用 /** * 这个方法会在点击按钮的时候执行 * @param view */ public void skip2Browser(View view){ Log.d(TA ...
- android Intent介绍
Android中提供了Intent机制来协助应用间的交互与通讯,Intent负责对应用中一次操作的动作.动作涉及数据.附加数据进行描述,Android则根据此Intent的描述,负责找到对应的组件,将 ...
随机推荐
- Ajax中get提交和post提交的区别
$.post("HandlerLiuYan.ashx", { leixing: leixing, danwei: danwei, liuyan: liuyan, name: nam ...
- 经典算法系列--kmp
前言 之前对kmp算法虽然了解它的原理,即求出P0···Pi的最大相同前后缀长度k:但是问题在于如何求出这个最大前后缀长度呢?我觉得网上很多帖子都说的不是很清楚,总感觉没有把那层纸戳破,后来翻看算法导 ...
- ios中的事件处理、响应者链条以及第一响应者
在ios中,事件UIEvent类来表示,当一个事件发生时,系统会搜集的相关事件信息,创建一个UIEvent对象,最后将该事件转发给应用程序对象(UIApplication).日常生活中,主要有三种类型 ...
- score
#include<iostream> using namespace std; class student{ public: int Input() { ;i<;i++) { cou ...
- gcc常用命令介绍
GCC 全称是 GNU C Compiler,是gnu中最流行的c & c++编译器,下面我们看一下一些主要的参数使用方法. 对于一个源文件可以直接生成可执行文件 gcc test.c 默认生 ...
- 用Windows API函数(CreateFile/ReadFile/WriteFile/CloseHandle)完成文件拷贝程序(初级版)
文件拷贝程序 程序类型:Console 参数:源文件名 目的文件名 要求:1.只能使用Windows API函数(CreateFile/ReadFile/WriteFile/CloseHandle ...
- c++ string 拼接 int错误
程序中用到字符串和int合成字符串,受java习惯的影响,直接进行了字符串与int的+操作,结果不正确.查了一下才明白问题所在,记录一下string str=”abc”+1;输出为:bc,因为”abc ...
- HttpWebResponse取不到Cookie?原来是因为被跳转了
今天做模拟登陆的时候,发现HttpWebResponse的Cookie都为空,但是Fiddler看是有的...后来看见是302状态,才知道请求这个的时候,Response回来已经是跳转了...这样Co ...
- 在C#用HttpWebRequest中发送GET/HTTP/HTTPS请求【转载】
标签:C# HTTPS HttpWebRequest HTTP HttpWebResponse 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任. ...
- 分享:mysql 随机查询数据
在mysql中查询5条不重复的数据,使用以下: 1 SELECT * FROM `table` ORDER BY RAND() LIMIT 5 就可以了.但是真正测试一下才发现这样效率非常低.一个1 ...