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. ruby 作为嵌入脚本时使用的注意事项

    近期一直在採坑... 假设是作为嵌入式脚本使用ruby的话... 一定会遇到这2个问题... gem安装的,无法在嵌入时使用..为啥.? 由于你没require 'ruby gem' 出现 找不到 E ...

  2. 配置fio支持rbd測试引擎

    fio的rbd測试引擎能够非常方便的对rbd进行測试.以下示范怎样安装fio支持rbd引擎. git clone git://git.kernel.dk/fio.git $ cd fio $ ./co ...

  3. hdu4857 & BestCoder Round #1 逃生(拓扑逆排序+优先队列)

    题目链接:http://acm.hdu.edu.cn/showproblem.php? pid=4857 ----------------------------------------------- ...

  4. SpringMVC请求流程与原理分析

    SpringMVC的工作原理图: SpringMVC流程 1.  用户发送请求至前端控制器DispatcherServlet. 2.  DispatcherServlet收到请求调用HandlerMa ...

  5. iBatis2 SqlMap中经常使用sql语句

    本来我也不喜欢iBatis,那是由于我当时还不怎么会用它,如今我想说,iBatis是个好东西,不信你试试看.以下是我在项目实践中对iBatis的一个小总结.希望帮助众多在疲于iBatis编码而无暇思考 ...

  6. Android 进阶自定义 ViewGroup 自定义布局

    前言 在我们的实际应用中, 经常需要用到自定义控件,比如自定义圆形头像,自定义计步器等等.但有时我们不仅需要自定义控件,举个例子,FloatingActionButton 大家都很常用,所以大家也很经 ...

  7. GIT简单使用——多人协作篇

    多人协作的工作模式通常是这样:1.首先,可以试图用git push origin <branch-name>推送自己的修改:2.如果推送失败,则因为远程分支比你的本地更新,需要先用git ...

  8. Cesium--气泡弹窗

    参考资料 首先感谢以下博主们的帮助,本人刚接触Cesium不久,无奈只能拾人牙慧了. 由于cesium没有自带的点击弹出气泡的功能,所以需要自己去开发一个这样的功能,网络上资源很多,看到基本思路都一致 ...

  9. 多媒体开之之rtp 时间戳和负载类型介绍

    (1)时间戳 (2)负载类型 (3)rtp 包头 (1)时间戳 有三个 一个实时间单位 timestamp_increse=(unsigned int)(90000.0 / framerate); / ...

  10. Flyweight Design Pattern 共享元设计模式

    就是利用一个类来完毕多种任务.不用每次都创建一个新类. 个人认为这个设计模式在C++里面,好像能够就使用一个函数取代,利用重复调用这个函数完毕任务和重复利用这个类,好像几乎相同. 只是既然是一个设计模 ...