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. vue-cil 和 webpack 中本地静态图片的路径问题解决方案

    1.小于8K的图片将直接以base64的形式内联在代码中,可以减少一次http请求. 2.大于8k的呢?则直接file-loader打包, 这里并没有写明file-loader.但是确实是需要安装,否 ...

  2. Node.app让Nodejs平台在iOS和OS X系统上奔跑

    首先呢,欢迎大家去查看相同内容的链接:http://www.livyfeel.com/nodeapp/. 由于那个平台我用的markdown语法,我也懒得改动了,就这样黏贴过来了. 这是一个惊人的恐怖 ...

  3. 转 FreeBSD 安装JDK

    cd /usr/ports/java/openjdk6make install clean 默认什么都不用选,因为我们配置的是运行环境, 中间编译过程好久... 偷懒的干脆就直接安装/usr/port ...

  4. Linux学习日志--共享内存

    一:什么是共享内存             共享内存是属于IPC(Inter-Process Communication进程间通信)机制,其它两种是信号量和消息队列,该机制为进程开辟创建了特殊的地址范 ...

  5. a标签javascript传参不正确的解决办法!

    代码部分: <a href="javascript:void(0);" onClick="findList(${goodsClassify.id})"&g ...

  6. pooler 连接池中报错" error_no_members"

    连接池驱动,pooler 在使用中会报错" error_no_members" 分析:可能有以下3个地方对其有影响:    1)member 可能没回收: 2)wait_for_p ...

  7. 【Unity 3D】学习笔记三十:游戏元素——游戏地形

    游戏地形 在游戏的世界中,必然会有非常多丰富多彩的游戏元素融合当中. 它们种类繁多.作用也不大同样.一般对于游戏元素可分为两种:经经常使用.不经经常使用.经常使用的元素是游戏中比較重要的元素.一般须要 ...

  8. LA 3882 And Then There Was One[约瑟夫问题的变形]

    And Then There Was One UVALive - 3882 Sample Input   Sample Output //设f[i]为(原约瑟夫问题)第i次要删除的标号 #includ ...

  9. JAVA解析XML之DOM方式

    JAVA解析XML之DOM方式 准备工作 创建DocumentBuilderFactory对象;    创建DocumentBuilder对象; 通过DocumentBuilder对象的parse方法 ...

  10. 在java项目中使用protobuf

    1 通用方式 第一步,定义数据结构 第二步,使用protoc.exe生成java代码 第三步,序列化 第四步,反序列化 2 grpc方式 grpc官方推荐的方式,通过maven插件来生成java代码. ...