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. 关于顺序磁盘IO比内存随机IO快的讨论

    这个问题来源于我书中引用的一幅图: 我们从图中明显可以看某性能测试的结果表明普通机械磁盘的顺序I/O性能指标是53.2M values/s,SSD的顺序I/O性能指标是42.2M values/s,而 ...

  2. 如何修改eclipse的默认字符集和修改中文乱码

    转载,以供以后学习.谢谢 有时候 java代码,导入eclipse中会出现 乱码的问题,通过修改字符集就可以解决. 看下面图片演示过程. 发表在 使用教程 | 标签为 eclipse, 乱码 | 留下 ...

  3. 点击出现黑色背景的解决:-webkit-tap-highlight-color:rgba(0,0,0,0)

    在手机上(iphone)点击按钮的时候,屏幕总会闪动一下,这让页面看起来很不友好也不流畅.解决方案加了一句css就解决了: -webkit-tap-highlight-color:rgba(0,0,0 ...

  4. bzoj4010【HNOI2015】菜肴制作

    4010: [HNOI2015]菜肴制作 Time Limit: 5 Sec  Memory Limit: 512 MB Submit: 981  Solved: 480 [Submit][Statu ...

  5. 双向数据绑定---AngularJS的基本原理学习

    Angular JS (Angular.JS) 是一组用来开发Web页面的框架.模板以及数据绑定和丰富UI组件.它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作. AngularJS非 ...

  6. 编写mipsel mt7620 Led驱动(一)

    1.看原理图中知芯片上66引脚控制一个LED 2.在Datasheet中找出GPIO pin 3.在ProgrammingGuid  System Contrl中找到GPIO控制寄存器地址: 4.控制 ...

  7. iOS项目 -- 模仿花椒直播做的第三层设计完整版

    由于是获取第三方的数据,开发的时候,把数据结构分为:闭环数据,和开环数据. 开环数据是网络的第三方数据,自己不能控制的了. 闭环数据是自己的数据,可以进行各式各样的设计. 这是闭环数据的数据库关键字设 ...

  8. 【BZOJ4167】永远的竹笋采摘 分块+树状数组

    [BZOJ4167]永远的竹笋采摘 题解:我们考虑有多少点对(a,b)满足a与b的差值是[a,b]中最小的.以为是随机数据,这样的点对数目可能很少,实测是O(n)级别的,那么我们已知了有这么多可能对答 ...

  9. 基于EasyNVR二次开发实现业务需求:直接集成EasyNVR播放页面到自身项目

    EasyNVR着重点是立足于视频能力层,但是自身也是可以作为一个产品使用的.这就更加方便了应用层的使用. 由于业务需求的缘故,无法使用实体项目展示. 案例描述 该业务系统是国内某大型显示屏生产企业内部 ...

  10. EasyDarwin在做拉模式转发海康RTSP摄像机视频流的过程中出现花屏问题的解决方案

    问题描述 在3年前我当时基于EasyDarwin为用户开发了一款RTSP拉模式转发的程序,也发布了一篇博客<用Darwin开发RTSP级联服务器(拉模式转发)>,当时考虑的很简单,只要将R ...