{"id":12911,"date":"2021-03-24T10:41:00","date_gmt":"2021-03-24T09:41:00","guid":{"rendered":"https:\/\/wordlift.io\/blog\/en\/?post_type=entity&#038;p=12911"},"modified":"2021-03-25T16:59:17","modified_gmt":"2021-03-25T15:59:17","slug":"measuring-seo-effectiveness-using-causal-impact-analysis","status":"publish","type":"entity","link":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/","title":{"rendered":"Measuring SEO effectiveness using Causal Impact Analysis"},"content":{"rendered":"\n\n\n<p>\n<a href=\"https:\/\/colab.research.google.com\/gist\/cyberandy\/51edfc5c09d3fb0f5df6da2381b32c2e\/measuring-results-with-casualimpact-by-wordlift.ipynb\" target=\"_parent\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/colab.research.google.com\/assets\/colab-badge.svg\" alt=\"Open In Colab\"><\/a>\n<\/p>\n\n\n\n<p>If you are an SEO, you constantly struggle to measure your strategy&#8217;s impact in the most precise and irrefutable way; Causal Impact, a methodology originally introduced by Google, helps you exactly with this. In this blog post, I will share a Colab notebook that will help you, starting from data coming from the Google Search Console (GSC), to run a Causal Impact Analysis. <\/p>\n\n\n\n<p>I present you in the code two options:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>download data from GSC and upload it on Google Sheets<\/li><li>get data directly from GSC using the APIs and a great library by <a href=\"https:\/\/github.com\/joshcarty\/\">Josh Carty<\/a> \ud83d\ude4f. When following this option, we will also be able to provide a list of URLs for which we want to run the analysis<\/li><\/ol>\n\n\n\n<p>The data on Google Sheet linked in Colab is related to a <a href=\"https:\/\/wordlift.io\/blog\/en\/schema-markup-to-boost-local-seo\/\">LocalBusiness markup optimization task<\/a>. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is Causal Impact Analysis?<\/strong><\/h3>\n\n\n\n<p>It\u2019s a statistical analysis that builds a Bayesian structural time series model that helps you isolate the impact of a single change being made on a digital platform.<\/p>\n\n\n\n<p>Let\u2019s say you have decided to improve the structured data markup of a local business and you want to know how this particular change has actually made impacts on traffic that we see coming from Google.<\/p>\n\n\n\n<p>This sounds simple because you could just compare the measures before adding the new markup and after the change. But, it\u2019s actually hard to measure in the real world because there are so many attributes that could influence the end results (e.g. clicks from Google). The so called &#8220;noise&#8221; makes it hard to say &#8211; yes, this actually has created a positive impact.<\/p>\n\n\n\n<p>Google had the same problem and <a href=\"https:\/\/twitter.com\/KayBrodersen\">Kay Brodersen<\/a> and the team at Google built this algorithm called <a href=\"https:\/\/google.github.io\/CausalImpact\/CausalImpact.html\">Causal Impact<\/a> to address this very challenge and open-sourced it as an R package. In the code I provide you here I am using a library called <em>pycausalimpact<\/em> developed by<a href=\"https:\/\/pypi.org\/user\/WillFuks\/\"> William Fuks<\/a> \ud83d\ude4c<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Let&#8217;s look at the code<\/strong> <\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">1. Install libraries <\/h4>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/install-libraries-1024x484.gif\" alt=\"\" class=\"wp-image-12914\" width=\"736\" height=\"347\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/install-libraries-1024x484.gif 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/install-libraries-300x142.gif 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/install-libraries-768x363.gif 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/install-libraries-150x71.gif 150w\" sizes=\"(max-width: 736px) 100vw, 736px\" \/><figcaption><em>Installing pandas, numpy and causalimpact<\/em> and the library to access <em>GSC<\/em><\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">2. Download data from Google Search Console and publish it using Google Sheets<\/h4>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"960\" height=\"652\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/Jul-28-2020-10-21-12.gif\" alt=\"Publishing CSV from Google Sheets\" class=\"wp-image-12917\"\/><figcaption><em>publishing the CSV downloaded from GSC using Google Sheets<\/em> (Dates.csv is the file we need)<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">3. Download data using GSC API<\/h4>\n\n\n\n<p>Remember that this is an alternative step to the previous one but it has the advantage that will allow you to selectively choose the URLs that you wish to analyze. In order to get access to the data in GSC we will need to go through the authentication process. <\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Getting access to GSC API<\/h5>\n\n\n\n<p>To access the Google Search Console API, you\u2019ll need to create the Google Developer Console credentials. As it\u2019s quite a detailed process, I suggest you follow the&nbsp;<a href=\"https:\/\/twitter.com\/chouinardjc\">awesome SEO, Jean-Christophe-Chouinard<\/a>. Jean has detailed the instructions and you can follow&nbsp;<a href=\"https:\/\/www.jcchouinard.com\/how-to-get-google-search-console-api-keys\/\">his guide<\/a>.<\/p>\n\n\n\n<p><strong>Reminder #1:&nbsp;<\/strong>the user interface in Developer Console changes with time so that navigation elements might change; however, you must follow the steps described in the link above. <\/p>\n\n\n\n<p><strong><strong>Reminder #2<\/strong>:&nbsp;<\/strong>Please note that you should be logged into the Google Developer Console with the same Google Account you\u2019ll want to access Google Search Console.<\/p>\n\n\n\n<p>When done, download and save a JSON copy of your \u201cclient secrets\u201d file from the Google Developers Console, it\u2019s also a good idea to keep a copy of this file somewhere for safekeeping on your hard drive as you can reuse it for all your work with GSC API in the future.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"487\" src=\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-1024x487.png\" alt=\"\" class=\"wp-image-15472\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-1024x487.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-300x143.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-768x365.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-1536x730.png 1536w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-150x71.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python.png 1932w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>GSC Authentication<\/figcaption><\/figure>\n\n\n\n<p>Add the domain name as you see it in the list of connected domains in the form, also. Add the number of days for which you will need to extract the data. For example, to get the data from the last 60 days, we will write <em>-60<\/em>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"133\" src=\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2-1024x133.png\" alt=\"\" class=\"wp-image-15474\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2-1024x133.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2-300x39.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2-768x100.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2-1536x200.png 1536w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2-150x20.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-2.png 1874w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>Setting the domain name and the time frame<\/figcaption><\/figure>\n\n\n\n<p>In the step below we can paste the list of URLs that we want to analyze. Just remember this will be a comma separated list of urls. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"432\" src=\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3-1024x432.png\" alt=\"\" class=\"wp-image-15475\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3-1024x432.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3-300x127.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3-768x324.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3-1536x648.png 1536w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3-150x63.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/03\/google-search-console-api-python-3.png 1972w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>Add here a list of urls (i.e. https:\/\/wordlift.io\/blog\/en\/linked-data, https:\/\/wordlift.io\/blog\/en\/structured-data, &#8230;) <\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">3. Plot data<\/h4>\n\n\n\n<p>Here we only want to make sure we&#8217;re getting the right data into the analysis. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"639\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-2-1024x639.png\" alt=\"\" class=\"wp-image-12925\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-2-1024x639.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-2-300x187.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-2-768x479.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-2-150x94.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-2.png 1144w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption><em>Plotting Clicks and Impressions<\/em><\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">4. Configure pre and post periods<\/h4>\n\n\n\n<p>Here you will need to be careful and configure the dates before (pre_period) and after (post_period) the change.<\/p>\n\n\n\n<p>Keep in mind that CI will create a prediction by analyzing the data in the pre_period and it will subtract the prediction from the post_period to see the actual impact.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"270\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1-1024x270.png\" alt=\"\" class=\"wp-image-12920\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1-1024x270.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1-300x79.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1-768x203.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1-1536x405.png 1536w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1-150x40.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-1.png 1880w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">4. Run the analysis and get the response<\/h4>\n\n\n\n<p>With a few simple instructions you will get:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>the graphical response as well as <\/li><li>the detailed summary of your experiment in written form. <\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"654\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-3-1024x654.png\" alt=\"\" class=\"wp-image-12932\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-3-1024x654.png 1024w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-3-300x192.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-3-768x490.png 768w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-3-150x96.png 150w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-3.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n\n\n<p><em><strong><a href=\"https:\/\/wordlift.io\/seo-management-service\">Are you dealing with a complex SEO project? Find out more about our SEO Management Services.<\/a><\/strong><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are an SEO you constantly struggle to measure the impact of your strategy in the most precise and irrefutable way; Causal Impact, a methodology originally introduced by Google, helps you exactly with this. Let\u2019s say you have decided to improve the structured data markup of a local business and you want to know how this particular change has actually made impacts on traffic that we see coming from Google.<\/p>\n","protected":false},"author":6,"featured_media":12898,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"wl_entities_gutenberg":"","_wlpage_enable":"","footnotes":""},"categories":[8,38],"wl_entity_type":[12],"coauthors":[],"class_list":["post-12911","entity","type-entity","status-publish","has-post-thumbnail","hentry","category-seo","category-tips","wl_entity_type-thing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Measuring SEO effectiveness using Causal Impact Analysis - WordLift Blog<\/title>\n<meta name=\"description\" content=\"Here is the code to run a Causal Impact (CI) Analysis starting. CI is a methodology introduced by Google, to analyze the success of your SEO strategy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Measuring SEO effectiveness using Causal Impact Analysis - WordLift Blog\" \/>\n<meta property=\"og:description\" content=\"Here is the code to run a Causal Impact (CI) Analysis starting. CI is a methodology introduced by Google, to analyze the success of your SEO strategy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/\" \/>\n<meta property=\"og:site_name\" content=\"WordLift Blog\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-25T15:59:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png\" \/>\n\t<meta property=\"og:image:width\" content=\"885\" \/>\n\t<meta property=\"og:image:height\" content=\"769\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Andrea Volpini\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/\",\"name\":\"Measuring SEO effectiveness using Causal Impact Analysis - WordLift Blog\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png\",\"datePublished\":\"2021-03-24T09:41:00+00:00\",\"dateModified\":\"2021-03-25T15:59:17+00:00\",\"description\":\"Here is the code to run a Causal Impact (CI) Analysis starting. CI is a methodology introduced by Google, to analyze the success of your SEO strategy.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#primaryimage\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png\",\"contentUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png\",\"width\":885,\"height\":769,\"caption\":\"SEO Success using Casual Impact Analysis\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/wordlift.io\/blog\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Measuring SEO effectiveness using Causal Impact Analysis\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"name\":\"WordLift Blog\",\"description\":\"AI-Powered SEO\",\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\",\"name\":\"WordLift\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"contentUrl\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"width\":152,\"height\":40,\"caption\":\"WordLift\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Measuring SEO effectiveness using Causal Impact Analysis - WordLift Blog","description":"Here is the code to run a Causal Impact (CI) Analysis starting. CI is a methodology introduced by Google, to analyze the success of your SEO strategy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/","og_locale":"en_US","og_type":"article","og_title":"Measuring SEO effectiveness using Causal Impact Analysis - WordLift Blog","og_description":"Here is the code to run a Causal Impact (CI) Analysis starting. CI is a methodology introduced by Google, to analyze the success of your SEO strategy.","og_url":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/","og_site_name":"WordLift Blog","article_modified_time":"2021-03-25T15:59:17+00:00","og_image":[{"width":885,"height":769,"url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes","Written by":"Andrea Volpini"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/","url":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/","name":"Measuring SEO effectiveness using Causal Impact Analysis - WordLift Blog","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#primaryimage"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png","datePublished":"2021-03-24T09:41:00+00:00","dateModified":"2021-03-25T15:59:17+00:00","description":"Here is the code to run a Causal Impact (CI) Analysis starting. CI is a methodology introduced by Google, to analyze the success of your SEO strategy.","breadcrumb":{"@id":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#primaryimage","url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png","contentUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2020\/07\/image-169.png","width":885,"height":769,"caption":"SEO Success using Casual Impact Analysis"},{"@type":"BreadcrumbList","@id":"https:\/\/wordlift.io\/blog\/en\/entity\/measuring-seo-effectiveness-using-causal-impact-analysis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/wordlift.io\/blog\/en\/"},{"@type":"ListItem","position":2,"name":"Measuring SEO effectiveness using Causal Impact Analysis"}]},{"@type":"WebSite","@id":"https:\/\/wordlift.io\/blog\/en\/#website","url":"https:\/\/wordlift.io\/blog\/en\/","name":"WordLift Blog","description":"AI-Powered SEO","publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wordlift.io\/blog\/en\/#organization","name":"WordLift","url":"https:\/\/wordlift.io\/blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","contentUrl":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","width":152,"height":40,"caption":"WordLift"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/"}}]}},"_wl_alt_label":["Causal Impact","Causal Impact Analysis","Causal Impact analysis"],"wl:entity_url":"http:\/\/data.wordlift.io\/wl0216\/entity\/measuring_seo_effectiveness_using_causal_impact_analysis","_links":{"self":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/entities\/12911"}],"collection":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/entities"}],"about":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/types\/entity"}],"author":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/comments?post=12911"}],"version-history":[{"count":0,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/entities\/12911\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media\/12898"}],"wp:attachment":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media?parent=12911"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/categories?post=12911"},{"taxonomy":"wl_entity_type","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/wl_entity_type?post=12911"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/coauthors?post=12911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}