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

  1. the art of seo(chapter ten)

    Mobile, Local, and Vertical SEO ***The Mobile Landscape***Mobile site speed:• Google Page Speed Insi ...

  2. the art of seo(chapter six)

    Developing an SEO-Friendly Website ***Making Your Site Accessible to Search Engines***1.Indexable Co ...

  3. the art of seo(chapter five)

    Keyword Research ***The Theory Behind Keyword Research***1.When users go to search engines and type ...

  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. fiddler不能监听 localhost和 127.0.0.1的问题 .

    localhost/127.0.0.1的请求不会通过任何代理发送,fiddler也就无法截获. 解决方案 用 http://localhost. (locahost紧跟一个点号) 用 http://1 ...

  2. POJ 1698 Alice's Chance(最大流+拆点)

    POJ 1698 Alice's Chance 题目链接 题意:拍n部电影.每部电影要在前w星期完毕,而且一周仅仅有一些天是能够拍的,每部电影有个须要的总时间,问能否拍完电影 思路:源点向每部电影连边 ...

  3. refresh的停车场(栈和队列的STL)

    refresh的停车场 Time Limit: 1000ms   Memory limit: 65536K  有疑问?点这里^_^ 题目描写叙述  refresh近期发了一笔横財,开了一家停车场. 因 ...

  4. 有一个长为n的数组A,求满足0≤a≤b<n的A[b]-A[a]的最大值。 给定数组A及它的大小n,请返回最大差值。

    // ConsoleApplication10.cpp : 定义控制台应用程序的入口点. // #include "stdafx.h" #include <iostream& ...

  5. Volley框架载入网络图片

    Android开发中,载入网络server的图片是非经常常使用的.当然我们能够自己写server接口去实现,只是要做到server性能 优越的话,开发起来比較麻烦点.所以本博客要介绍Volley框架进 ...

  6. SSH 使用密钥登录并禁止口令登录

    小结:修改下sshd配置文件,把公钥传上去就好了 先生成公钥和私钥,默认在/root/.ssh/目录,可以先看一下有没有这个目录. 生成公钥后,以后其它服务器也都可以复用这个公钥 最好生成时输入密码! ...

  7. java 常用设计模式(转载)

    http://www.cnblogs.com/hnrainll/archive/2011/12/29/2305582.html 设计模式:一个程序员对设计模式的理解:“不懂”为什么要把很简单的东西搞得 ...

  8. zoj 2068 - Chopsticks

    题目:非常多人在一起吃饭.有两组单支的筷子,定义badness为一对筷子长度差的平方,求最小的badness和. 分析:dp,最大公共子序列类似物. 这里利用数学关系找到一个结论: a < b ...

  9. 使用T4模板为EF框架添加数据库实体注释

    网上有一个解决方法如下: http://www.cnblogs.com/stone_w/archive/2012/10/25/2738345.html 不过我试了下没解决太麻烦了 而且一旦EF要重新生 ...

  10. .net 平台下的AI框架

    Aforge.net之旅——开篇:从识别验证码开始 基于AForge.Net框架的扑克牌识别 人工神经网络入门(4) —— AFORGE.NET简介 .NET开源工程推荐(Accord,AForge, ...