the art of seo(chapter eleven)
Tracking Results and Measuring Success
goal -> driver
***Why Measuring Success Is Essential to the SEO Process***
1.The Tracking Cycle: Produce, Launch, Measure, Refine
*Define an SEO strategy, determine an implementation schedule, and establish a clear understanding of goals. What are you going to accomplish,and what is the strategy for accomplishing it? How will you measure progress?
*Establish a baseline.
*Proceed with your project. Implement the SEO strategy—new URLs, technical site changes, new content development, and so on.
*Collect data
*Compare the baseline data to the new data.
*Refine your campaign.
2.Establishing a Proper Baseline
tool-AuthorityLabs
***Measuring Search Traffic***
1.Basic Overview:
Google Analytics
2.Selecting the Right Analytics Package:
3.Extracting Valuable SEO Data in Web Analytics
*Traffic by search engine
*Traffic by keyword
4.Number of pages getting search traffic
An indirect way of measuring effective indexation is to keep an eye on how many pages are getting search traffic.
For some examples of these solutions, see Dan Parker’s “How to steal some ‘not provided’ data back from Google” or Moz’s “Easing the Pain of Keyword Not Provided: 5 Tactics for Reclaiming Your Data”.
5.Segmenting Search Traffic
6.Referring Sites
***Competitive and Diagnostic Search Metrics***
1.Search Engine and Competitive Metrics
2.Site Indexing Data
You can improve this data by performing your site query, switching to 100 results per page, and going to the last page of the Google results to see if the number of results has changed. This will give you more accurate totals for the number of pages indexed.
3.Link-Based Tracking of Content Marketing
4.Ranking
*you can get the data directly from Google Search Console
*AuthorityLabs
5.Shelf space
You can also compute your average shelf space across 1,000 keywords. If it’s 10%, you know that you control 10% of those SERPs.
• If you care about more than a few keywords, or if you want to get a lot of longtail traffic to your site, categorize your keywords and queries. Typical categories include branded versus nonbranded, product, subject or topic, and the geographical location mentioned in the query.
6.SEO Platforms
*Conductor Searchlight
*Rio offers SEO Search Analytics
7.Crawl Errors
8.Search Engine Robot Traffic Analysis
Understanding how robots are spidering their sites is another thing that expert SEO practitioners should know how to do.
Other logfile analysis programs include:
• AWStats
• Sawmill
• Webalizer
• W3Perl
• Piwik
***Key Performance Indicators for Long-Tail SEO***
*Unique crawled URLs
*Search visitors per contributing page.
*Keywords per page
*Search visitors per keyword
*Index-to-crawl ratio
*Search visitors per crawled page
***Duplicate Content***
tool-SEObook.com’s Duplicate Content Checker
***Other Third-Party Tools***
MozBar
SEO Quake
SEO for Firefox
SpyFu
SEMrush
Rio SEO Search Analytics
Rio SEO Website Optimizer
Searchmetrics Essentials
the art of seo(chapter eleven)的更多相关文章
- 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 five)
Keyword Research ***The Theory Behind Keyword Research***1.When users go to search engines and type ...
- 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 ...
随机推荐
- 【C语言学习】封装和模块化思想
刚学习完C后,做的关于C的课程设计是在一个源文件里放了几百行代码,并且各个功能之间都是相互依赖的,这样就会非常麻烦. 由于当我要改动某个地方的时候,就会牵连着要改动喝多的地方.而在实际的程序设计中.这 ...
- python中executemany的使用
conn = MySQLdb.connect(host = “localhost”, user = “root”, passwd = “password”, db = “myDB”, charset= ...
- shell函数传递带空格的参数
shell中的参数以空格为分割符,经常会碰到需要传递带空格的参数,例如传递带空格的文件名. 方法很简单:给参数加双引号. 但是实际效果要看你的函数内容,一种可能的情况是: 其实你真的传递进去了带空格的 ...
- Atom 编辑器使用和学习
事先准备:下载 Github 开源文本编辑器 Atom,并安装Atom 官网 | 搜索 “Atom下载” 常用快捷键:http://blog.csdn.net/hunyxv/article/detai ...
- MVC项目总结
View命名 View下有多个模块的文件夹,我们根据微软的规定,每个模块下的首页都为Index.cshtml命名 获得当前页面的控制器名称 var currentControllerName = th ...
- 深入理解Java 8 Stream
Java 8中新增了Stream,主要是lambda表达式的应用,其链式调用简洁,用于高效表达集合操作. 先对Stream的使用做了解,参照blog. (1) 生成Stream的方式 主要有以下几种 ...
- 模拟struts2
利用到的技术:dom4j和xpath 自己写一个Filter 在doFilter中拦截请求 // 2.1 得到请求资源路径 String uri = request.getReq ...
- 再说WCF Data Contract KnownTypeAttribute
WCF 中的序列化是用DataContractSerializer,所有被[DataContract]和[DataMemeber]标记的类和属性会被DataContractSerializer序列化. ...
- tomcat端口问题
https://segmentfault.com/q/1010000008858162?_ea=1777730
- python classmethod方法 和 staticmethod
classmethod() 是一个类方法,用来装饰对应的函数.被classmethod 装饰之后就无需实例化,也不需要在函数中传self,但是被装饰的函数第一个参数需要是cls来表示自身类.可以用来调 ...