{"id":73001,"date":"2026-03-10T15:44:44","date_gmt":"2026-03-10T14:44:44","guid":{"rendered":"https:\/\/cronuts.digital\/ctr-formula\/"},"modified":"2026-03-10T15:44:44","modified_gmt":"2026-03-10T14:44:44","slug":"ctr-formula","status":"publish","type":"post","link":"https:\/\/cronuts.digital\/en\/ctr-formula\/","title":{"rendered":"CTR formula: how to calculate, interpret and optimise your click-through rate"},"content":{"rendered":"<p class=\"wp-block-paragraph\">CTR (Click-Through Rate) is the indicator that separates the campaigns that generate qualified traffic from those that only accumulate impressions. According to Google, an average CTR on Search Ads is around 3.17%, but optimised accounts easily exceed 6%. The difference is not budget: it is method.<\/p>\n<p class=\"wp-block-paragraph\">A WordStream study reveals that the top 10% of advertisers on Google Ads reach CTRs of up to 11.45%. Not because they invest more, but because they master the CTR formula, understand the variables that move it and optimise every element of the click funnel.<\/p>\n<p class=\"wp-block-paragraph\">At <strong>CRONUTS.DIGITAL<\/strong> we measure, iterate and correct the CTR of each channel as a direct lever of <a href=\"\/performance-marketing\/\">performance marketing<\/a>. Without a high CTR, there is no qualified traffic. Without qualified traffic, there is no conversion. As direct as that.<\/p>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  .cc * { box-sizing: border-box; margin: 0; padding: 0; }\n  .cc {\n    background: #0a0a0a;\n    color: #fff;\n    font-family: 'Poppins', sans-serif;\n    padding: 36px 32px 32px;\n    border-radius: 4px;\n    max-width: 620px;\n    position: relative;\n    overflow: hidden;\n  }\n  .cc::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 3px;\n    background: #e5322d;\n  }\n  .cc-eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #e5322d;\n    margin-bottom: 4px;\n  }\n  .cc-title {\n    font-size: 26px;\n    font-weight: 800;\n    text-transform: uppercase;\n    line-height: 1;\n    color: #fff;\n    margin-bottom: 28px;\n    letter-spacing: 0.01em;\n  }\n  .cc-section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #555;\n    margin-bottom: 10px;\n  }\n  .cc-channels {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n  .cc-channel-btn {\n    background: #141414;\n    border: 1px solid #2a2a2a;\n    border-radius: 2px;\n    color: #888;\n    font-family: 'Poppins', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    padding: 8px 14px;\n    cursor: pointer;\n    transition: all 0.15s;\n    white-space: nowrap;\n  }\n  .cc-channel-btn:hover { border-color: #e5322d; color: #fff; }\n  .cc-channel-btn.selected {\n    background: #e5322d;\n    border-color: #e5322d;\n    color: #fff;\n    font-weight: 600;\n  }\n  .cc-inputs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 22px;\n  }\n  .cc-field label {\n    display: block;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #555;\n    margin-bottom: 7px;\n  }\n  .cc-field input {\n    width: 100%;\n    background: #141414;\n    border: 1px solid #2a2a2a;\n    border-radius: 2px;\n    color: #fff;\n    font-family: 'Poppins', sans-serif;\n    font-size: 18px;\n    font-weight: 500;\n    padding: 11px 13px;\n    outline: none;\n    transition: border-color 0.15s;\n    -moz-appearance: textfield;\n  }\n  .cc-field input::-webkit-outer-spin-button,\n  .cc-field input::-webkit-inner-spin-button { -webkit-appearance: none; }\n  .cc-field input:focus { border-color: #e5322d; }\n  .cc-result {\n    background: #e5322d;\n    border-radius: 2px;\n    padding: 20px 24px;\n    margin-bottom: 22px;\n    position: relative;\n    overflow: hidden;\n    min-height: 88px;\n    display: flex;\n    align-items: center;\n    gap: 24px;\n  }\n  .cc-result::after {\n    content: 'CTR';\n    position: absolute;\n    right: 16px;\n    bottom: -12px;\n    font-family: 'Poppins', sans-serif;\n    font-size: 76px;\n    font-weight: 800;\n    color: rgba(0,0,0,0.1);\n    line-height: 1;\n    pointer-events: none;\n    letter-spacing: -0.02em;\n  }\n  .cc-num {\n    font-family: 'Poppins', sans-serif;\n    font-size: 50px;\n    font-weight: 800;\n    line-height: 1;\n    color: #fff;\n    white-space: nowrap;\n    letter-spacing: -0.02em;\n    flex-shrink: 0;\n  }\n  .cc-num .pct { font-size: 28px; font-weight: 700; }\n  .cc-num-empty {\n    font-size: 18px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.25);\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n  .cc-result-meta { flex: 1; min-width: 0; }\n  .cc-result-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.6);\n    margin-bottom: 5px;\n  }\n  .cc-verdict {\n    font-size: 12px;\n    font-weight: 500;\n    color: rgba(255,255,255,0.9);\n    line-height: 1.45;\n  }\n  .cc-verdict-tag {\n    display: inline-block;\n    padding: 2px 8px;\n    border-radius: 2px;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin-bottom: 5px;\n  }\n  .tag-bad   { background: rgba(0,0,0,0.35); color: rgba(255,255,255,0.75); }\n  .tag-ok    { background: rgba(255,255,255,0.18); color: #fff; }\n  .tag-good  { background: rgba(0,0,0,0.2); color: #fff; }\n  .tag-great { background: rgba(0,0,0,0.3); color: rgba(255,255,255,0.95); }\n  .cc-bench {\n    border-top: 1px solid #1c1c1c;\n    padding-top: 18px;\n  }\n  .cc-bench-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n  .cc-bench-row:last-child { margin-bottom: 0; }\n  .cc-bench-name {\n    font-size: 11px;\n    color: #555;\n    width: 108px;\n    flex-shrink: 0;\n    transition: color 0.2s;\n    font-weight: 400;\n  }\n  .cc-bench-name.sel { color: #fff; font-weight: 600; }\n  .cc-bench-bg {\n    flex: 1;\n    height: 5px;\n    background: #1c1c1c;\n    border-radius: 1px;\n    position: relative;\n    overflow: visible;\n  }\n  .cc-bench-fill {\n    height: 100%;\n    background: #242424;\n    border-radius: 1px;\n    position: relative;\n    transition: background 0.25s;\n  }\n  .cc-bench-fill.sel { background: #e5322d; }\n  .cc-needle {\n    position: absolute;\n    top: -4px;\n    width: 2px;\n    height: 13px;\n    background: #fff;\n    border-radius: 1px;\n    transform: translateX(-50%);\n    display: none;\n    transition: left 0.3s;\n  }\n  .cc-bench-val {\n    font-size: 11px;\n    color: #3a3a3a;\n    width: 40px;\n    text-align: right;\n    flex-shrink: 0;\n    font-weight: 500;\n    transition: color 0.2s;\n  }\n  .cc-bench-val.sel { color: #e5322d; font-weight: 700; }\n  @media (max-width: 480px) {\n    .cc { padding: 24px 18px 22px; }\n    .cc-inputs { grid-template-columns: 1fr; }\n    .cc-num { font-size: 40px; }\n    .cc-channel-btn { font-size: 11px; padding: 7px 11px; }\n  }\n<\/style>\n<div class=\"cc\">\n<div class=\"cc-eyebrow\">Cronuts Digital \u00b7 Tool<\/div>\n<div class=\"cc-title\">CTR Calculator<\/div>\n<div class=\"cc-section-label\">Channel<\/div>\n<div class=\"cc-channels\" id=\"cc-channels\"><\/div>\n<div class=\"cc-inputs\">\n<div class=\"cc-field\">\n      <label>Impressions<\/label><br \/>\n      <input type=\"number\" id=\"cc-imp\" placeholder=\"10000\" min=\"0\" oninput=\"ccCalc()\">\n    <\/div>\n<div class=\"cc-field\">\n      <label>Clicks<\/label><br \/>\n      <input type=\"number\" id=\"cc-clk\" placeholder=\"300\" min=\"0\" oninput=\"ccCalc()\">\n    <\/div>\n<\/p><\/div>\n<div class=\"cc-result\">\n<div id=\"cc-num\" class=\"cc-num-empty\">\u2014 %<\/div>\n<div class=\"cc-result-meta\" id=\"cc-meta\" style=\"display:none\">\n<div class=\"cc-result-label\">Evaluation<\/div>\n<div class=\"cc-verdict\" id=\"cc-verdict\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"cc-bench\">\n<div class=\"cc-section-label\" style=\"margin-bottom:14px\">Benchmarks by channel<\/div>\n<div id=\"cc-bench-rows\"><\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\n(function(){\n  var channels = [\n    {\n      name: 'Google Search',\n      ref: 4.0, max: 10,\n      verdicts: [\n        { below: 1.5,       tag: 'Below',       cls: 'tag-bad',   txt: 'Low CTR for Search. Check the Quality Score, the ad-keyword match, and the extensions.' },\n        { below: 3.5,       tag: 'Improvable',  cls: 'tag-ok',    txt: 'Acceptable CTR but with room. Try new headlines and adjust bids by device.' },\n        { below: 6.0,       tag: 'Good level',  cls: 'tag-good',  txt: 'You are above the Search benchmark (4%). Good ad-keyword relevance.' },\n        { below: Infinity,  tag: 'Exceptional', cls: 'tag-great', txt: 'Very high CTR. Confirm the traffic is qualified and that branded keywords are not inflating the figure.' }\n      ]\n    },\n    {\n      name: 'Display \/ GDN',\n      ref: 0.1, max: 1,\n      verdicts: [\n        { below: 0.05,      tag: 'Below',       cls: 'tag-bad',   txt: 'Below the Display benchmark. Review audience targeting and creative formats.' },\n        { below: 0.2,       tag: 'Good level',  cls: 'tag-good',  txt: 'Solid CTR for Display. The channel has low CTRs by nature \u2014 this is correct.' },\n        { below: 0.5,       tag: 'Very good',   cls: 'tag-great', txt: 'High CTR for Display. Verify there are no accidental clicks on mobile (fat finger).' },\n        { below: Infinity,  tag: 'Review',      cls: 'tag-ok',    txt: 'Unusually high CTR for Display. Audit the placement and rule out invalid traffic.' }\n      ]\n    },\n    {\n      name: 'LinkedIn Ads',\n      ref: 0.5, max: 3,\n      verdicts: [\n        { below: 0.3,       tag: 'Below',       cls: 'tag-bad',   txt: 'Low CTR for LinkedIn. The targeting may be too broad or the copy does not connect with the ICP.' },\n        { below: 0.8,       tag: 'In range',    cls: 'tag-good',  txt: 'CTR within the LinkedIn benchmark. Test image and headline variations to raise it.' },\n        { below: 1.2,       tag: 'Very good',   cls: 'tag-great', txt: 'Excellent CTR for LinkedIn. The audience and the message are well aligned.' },\n        { below: Infinity,  tag: 'Exceptional', cls: 'tag-great', txt: 'Exceptional CTR. Scale the budget carefully \u2014 it may degrade when broadening the audience.' }\n      ]\n    },\n    {\n      name: 'Email mktg',\n      ref: 2.5, max: 10,\n      verdicts: [\n        { below: 1.0,       tag: 'Below',       cls: 'tag-bad',   txt: 'Low CTR for email. Review the CTA, the mobile design and the list segmentation.' },\n        { below: 3.5,       tag: 'In range',    cls: 'tag-good',  txt: 'CTR in line with the email benchmark (2-3%). There is room to optimise the main CTA.' },\n        { below: 5.5,       tag: 'Very good',   cls: 'tag-great', txt: 'High CTR. It indicates good segmentation and relevant content for the audience.' },\n        { below: Infinity,  tag: 'Exceptional', cls: 'tag-great', txt: 'Exceptional CTR. Make sure the list is clean and the tracking is not duplicating clicks.' }\n      ]\n    },\n    {\n      name: 'Meta Ads',\n      ref: 1.0, max: 5,\n      verdicts: [\n        { below: 0.5,       tag: 'Below',       cls: 'tag-bad',   txt: 'Low CTR for Meta. Prioritise the creative \u2014 image or video \u2014 before the copy or the targeting.' },\n        { below: 1.5,       tag: 'In range',    cls: 'tag-good',  txt: 'CTR within the Meta Ads benchmark. Test new creatives every 2 weeks to avoid fatigue.' },\n        { below: 3.0,       tag: 'Very good',   cls: 'tag-great', txt: 'Solid CTR. The creative is working \u2014 prioritise scaling this ad set.' },\n        { below: Infinity,  tag: 'Exceptional', cls: 'tag-great', txt: 'Very high CTR. Verify the audience is not too small or pure retargeting.' }\n      ]\n    }\n  ];<\/p>\n<p>  var sel = 0;<\/p>\n<p>  var chContainer = document.getElementById('cc-channels');\n  channels.forEach(function(ch, i) {\n    var btn = document.createElement('button');\n    btn.className = 'cc-channel-btn' + (i === 0 ? ' selected' : '');\n    btn.textContent = ch.name;\n    btn.onclick = function() {\n      sel = i;\n      document.querySelectorAll('.cc-channel-btn').forEach(function(b, j) {\n        b.className = 'cc-channel-btn' + (j === i ? ' selected' : '');\n      });\n      highlightBench();\n      ccCalc();\n    };\n    chContainer.appendChild(btn);\n  });<\/p>\n<p>  var benchContainer = document.getElementById('cc-bench-rows');\n  channels.forEach(function(ch, i) {\n    var row = document.createElement('div');\n    row.className = 'cc-bench-row';\n    var fp = (ch.ref \/ ch.max * 100).toFixed(1);\n    var isSel = i === 0;\n    row.innerHTML =\n      '<span class=\"cc-bench-name' + (isSel?' sel':'') + '\" id=\"bn'+i+'\">' + ch.name + '<\/span>' +\n      '<\/p>\n<div class=\"cc-bench-bg\">' +\n        '<\/p>\n<div class=\"cc-bench-fill' + (isSel?' sel':'') + '\" id=\"bf'+i+'\" style=\"width:'+fp+'%\">' +\n          '<\/p>\n<div class=\"cc-needle\" id=\"bnd'+i+'\"><\/div>\n<p>' +\n        '<\/p><\/div>\n<p>' +\n      '<\/p><\/div>\n<p>' +\n      '<span class=\"cc-bench-val' + (isSel?' sel':'') + '\" id=\"bv'+i+'\">' + ch.ref.toFixed(1) + '%<\/span>';\n    benchContainer.appendChild(row);\n  });<\/p>\n<p>  function highlightBench() {\n    channels.forEach(function(ch, i) {\n      var isSel = (i === sel);\n      document.getElementById('bn'+i).className = 'cc-bench-name' + (isSel?' sel':'');\n      document.getElementById('bv'+i).className = 'cc-bench-val'  + (isSel?' sel':'');\n      var fill   = document.getElementById('bf'+i);\n      var needle = document.getElementById('bnd'+i);\n      fill.className = 'cc-bench-fill' + (isSel?' sel':'');\n      fill.style.width = (ch.ref \/ ch.max * 100).toFixed(1) + '%';\n      if (!isSel) {\n        needle.style.display = 'none';\n        document.getElementById('bv'+i).textContent = ch.ref.toFixed(1) + '%';\n      }\n    });\n  }<\/p>\n<p>  window.ccCalc = function() {\n    var imp    = parseFloat(document.getElementById('cc-imp').value) || 0;\n    var clk    = parseFloat(document.getElementById('cc-clk').value) || 0;\n    var numEl  = document.getElementById('cc-num');\n    var metaEl = document.getElementById('cc-meta');\n    var verdEl = document.getElementById('cc-verdict');\n    var ch     = channels[sel];<\/p>\n<p>    if (imp <= 0 || clk < 0) {\n      numEl.className = 'cc-num-empty';\n      numEl.innerHTML = '\u2014 %';\n      metaEl.style.display = 'none';\n      clearNeedle();\n      return;\n    }\n    if (clk > imp) {\n      numEl.className = 'cc-num-empty';\n      numEl.innerHTML = 'Error';\n      verdEl.innerHTML = 'Clicks cannot exceed impressions.';\n      metaEl.style.display = 'block';\n      clearNeedle();\n      return;\n    }<\/p>\n<p>    var ctr    = (clk \/ imp) * 100;\n    var ctrStr = ctr < 0.1 ? ctr.toFixed(3) : ctr < 10 ? ctr.toFixed(2) : ctr.toFixed(1);\n\n    numEl.className = 'cc-num';\n    numEl.innerHTML = ctrStr + '<span class=\"pct\">%<\/span>';<\/p>\n<p>    var v = getVerdict(ctr, ch);\n    verdEl.innerHTML = '<span class=\"cc-verdict-tag ' + v.cls + '\">' + v.tag + '<\/span><br \/>' + v.txt;\n    metaEl.style.display = 'block';<\/p>\n<p>    setNeedle(ctr, ch, ctrStr);\n  };<\/p>\n<p>  function getVerdict(ctr, ch) {\n    for (var i = 0; i < ch.verdicts.length; i++) {\n      if (ctr < ch.verdicts[i].below) return ch.verdicts[i];\n    }\n    return ch.verdicts[ch.verdicts.length - 1];\n  }\n\n  function clearNeedle() {\n    var needle = document.getElementById('bnd'+sel);\n    if (needle) needle.style.display = 'none';\n    var ch = channels[sel];\n    document.getElementById('bv'+sel).textContent = ch.ref.toFixed(1) + '%';\n  }\n\n  function setNeedle(ctr, ch, ctrStr) {\n    var needle = document.getElementById('bnd'+sel);\n    var valEl  = document.getElementById('bv'+sel);\n    var pct    = Math.min(ctr \/ ch.max * 100, 100).toFixed(1);\n    needle.style.display = 'block';\n    needle.style.left = pct + '%';\n    valEl.textContent = ctrStr + '%';\n  }\n\n  highlightBench();\n})();\n<\/script><\/p>\n<h2 class=\"wp-block-heading\" id=\"h-que-es-el-ctr-y-por-que-define-tu-rendimiento-digital\">What CTR is and why it defines your digital performance<\/h2>\n<p class=\"wp-block-paragraph\">CTR measures the percentage of users who click on a link relative to the total who see it. It is the bridge metric between visibility and action. Without a healthy CTR, it doesn't matter how many impressions you generate: your investment dilutes into empty visibility.<\/p>\n<p class=\"wp-block-paragraph\">CTR is not a cosmetic figure. It directly impacts the Quality Score in Google Ads, the cost per click you pay and the organic position Google assigns to your snippet. It is a first-level <a href=\"\/kpi-marketing\/\">marketing KPI<\/a>, not a secondary figure to review at the end of the month.<\/p>\n<p class=\"wp-block-paragraph\">Each channel has its own expected CTR range. What is excellent in display (0.5%) is mediocre in search (3%). Comparing without context is one of the most frequent mistakes in teams that don't master the formula.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-la-formula-del-ctr-calculo-variables-y-contexto\">The CTR formula: calculation, variables and context<\/h2>\n<h3 class=\"wp-block-heading\" id=\"h-formula-basica-del-ctr\">Basic CTR formula<\/h3>\n<p class=\"wp-block-paragraph\">The formula is direct: <strong>CTR = (Clicks \/ Impressions) \u00d7 100<\/strong>. If your ad receives 50 clicks from 2,000 impressions, your CTR is 2.5%. That is the basis. What makes the difference is understanding what moves each variable.<\/p>\n<p class=\"wp-block-paragraph\">Clicks depend on the relevance of the message, the position of the ad or snippet, and the user's search intent. Impressions depend on the targeting, the budget and the competition in the auction. Optimising CTR requires working both sides of the equation.<\/p>\n<h3 class=\"wp-block-heading\" id=\"h-variables-que-alteran-el-resultado\">Variables that alter the result<\/h3>\n<p class=\"wp-block-paragraph\">CTR does not live in isolation. These variables move it:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Position of the ad or result<\/strong>: position 1 in Google organic has an average CTR of 27.6%. Position 10 drops to 2.4%. According to a Backlinko study based on the analysis of 4 million Google results, the result in position 1 gets a CTR 10 times higher than position 10.<\/li>\n<li><strong>Copy relevance<\/strong>: a title that reflects the exact search intent multiplies clicks without touching the budget.<\/li>\n<li><strong>Extensions and structured data<\/strong>: sitelinks, callouts and rich snippets expand the visual space and improve the click rate.<\/li>\n<li><strong>Targeting<\/strong>: precise <a href=\"\/targeting-en-marketing-definicion-e-importancia\/\">targeting<\/a> reduces irrelevant impressions and raises CTR automatically.<\/li>\n<li><strong>Device<\/strong>: CTR on mobile is usually higher in search, but lower in display compared with desktop.<\/li>\n<\/ul>\n<h3 class=\"wp-block-heading\" id=\"h-ctr-en-diferentes-canales\">CTR across different channels<\/h3>\n<p class=\"wp-block-paragraph\">Each channel has its benchmark. Google Search Ads: 3-6%. Google Display: 0.4-0.6%. Email marketing: 2-5%. Organic social media: 0.5-1.5%. LinkedIn Ads B2B: 0.4-0.65%. Comparing the CTR of a display banner with that of a search ad is like measuring with a different ruler: the figure loses meaning without the channel context.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-benchmarks-de-ctr-por-canal-y-sector-en-2026\">CTR benchmarks by channel and sector in 2026<\/h2>\n<div class=\"wp-block-group has-background\" style=\"background-color:#1a1a1a;border-left-color:#e6243f;border-left-width:4px;padding-top:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem\">\n<div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#ffffff;font-size:22px;font-style:normal;font-weight:700\">Is your CTR not improving and you're losing impressions?<\/p>\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#cccccc\">Free audit of your campaigns. We'll show you how to improve your metrics.<\/p>\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"\/contactar-consultora-digital-crecimiento\/\" style=\"border-radius:4px;background-color:#e6243f;color:#ffffff\">Request a free audit<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p class=\"wp-block-paragraph\">Benchmarks are a reference, not a target. If your CTR is at the average, you are doing the same as everyone else. The goal is to beat it. According to updated data from WordStream and HubSpot:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Google Search Ads<\/strong>: average 3.17%. Top 10%: above 6%. Legal and finance sectors exceed 4%.<\/li>\n<li><strong>Google Display<\/strong>: average 0.46%. Creatives with motion and direct CTAs reach 0.8%.<\/li>\n<li><strong>Meta Ads (Facebook\/Instagram)<\/strong>: average 1.3%. Ecommerce with a dynamic catalogue reaches 2.5%.<\/li>\n<li><strong>Email marketing<\/strong>: average 2.6%. Segmented <a href=\"\/funnel-de-conversion\/\">conversion funnel<\/a> sequences exceed 5%.<\/li>\n<li><strong>Organic SEO position 1<\/strong>: 27.6%. Position 3: 11%. Featured snippet: up to 42%.<\/li>\n<li><strong>LinkedIn Ads B2B<\/strong>: average 0.44%. Sponsored Content with educational value reaches 0.8%.<\/li>\n<\/ul>\n<p class=\"wp-block-paragraph\">The sector also weighs. Industrial B2B has lower CTRs in volume, but with higher purchase intent. What matters is not the absolute number: it is the CTR combined with the quality of the traffic it generates.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-ctr-en-google-ads-como-calcularlo-y-optimizarlo\">CTR in Google Ads: how to calculate and optimise it<\/h2>\n<p class=\"wp-block-paragraph\">In <a href=\"\/entendiendo-paid-ads-publicidad-pagada\/\">paid ads<\/a>, CTR is the most direct signal of relevance. Google uses it to calculate your Quality Score, which in turn determines how much you pay per click and in which position you appear. A high CTR lowers the CPC. A low CTR makes it more expensive.<\/p>\n<p class=\"wp-block-paragraph\">To optimise CTR in Google Ads:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Titles with the exact keyword<\/strong>: the user searches for \"CTR formula\" and your ad says \"CTR Formula\". Direct match, immediate click.<\/li>\n<li><strong>Active extensions<\/strong>: sitelinks, callouts, structured snippets and price extensions expand your ad and increase the click surface.<\/li>\n<li><strong>Negativise irrelevant keywords<\/strong>: each impression with no click intent lowers your CTR. Review the search-terms report weekly.<\/li>\n<li><strong>A\/B test copies<\/strong>: rotate at least 3 ad variants per group. Google prioritises the one with the best CTR.<\/li>\n<li><strong>Bid adjustment by device and hour<\/strong>: if your CTR on mobile at 10pm is low, reduce the bid. Concentrate investment where the CTR responds.<\/li>\n<\/ul>\n<blockquote>\n<p>CTR is not vanity: it is the first signal that your message connects with the user's real intent. If nobody clicks, the problem is not the budget. It is the message.<\/p>\n<footer><strong>Albert Puig Nav\u00e0s<\/strong> \u00b7 Co-Founder &amp; Head of Growth, <a href=\"https:\/\/cronuts.digital\" target=\"_blank\" rel=\"noopener\">CRONUTS.DIGITAL<\/a><\/footer>\n<\/blockquote>\n<h2 class=\"wp-block-heading\" id=\"h-ctr-en-seo-organico-posicion-snippet-y-datos-estructurados\">CTR in organic SEO: position, snippet and structured data<\/h2>\n<p class=\"wp-block-paragraph\">In <a href=\"\/como-funciona-seo\/\">SEO<\/a>, organic CTR depends on three factors: ranking position, snippet quality (title + meta description) and the presence of structured data (rich results). You can be in position 3 and get more clicks than result 1 if your snippet is superior.<\/p>\n<p class=\"wp-block-paragraph\">Strategies to improve organic CTR:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Title tags with a hook<\/strong>: include the main keyword, a clear benefit and the current year. \"CTR Formula: calculation, examples and optimisation [2026]\" beats \"What is CTR?\".<\/li>\n<li><strong>Actionable meta descriptions<\/strong>: don't describe the content. Sell the click. Use action verbs and concrete figures.<\/li>\n<li><strong>Schema markup<\/strong>: FAQ schema, HowTo, Article. Rich results increase CTR by between 20% and 40% according to Search Engine Journal studies.<\/li>\n<li><strong>Featured snippet optimisation<\/strong>: answer the question in the first 40-60 words of the content. Google extracts that text for the featured snippet.<\/li>\n<li><strong>Keyword analysis<\/strong>: identify queries where you rank in positions 4-10 with low CTR. A title adjustment can double the clicks without improving the position.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\" id=\"h-ctr-en-email-marketing-subject-line-segmentacion-y-timing\">CTR in email marketing: subject line, segmentation and timing<\/h2>\n<p class=\"wp-block-paragraph\">In email, CTR measures who clicks inside the email relative to the total delivered. The formula doesn't change: <strong>Email CTR = (Clicks in email \/ Emails delivered) \u00d7 100<\/strong>. What changes is how you optimise it.<\/p>\n<p class=\"wp-block-paragraph\">The subject line determines the open. But CTR depends on the internal content: the clarity of the CTA, the relevance of the content for that segment and the email design. A brilliant subject with a confusing email generates opens without clicks. That is worse than not sending.<\/p>\n<p class=\"wp-block-paragraph\">Key levers for email CTR:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>A single CTA per email<\/strong>: multiple options dilute the click. Decide what action you want and design the whole email towards it.<\/li>\n<li><strong>Behaviour-based segmentation<\/strong>: don't send the same thing to someone who opened your last email as to someone inactive for 3 months. The <a href=\"\/estrategia-de-contenidos\/\">content strategy<\/a> changes according to previous engagement.<\/li>\n<li><strong>Data-based timing<\/strong>: analyse when your audience opens and clicks. Tuesdays at 10am work for many B2B, but your own data always beats the generic benchmark.<\/li>\n<li><strong>Real personalisation<\/strong>: not just the name. Dynamic content based on the contact's <a href=\"\/customer-journey\/\">customer journey<\/a>.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\" id=\"h-errores-frecuentes-al-interpretar-el-ctr\">Frequent mistakes when interpreting CTR<\/h2>\n<p class=\"wp-block-paragraph\">CTR is powerful, but misinterpreted it leads to wrong decisions. These are the mistakes we see most often in audits:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>High CTR with low conversion<\/strong>: if your ad attracts clicks but nobody converts, the problem is in the <a href=\"\/landing-pages-de-conversion\/\">landing page<\/a> or in the copy's promise. An 8% CTR with 0% conversion is worse than a 3% CTR with 5% conversion.<\/li>\n<li><strong>Comparing CTRs between channels<\/strong>: 0.5% in display is not bad. 0.5% in search is. Each channel has its own logic.<\/li>\n<li><strong>Ignoring impression volume<\/strong>: a 20% CTR with 50 impressions means nothing. You need statistical volume for the figure to be reliable.<\/li>\n<li><strong>Not segmenting by device<\/strong>: CTR on mobile and desktop can tell completely different stories. Analyse them separately.<\/li>\n<li><strong>Obsessing over CTR without looking at the cost<\/strong>: raising the CTR by broadening targeting to cold audiences raises clicks but lowers quality. CTR must be read alongside CPA and ROAS \u2014 for a complete view, review <a href=\"\/medir-roi-marketing-digital\/\">the full ROI of your campaigns<\/a>.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\" id=\"h-como-mejorar-tu-ctr-sin-aumentar-la-inversion\">How to improve your CTR without increasing investment<\/h2>\n<p class=\"wp-block-paragraph\">Improving CTR does not require more budget. It requires better execution. These are the levers that move CTR without touching investment:<\/p>\n<ul class=\"wp-block-list\">\n<li><strong>Rewrite titles and descriptions<\/strong>: test every 2 weeks. Change one variable per test (number, verb, structure). Measure and decide.<\/li>\n<li><strong>Negativise terms in Google Ads<\/strong>: each irrelevant keyword you negativise removes impressions with no click potential. Your CTR rises automatically.<\/li>\n<li><strong>Activate all available extensions<\/strong>: Google favours ads with extensions. More visual space in the SERP means more clicks.<\/li>\n<li><strong>Segment audiences<\/strong>: reduce the universe of impressions to those who really have intent. Fewer, more relevant impressions, higher CTR.<\/li>\n<li><strong>Optimise schedules and devices<\/strong>: cut investment where CTR is low and redistribute towards the slots that work.<\/li>\n<li><strong>Improve load speed<\/strong>: in organic, Google shows results that load fast more often. More quality impressions, better perceived CTR.<\/li>\n<\/ul>\n<h2 class=\"wp-block-heading\" id=\"h-ctr-y-su-relacion-con-el-quality-score-y-el-cpc\">CTR and its relationship with the Quality Score and the CPC<\/h2>\n<p class=\"wp-block-paragraph\">In Google Ads, the expected CTR is one of the three pillars of the Quality Score (along with ad relevance and landing-page experience). A high Quality Score lets you pay less per click and appear in better positions. The relationship is direct: better CTR, lower CPC, higher profitability.<\/p>\n<p class=\"wp-block-paragraph\">Google calculates an expected CTR based on the history of your keyword, your account and the competition. If your real CTR beats the expected one, your Quality Score rises. If it is below, it drops. Each point of Quality Score can move your CPC between 16% and 50% depending on the vertical. According to WordStream (2025), the average CTR on Search Ads has risen to 6.66% in its benchmark of more than 16,000 campaigns, with sectors like Arts &amp; Entertainment reaching 11.78% and Travel 10.03%.<\/p>\n<p class=\"wp-block-paragraph\">In practice, this means that two advertisers can bid the same for a keyword, but the one with the better CTR (and therefore the better Quality Score) pays less and appears higher. It is not magic: it is the mechanics of Google's auction. Mastering the CTR formula is mastering the acquisition cost.<\/p>\n<h2 class=\"wp-block-heading\" id=\"h-ia-generativa-y-el-futuro-del-ctr-en-busquedas\">Generative AI and the future of CTR in search<\/h2>\n<p class=\"wp-block-paragraph\">The emergence of generative answer engines (ChatGPT, Perplexity, Gemini, Copilot) is transforming the concept of CTR. In Google's AI Overviews, the CTR of traditional organic results falls between 30% and 60% according to studies by Rand Fishkin (SparkToro, 2024). Users get answers without clicking.<\/p>\n<p class=\"wp-block-paragraph\">This does not mean CTR disappears. It means it is reconfigured. <a href=\"\/generative-engine-optimization\/\">Optimisation for generative engines (GEO)<\/a> adds a new layer: your content must be relevant enough for the AI to cite it as a source. When a generative engine links your page as a reference, that click has an implicit CTR with very high intent.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"\/inteligencia-artificial-marketing\/\">Artificial intelligence in marketing<\/a> also makes it possible to optimise CTR at scale: automatic generation of title variants, dynamic personalisation of meta descriptions by audience, and CTR prediction before publishing. AI tools can already test 50 subject-line variants in email and select the winner before the mass send.<\/p>\n<p class=\"wp-block-paragraph\">The future of CTR is not a static number on a dashboard. It is a dynamic system where AI optimises in real time every point of contact between your brand and the user. Companies that integrate <a href=\"\/automatizacion-de-marketing\/\">marketing automation<\/a> with AI-based CTR optimisation will have a structural advantage over those still optimising manually.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn the CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and what strategies to apply to optimise it and improve your results.<\/p>\n","protected":false},"author":6,"featured_media":73003,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[19,52],"tags":[],"class_list":["post-73001","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-growth","category-negocio-digital"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.7 (Yoast SEO v28.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>CTR Formula: How to Calculate and Optimise Your CTR<\/title>\n<meta name=\"description\" content=\"The CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and the strategies to optimise it and improve results.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cronuts.digital\/en\/ctr-formula\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CTR formula: how to calculate, interpret and optimise your click-through rate\" \/>\n<meta property=\"og:description\" content=\"The CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and the strategies to optimise it and improve results.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cronuts.digital\/en\/ctr-formula\/\" \/>\n<meta property=\"og:site_name\" content=\"CRONUTS.DIGITAL\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cronutsdigital\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-10T14:44:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cronuts.digital\/wp-content\/uploads\/2026\/07\/portada-73001.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Albert Puig Nav\u00e0s\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cronuts_digital\" \/>\n<meta name=\"twitter:site\" content=\"@cronuts_digital\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Albert Puig Nav\u00e0s\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/\"},\"author\":{\"name\":\"Albert Puig Nav\u00e0s\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#\\\/schema\\\/person\\\/971527c4cdc5d61902fd5996aa335e53\"},\"headline\":\"CTR formula: how to calculate, interpret and optimise your click-through rate\",\"datePublished\":\"2026-03-10T14:44:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/\"},\"wordCount\":1957,\"publisher\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cronuts.digital\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/portada-73001.webp\",\"articleSection\":[\"Growth\",\"Negocio\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/\",\"url\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/\",\"name\":\"CTR Formula: How to Calculate and Optimise Your CTR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cronuts.digital\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/portada-73001.webp\",\"datePublished\":\"2026-03-10T14:44:44+00:00\",\"description\":\"The CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and the strategies to optimise it and improve results.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cronuts.digital\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/portada-73001.webp\",\"contentUrl\":\"https:\\\/\\\/cronuts.digital\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/portada-73001.webp\",\"width\":1200,\"height\":630,\"caption\":\"CTR formula: how to calculate, interpret and optimise your click-through rate\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/ctr-formula\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/digital-marketing-consultant-to-scale-business\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Growth\",\"item\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/category\\\/growth\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CTR formula: how to calculate, interpret and optimise your click-through rate\",\"item\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/wp-json\\\/wp\\\/v2\\\/posts\\\/73001\\\/\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/\",\"name\":\"CRONUTS.DIGITAL\",\"description\":\"CRONUTS.DIGITAL es una consultora de crecimiento que redise\u00f1a el sistema digital de empresas que ya no pueden permitirse seguir igual.\",\"publisher\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#organization\"},\"alternateName\":\"Cronuts Digital\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#organization\",\"name\":\"CRONUTS.DIGITAL\",\"alternateName\":\"Cronuts Digital\",\"url\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cronuts.digital\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cronuts_digital_logo-1.jpeg\",\"contentUrl\":\"https:\\\/\\\/cronuts.digital\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/cronuts_digital_logo-1.jpeg\",\"width\":200,\"height\":200,\"caption\":\"CRONUTS.DIGITAL\"},\"image\":{\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/cronutsdigital\\\/\",\"https:\\\/\\\/x.com\\\/cronuts_digital\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/cronuts-digital\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@cronuts.digital\",\"https:\\\/\\\/www.instagram.com\\\/cronuts.digital\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@cronutsdigital\",\"https:\\\/\\\/es.linkedin.com\\\/company\\\/cronuts-digital\",\"https:\\\/\\\/www.sortlist.es\\\/agency\\\/cronuts-digital\",\"https:\\\/\\\/ranking-empresas.eleconomista.es\\\/CRONUTS-DIGITAL.html\",\"https:\\\/\\\/www.paginasamarillas.es\\\/f\\\/barcelona\\\/cronuts-digital-consultora-digital_231565169_000000001.html\"],\"description\":\"Agencia de Growth Marketing en Barcelona. Dise\u00f1amos, ejecutamos y escalamos sistemas de crecimiento digital medibles para PYMEs y empresas B2B.\",\"email\":\"info@cronuts.digital\",\"telephone\":\"+34722525769\",\"legalName\":\"CRONUTS DIGITAL, S.L.\",\"foundingDate\":\"2018\",\"vatID\":\"B67049718\",\"taxID\":\"B67049718\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"15\",\"maxValue\":\"20\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/#\\\/schema\\\/person\\\/971527c4cdc5d61902fd5996aa335e53\",\"name\":\"Albert Puig Nav\u00e0s\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/583d07f3f1036f58d0e44e873586278b582179a16b27a5b3951504e9ee001c06?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/583d07f3f1036f58d0e44e873586278b582179a16b27a5b3951504e9ee001c06?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/583d07f3f1036f58d0e44e873586278b582179a16b27a5b3951504e9ee001c06?s=96&d=mm&r=g\",\"caption\":\"Albert Puig Nav\u00e0s\"},\"description\":\"Emprendedor digital y estratega de producto con m\u00e1s de una d\u00e9cada de experiencia liderando la transformaci\u00f3n digital. Cofundador de CRONUTS.DIGITAL y de Traspaso Dental. Profesor en ISDI e IED, donde forma a los l\u00edderes digitales del futuro en inteligencia artificial y growth marketing.\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/albertpuignavas-ia\\\/\"],\"url\":\"https:\\\/\\\/cronuts.digital\\\/en\\\/author\\\/albert\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"CTR Formula: How to Calculate and Optimise Your CTR","description":"The CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and the strategies to optimise it and improve results.","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:\/\/cronuts.digital\/en\/ctr-formula\/","og_locale":"en_US","og_type":"article","og_title":"CTR formula: how to calculate, interpret and optimise your click-through rate","og_description":"The CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and the strategies to optimise it and improve results.","og_url":"https:\/\/cronuts.digital\/en\/ctr-formula\/","og_site_name":"CRONUTS.DIGITAL","article_publisher":"https:\/\/www.facebook.com\/cronutsdigital\/","article_published_time":"2026-03-10T14:44:44+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cronuts.digital\/wp-content\/uploads\/2026\/07\/portada-73001.webp","type":"image\/webp"}],"author":"Albert Puig Nav\u00e0s","twitter_card":"summary_large_image","twitter_creator":"@cronuts_digital","twitter_site":"@cronuts_digital","twitter_misc":{"Written by":"Albert Puig Nav\u00e0s","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#article","isPartOf":{"@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/"},"author":{"name":"Albert Puig Nav\u00e0s","@id":"https:\/\/cronuts.digital\/en\/#\/schema\/person\/971527c4cdc5d61902fd5996aa335e53"},"headline":"CTR formula: how to calculate, interpret and optimise your click-through rate","datePublished":"2026-03-10T14:44:44+00:00","mainEntityOfPage":{"@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/"},"wordCount":1957,"publisher":{"@id":"https:\/\/cronuts.digital\/en\/#organization"},"image":{"@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#primaryimage"},"thumbnailUrl":"https:\/\/cronuts.digital\/wp-content\/uploads\/2026\/07\/portada-73001.webp","articleSection":["Growth","Negocio"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/","url":"https:\/\/cronuts.digital\/en\/ctr-formula\/","name":"CTR Formula: How to Calculate and Optimise Your CTR","isPartOf":{"@id":"https:\/\/cronuts.digital\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#primaryimage"},"image":{"@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#primaryimage"},"thumbnailUrl":"https:\/\/cronuts.digital\/wp-content\/uploads\/2026\/07\/portada-73001.webp","datePublished":"2026-03-10T14:44:44+00:00","description":"The CTR formula, how to calculate your click-through rate in Google Ads, SEO and email marketing, and the strategies to optimise it and improve results.","breadcrumb":{"@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cronuts.digital\/en\/ctr-formula\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#primaryimage","url":"https:\/\/cronuts.digital\/wp-content\/uploads\/2026\/07\/portada-73001.webp","contentUrl":"https:\/\/cronuts.digital\/wp-content\/uploads\/2026\/07\/portada-73001.webp","width":1200,"height":630,"caption":"CTR formula: how to calculate, interpret and optimise your click-through rate"},{"@type":"BreadcrumbList","@id":"https:\/\/cronuts.digital\/en\/ctr-formula\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/cronuts.digital\/en\/digital-marketing-consultant-to-scale-business\/"},{"@type":"ListItem","position":2,"name":"Growth","item":"https:\/\/cronuts.digital\/en\/category\/growth\/"},{"@type":"ListItem","position":3,"name":"CTR formula: how to calculate, interpret and optimise your click-through rate","item":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/posts\/73001\/"}]},{"@type":"WebSite","@id":"https:\/\/cronuts.digital\/en\/#website","url":"https:\/\/cronuts.digital\/en\/","name":"CRONUTS.DIGITAL","description":"CRONUTS.DIGITAL es una consultora de crecimiento que redise\u00f1a el sistema digital de empresas que ya no pueden permitirse seguir igual.","publisher":{"@id":"https:\/\/cronuts.digital\/en\/#organization"},"alternateName":"Cronuts Digital","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cronuts.digital\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cronuts.digital\/en\/#organization","name":"CRONUTS.DIGITAL","alternateName":"Cronuts Digital","url":"https:\/\/cronuts.digital\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cronuts.digital\/en\/#\/schema\/logo\/image\/","url":"https:\/\/cronuts.digital\/wp-content\/uploads\/2025\/09\/cronuts_digital_logo-1.jpeg","contentUrl":"https:\/\/cronuts.digital\/wp-content\/uploads\/2025\/09\/cronuts_digital_logo-1.jpeg","width":200,"height":200,"caption":"CRONUTS.DIGITAL"},"image":{"@id":"https:\/\/cronuts.digital\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/cronutsdigital\/","https:\/\/x.com\/cronuts_digital","https:\/\/www.linkedin.com\/company\/cronuts-digital\/","https:\/\/www.tiktok.com\/@cronuts.digital","https:\/\/www.instagram.com\/cronuts.digital\/","https:\/\/www.youtube.com\/@cronutsdigital","https:\/\/es.linkedin.com\/company\/cronuts-digital","https:\/\/www.sortlist.es\/agency\/cronuts-digital","https:\/\/ranking-empresas.eleconomista.es\/CRONUTS-DIGITAL.html","https:\/\/www.paginasamarillas.es\/f\/barcelona\/cronuts-digital-consultora-digital_231565169_000000001.html"],"description":"Agencia de Growth Marketing en Barcelona. Dise\u00f1amos, ejecutamos y escalamos sistemas de crecimiento digital medibles para PYMEs y empresas B2B.","email":"info@cronuts.digital","telephone":"+34722525769","legalName":"CRONUTS DIGITAL, S.L.","foundingDate":"2018","vatID":"B67049718","taxID":"B67049718","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"15","maxValue":"20"}},{"@type":"Person","@id":"https:\/\/cronuts.digital\/en\/#\/schema\/person\/971527c4cdc5d61902fd5996aa335e53","name":"Albert Puig Nav\u00e0s","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/583d07f3f1036f58d0e44e873586278b582179a16b27a5b3951504e9ee001c06?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/583d07f3f1036f58d0e44e873586278b582179a16b27a5b3951504e9ee001c06?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/583d07f3f1036f58d0e44e873586278b582179a16b27a5b3951504e9ee001c06?s=96&d=mm&r=g","caption":"Albert Puig Nav\u00e0s"},"description":"Emprendedor digital y estratega de producto con m\u00e1s de una d\u00e9cada de experiencia liderando la transformaci\u00f3n digital. Cofundador de CRONUTS.DIGITAL y de Traspaso Dental. Profesor en ISDI e IED, donde forma a los l\u00edderes digitales del futuro en inteligencia artificial y growth marketing.","sameAs":["https:\/\/www.linkedin.com\/in\/albertpuignavas-ia\/"],"url":"https:\/\/cronuts.digital\/en\/author\/albert\/"}]}},"_links":{"self":[{"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/posts\/73001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/comments?post=73001"}],"version-history":[{"count":0,"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/posts\/73001\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/media\/73003"}],"wp:attachment":[{"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/media?parent=73001"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/categories?post=73001"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cronuts.digital\/en\/wp-json\/wp\/v2\/tags?post=73001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}