{"id":215,"date":"2026-07-30T08:07:13","date_gmt":"2026-07-30T02:37:13","guid":{"rendered":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/"},"modified":"2026-08-02T21:04:49","modified_gmt":"2026-08-02T15:34:49","slug":"gsc-bot-impressions-study","status":"publish","type":"post","link":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/","title":{"rendered":"62% of Our Search Console Impressions Were Bots. Then 17%."},"content":{"rendered":"<p>We launched a small WordPress site in late June, connected it to Google Search Console, and did what every new site owner does: refreshed the Performance report daily and celebrated every bump in impressions. Then we exported the data and read it query by query. The result was humbling. In our first measurable week, <strong>61.8% of the query-level impressions Search Console showed us came from rank-tracking bots, not humans<\/strong>. Most of the &#8220;growth&#8221; we&#8217;d been watching was software querying Google on someone else&#8217;s behalf.<\/p>\n<p>What surprised us more was what happened next. We measured three consecutive, non-overlapping weeks, and the bot share <em>collapsed<\/em> \u2014 61.8%, then 31.3%, then 17.2% \u2014 while the number of bot queries barely moved. That turned out to be the actual finding, and it&#8217;s more useful than the headline number: <strong>the bots are a roughly fixed background signal, so their share of your Search Console is inversely proportional to how much real traffic you have.<\/strong> The smaller you are, the more of your dashboard is machines.<\/p>\n<p>This isn&#8217;t a scandal, and nobody did anything malicious. But it does mean that for a small site, the headline numbers in Search Console \u2014 impressions, average position, CTR \u2014 can be badly distorted, and distorted by a <em>changing<\/em> amount week to week. Here&#8217;s exactly what we found, how we detected it, and how to run the same check on your own data in about fifteen minutes.<\/p>\n<h2>The finding: three non-overlapping weeks, and a collapsing bot share<\/h2>\n<p>We pulled three consecutive 7-day query-level exports from Search Console \u2014 no shared days between them \u2014 and classified every query as &#8220;looks human&#8221; or &#8220;looks like a bot&#8221; (we&#8217;ll explain the rule in a moment; it&#8217;s embarrassingly obvious once you see it).<\/p>\n<table>\n<thead>\n<tr>\n<th>Window<\/th>\n<th>Dates<\/th>\n<th>Query impressions<\/th>\n<th>Bot impressions<\/th>\n<th>Bot share<\/th>\n<th>Distinct bot queries<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>A<\/strong><\/td>\n<td>Jul 11\u201317<\/td>\n<td>233<\/td>\n<td>144<\/td>\n<td><strong>61.8%<\/strong><\/td>\n<td>29<\/td>\n<\/tr>\n<tr>\n<td><strong>B<\/strong><\/td>\n<td>Jul 18\u201324<\/td>\n<td>1,458<\/td>\n<td>456<\/td>\n<td><strong>31.3%<\/strong><\/td>\n<td>36<\/td>\n<\/tr>\n<tr>\n<td><strong>C<\/strong><\/td>\n<td>Jul 25\u201331<\/td>\n<td>981<\/td>\n<td>169<\/td>\n<td><strong>17.2%<\/strong><\/td>\n<td>33<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Read the last two columns together, because that&#8217;s where the story is. The bot share fell by a factor of three and a half. But the number of distinct bot queries stayed almost flat \u2014 29, then 36, then 33. Whatever tool is doing this is running a keyword list of roughly thirty terms on a schedule, and it kept running it. What changed is everything <em>around<\/em> it: our human query impressions went from 89 to 1,002 to 812 as new content landed and started ranking. The denominator grew; the numerator didn&#8217;t.<\/p>\n<p>That&#8217;s the practical lesson. If you&#8217;re small, don&#8217;t ask &#8220;what percentage of my impressions are bots&#8221; as if it were a stable property of your site. It&#8217;s a ratio between a fixed machine signal and your own real, changing traffic \u2014 and it will move sharply for reasons that have nothing to do with the bots.<\/p>\n<h3>A note on which denominator we used<\/h3>\n<p>This matters more than it sounds, and getting it wrong is an easy way to publish a number that&#8217;s off by a third. Search Console&#8217;s <strong>Queries<\/strong> report only lists queries above its anonymization threshold, so query-level impressions are always lower than your site total. Our totals for those same three weeks were 309, 1,850 and 1,610 site impressions \u2014 meaning 76, 392 and 629 impressions belonged to queries too rare to be shown, and therefore impossible for anyone to classify.<\/p>\n<p>So there are two honest ways to state the same finding, and they give different numbers:<\/p>\n<ul>\n<li><strong>As a share of classifiable query impressions:<\/strong> 61.8% \/ 31.3% \/ 17.2%. This is the figure we lead with, because it&#8217;s the only population where the bot\/human call can actually be made.<\/li>\n<li><strong>As a share of total site impressions:<\/strong> 46.6% \/ 24.6% \/ 10.5%. This treats every anonymized impression as human \u2014 a floor, not an estimate.<\/li>\n<\/ul>\n<p>If you see someone quote a bot percentage without saying which denominator it uses, the number doesn&#8217;t mean much. We made that mistake ourselves in an earlier version of this post.<\/p>\n<h2>How we spotted it: the CSV rows in our query report<\/h2>\n<p>We&#8217;d love to claim we found this with clever statistics. We didn&#8217;t. We found it because some of the &#8220;search queries&#8221; in our export were not search queries at all. They were <em>entire rows of a keyword-research CSV<\/em>, pasted into Google verbatim. Here is a real query string from our report:<\/p>\n<p><code>wordpress internal linking plugin,90.00,low,25,approved<\/code><\/p>\n<p>Look at the structure: a keyword, a number that looks like a CPC or difficulty score, a competition label (&#8220;low&#8221;), a volume figure, and an &#8220;approved&#8221; status flag. That is a rank-tracking or keyword tool iterating through a keyword list and \u2014 through some parsing bug or lazy implementation \u2014 submitting the whole comma-separated row as the search, columns and all. Our site happened to rank (badly) for pages containing those words, Google served us in the results, and Search Console dutifully logged an impression.<\/p>\n<p>Once you know the signature, they&#8217;re everywhere. Every query containing tool-fragment patterns \u2014 trailing decimals, <code>,low,<\/code> \/ <code>,medium,<\/code> \/ <code>,high,<\/code> \/ <code>,unknown,<\/code> competition labels, <code>,approved<\/code> status suffixes \u2014 was clearly machine-generated. No human types their keyword tool&#8217;s export into Google.<\/p>\n<h3>Step-by-step: run this check on your own site<\/h3>\n<p>You can replicate this in any spreadsheet, no code required:<\/p>\n<ul>\n<li><strong>Export your queries.<\/strong> Search Console \u2192 Performance \u2192 Search results \u2192 set a 7-day range \u2192 Export \u2192 CSV. Work from the Queries sheet.<\/li>\n<li><strong>Use non-overlapping windows.<\/strong> If you want to compare weeks, make sure they share no days. Two &#8220;consecutive&#8221; exports taken a day apart overlap by six of seven days \u2014 they will agree with each other almost perfectly, and that agreement tells you nothing. This is the mistake we made first time round.<\/li>\n<li><strong>Scan for tool fragments.<\/strong> Sort queries alphabetically and eyeball for comma-separated rows, stray decimals, and words like &#8220;approved&#8221;, &#8220;low&#8221; or &#8220;medium&#8221; glued onto real keywords. Flag anything a human wouldn&#8217;t type.<\/li>\n<li><strong>Cross-check the Devices report.<\/strong> Rank trackers run headless desktop browsers. For Jul 25\u201331 our split was <strong>1,505 desktop impressions against 97 mobile and 10 tablet<\/strong> \u2014 93% desktop, wildly inverted from normal web traffic, where mobile usually dominates. If your desktop share is that extreme, that&#8217;s corroborating evidence.<\/li>\n<li><strong>Cross-check the Countries report.<\/strong> Trackers query from datacenter locations, not from your actual audience. In that same week the United States gave us <strong>587 impressions at an average position of 58.3<\/strong> and the UK <strong>211 at 62.7<\/strong> \u2014 while Vietnam (64), Indonesia (50), Thailand (48), the Philippines (47) and Russia (29) all clustered at positions <strong>31\u201335<\/strong>. A small English-language site &#8220;performing&#8221; nearly twice as well across that particular set of countries is not an audience insight; it&#8217;s a server farm.<\/li>\n<\/ul>\n<p>If two or three of these signals line up \u2014 weird query strings, an inverted device split, implausible geography \u2014 you&#8217;re looking at bot impressions.<\/p>\n<h2>Why rank trackers show up in your Search Console at all<\/h2>\n<p>The mechanism is mundane. Rank-tracking tools work by doing what their customers pay for: searching Google for a list of keywords, over and over, and recording who ranks where. Every one of those automated searches produces a real results page. If your site appears anywhere in the results the tool paginated through \u2014 even at position 60 \u2014 Google records that as an impression for your site, exactly as if a person had seen it.<\/p>\n<p>So the impression is &#8220;real&#8221; in the narrow sense that your snippet was rendered in a results page. It&#8217;s just that nobody was looking. The tool wasn&#8217;t searching <em>for<\/em> you and doesn&#8217;t know you exist; you were incidental scenery in someone else&#8217;s rank check. Because trackers tend to page deep into results, small sites ranking on pages 3\u20136 \u2014 which describes almost every new site \u2014 are disproportionately likely to be swept up.<\/p>\n<p>Our data shows this is not a fixed tax, though. Bot impressions per bot query were 5.0 in week A, jumped to 12.7 in week B, then fell back to 5.1 in week C \u2014 the same keyword list, three very different volumes. When our pages moved into the range those tools paginate through, we got swept up more often. Your bot load depends on where you happen to rank relative to somebody else&#8217;s keyword list, which is not something you control or can predict.<\/p>\n<h2>What it distorts<\/h2>\n<p><strong>Impressions.<\/strong> The obvious one, and the size of the distortion moves a lot. Measured against our site totals, bots inflated our top-line impression count by roughly <strong>87% in week A, 33% in week B, and 12% in week C<\/strong>. For a small site tracking week-over-week growth, that&#8217;s not rounding error \u2014 and because the inflation factor itself changes, some of your &#8220;growth&#8221; and &#8220;decline&#8221; is just the bot ratio moving.<\/p>\n<p><strong>Average position \u2014 but not in the direction we assumed.<\/strong> We originally wrote that bots drag your average position down, because trackers page deep. Our own data doesn&#8217;t support that as a rule. The impression-weighted position of bot queries versus human queries was 56.5 vs 47.0 in week A (bots worse, dragging the average down), <strong>47.7 vs 56.8 in week B \u2014 bots ranking better than our human queries, pulling the average up<\/strong> \u2014 and 56.8 vs 58.8 in week C, essentially identical. The direction depends entirely on where a given tracker&#8217;s keyword list happens to place you that week. The honest claim is that your site-wide average position is contaminated, not that it&#8217;s biased one specific way.<\/p>\n<p><strong>CTR.<\/strong> Bots create impressions but essentially never clicks, so they silently inflate the denominator of every CTR calculation. A page that looks like it has a 1% CTR problem may be converting human impressions perfectly fine.<\/p>\n<p><strong>Your sanity.<\/strong> The scariest chart in Search Console is the sudden impressions drop. We now know that for a site our size, a large &#8220;drop&#8221; can be nothing more than one tracking tool pausing a keyword list \u2014 or a large &#8220;rise&#8221; nothing more than one starting. Before you tear your site apart hunting for a penalty \u2014 or start down the checklist in our guide to <a href=\"https:\/\/jnkplugins.com\/blog\/google-not-indexing-wordpress\/\">diagnosing why Google isn&#8217;t indexing your WordPress site<\/a> \u2014 check whether the queries that moved were ever human to begin with.<\/p>\n<h2>How to filter it out<\/h2>\n<p>You can&#8217;t filter bots inside the Search Console UI, but you can clean the exported CSV. A regex like this catches the tool-fragment signature we saw:<\/p>\n<p><code>,\\s*\\d+(\\.\\d+)?\\s*,\\s*(low|medium|high|unknown)\\s*,<\/code><\/p>\n<p>In a spreadsheet, a simpler heuristic gets you most of the way. With queries in column A, flag suspicious rows with:<\/p>\n<p><code>=IF(OR(ISNUMBER(SEARCH(\",low,\",A2)),ISNUMBER(SEARCH(\",medium,\",A2)),ISNUMBER(SEARCH(\",high,\",A2)),ISNUMBER(SEARCH(\",approved\",A2))),\"bot\",\"human\")<\/code><\/p>\n<p>Then pivot on that flag and recompute impressions, clicks, and impression-weighted position for the &#8220;human&#8221; rows only. Keep both versions: the raw export for continuity with what Google shows, and the cleaned one for actual decision-making. This pairs naturally with any periodic <a href=\"https:\/\/jnkplugins.com\/blog\/wordpress-content-audit\/\">content audit of your WordPress site<\/a> \u2014 if you&#8217;re pruning and improving pages based on impression data, you want that data to describe humans.<\/p>\n<p>One honest caveat: our rule only catches <em>sloppy<\/em> bots \u2014 the ones pasting whole CSV rows. A tracker that submits clean keywords is indistinguishable from a person in the query report. That means every figure here is a <strong>floor<\/strong>, not a ceiling. The device and country skews suggest the true automated share is higher than what we can prove.<\/p>\n<h2>Caveats, and what we&#8217;d like Google to do<\/h2>\n<p>Some fairness is in order. We can&#8217;t attribute this to any specific tool \u2014 the CSV fragments don&#8217;t carry a brand name, and dozens of trackers query Google at scale. It&#8217;s not malicious: nobody is attacking us, and rank tracking is a legitimate, universal industry practice. Impressions from real users are unaffected; your genuine audience data is still in there, just diluted. And our site is tiny \u2014 which, as our own three weeks show, is precisely the point. As real traffic grows, this noise becomes proportionally negligible. It is a small-site problem, which is exactly why it&#8217;s underreported: the people most affected have the least data to notice it with.<\/p>\n<p>We should also be clear about our sample&#8217;s limits. This is one site, three weeks, one detectable bot signature. Three data points that fall monotonically are consistent with our explanation, but three points are not a trend you should bet on, and we can&#8217;t rule out that some of the decline is the specific tool changing its own behaviour rather than pure dilution. We&#8217;re publishing the mechanism and the method, not a law.<\/p>\n<p>Still, Google clearly has the signal to do better. It already distinguishes automated traffic for ads invalid-click purposes; a &#8220;likely automated&#8221; filter or segment in the Search Console Performance report would transform the tool&#8217;s usefulness for small sites. Even flagging queries that match known tool-output patterns would help. Until then, the cleaning has to happen in our spreadsheets.<\/p>\n<h2>Run the check yourself \u2014 and tell us what you find<\/h2>\n<p>Our sample is one small site and three weeks of data. That&#8217;s the weakness of this post and also the invitation: if a meaningful number of site owners run the same fifteen-minute check \u2014 export queries for non-overlapping weeks, grep for CSV fragments, cross-check devices and countries \u2014 we&#8217;d collectively learn whether a collapsing bot share is typical as sites grow, or whether we&#8217;re an outlier. If you run it, we&#8217;d genuinely love to hear your numbers, whatever they turn out to be. Publish them, say which denominator you used, and let&#8217;s put a real distribution behind this.<\/p>\n<h2>Frequently asked questions<\/h2>\n<h3>Do bots show up as impressions in Google Search Console?<\/h3>\n<p>Yes. When a rank-tracking tool searches Google for a keyword and your site appears anywhere in the results it loads, Search Console records an impression exactly as if a human had seen it. On our small site, queries with obvious automated signatures accounted for 61.8% of classifiable query impressions in one week and 17.2% three weeks later \u2014 the same roughly thirty bot queries, diluted by growing real traffic.<\/p>\n<h3>How can I tell which Search Console queries are from rank trackers?<\/h3>\n<p>Export your queries CSV and look for strings no human would type \u2014 in our data, entire keyword-tool CSV rows like &#8220;wordpress <a href=\"https:\/\/jnkplugins.com\/blog\/best-wordpress-internal-linking-plugins\/\" class=\"jnk-linkweave-auto\">internal linking<\/a> plugin,90.00,low,25,approved&#8221; appeared as search queries. Then cross-check the Devices report (bots are overwhelmingly desktop \u2014 ours was 93%) and the Countries report (bots query from datacenter locations that don&#8217;t match your real audience).<\/p>\n<h3>Does bot traffic in Search Console hurt my SEO or rankings?<\/h3>\n<p>No. Bot impressions don&#8217;t affect how Google ranks your site, and impressions from real users are recorded normally. The harm is purely analytical: bots inflate impressions, contaminate your impression-weighted average position, and dilute CTR, which can lead you to misread your site&#8217;s actual performance.<\/p>\n<h3>What percentage of Search Console impressions are bots?<\/h3>\n<p>There is no single figure, and any post quoting one without a denominator should be treated carefully. On our site the share of classifiable query impressions fell from 61.8% to 17.2% across three consecutive non-overlapping weeks, purely because real traffic grew while the bot keyword list stayed the same size. Expect the share to be highest when your site is smallest.<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do bots show up as impressions in Google Search Console?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. When a rank-tracking tool searches Google for a keyword and your site appears anywhere in the results it loads, Search Console records an impression exactly as if a human had seen it. On our small site, queries with obvious automated signatures accounted for 61.8% of classifiable query impressions in one week and 17.2% three weeks later \u2014 the same roughly thirty bot queries, diluted by growing real traffic.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How can I tell which Search Console queries are from rank trackers?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Export your queries CSV and look for strings no human would type \u2014 in our data, entire keyword-tool CSV rows like \\\"wordpress internal linking plugin,90.00,low,25,approved\\\" appeared as search queries. Then cross-check the Devices report (bots are overwhelmingly desktop \u2014 ours was 93%) and the Countries report (bots query from datacenter locations that don't match your real audience).\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does bot traffic in Search Console hurt my SEO or rankings?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Bot impressions don't affect how Google ranks your site, and impressions from real users are recorded normally. The harm is purely analytical: bots inflate impressions, contaminate your impression-weighted average position, and dilute CTR, which can lead you to misread your site's actual performance.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What percentage of Search Console impressions are bots?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"There is no single figure, and any post quoting one without a denominator should be treated carefully. On our site the share of classifiable query impressions fell from 61.8% to 17.2% across three consecutive non-overlapping weeks, purely because real traffic grew while the bot keyword list stayed the same size. Expect the share to be highest when your site is smallest.\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We launched a small WordPress site in late June, connected it to Google Search Console, and did what every new site owner does: refreshed the Performance \u2026<\/p>\n","protected":false},"author":1,"featured_media":216,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-215","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Search Console Bot Impressions: 62% One Week, 17% Later - JnK Plugins Blog<\/title>\n<meta name=\"description\" content=\"We measured three non-overlapping weeks of Search Console data: rank-tracker bots were 62% of query impressions, then 17%. How to check your own.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Search Console Bot Impressions: 62% One Week, 17% Later - JnK Plugins Blog\" \/>\n<meta property=\"og:description\" content=\"We measured three non-overlapping weeks of Search Console data: rank-tracker bots were 62% of query impressions, then 17%. How to check your own.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/\" \/>\n<meta property=\"og:site_name\" content=\"JnK Plugins Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-30T02:37:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-02T15:34:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/gsc-bot-impressions.png\" \/>\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\/png\" \/>\n<meta name=\"author\" content=\"Suresh K Meena\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Suresh K Meena\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/\"},\"author\":{\"name\":\"Suresh K Meena\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\"},\"headline\":\"62% of Our Search Console Impressions Were Bots. Then 17%.\",\"datePublished\":\"2026-07-30T02:37:13+00:00\",\"dateModified\":\"2026-08-02T15:34:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/\"},\"wordCount\":2431,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/gsc-bot-impressions.png\",\"articleSection\":[\"SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/\",\"name\":\"Search Console Bot Impressions: 62% One Week, 17% Later - JnK Plugins Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/gsc-bot-impressions.png\",\"datePublished\":\"2026-07-30T02:37:13+00:00\",\"dateModified\":\"2026-08-02T15:34:49+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\"},\"description\":\"We measured three non-overlapping weeks of Search Console data: rank-tracker bots were 62% of query impressions, then 17%. How to check your own.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/gsc-bot-impressions.png\",\"contentUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/gsc-bot-impressions.png\",\"width\":1200,\"height\":630,\"caption\":\"Featured card: GSC bot impressions data study\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/gsc-bot-impressions-study\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"62% of Our Search Console Impressions Were Bots. Then 17%.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/\",\"name\":\"JnK Plugins Blog\",\"description\":\"Guides, comparisons, and tutorials for our WordPress plugins\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\",\"name\":\"Suresh K Meena\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"caption\":\"Suresh K Meena\"},\"description\":\"Suresh has been building web apps for over 15 years and is the founder of JnK Plugins, where he makes honest, no-bloat WordPress tools that keep your data in your own hands. Away from the keyboard he is usually at a chessboard, thinking a few moves ahead \u2014 and he is always ready to learn something new.\",\"sameAs\":[\"https:\\\/\\\/jnkplugins.com\"],\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/author\\\/suresh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Search Console Bot Impressions: 62% One Week, 17% Later - JnK Plugins Blog","description":"We measured three non-overlapping weeks of Search Console data: rank-tracker bots were 62% of query impressions, then 17%. How to check your own.","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:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/","og_locale":"en_US","og_type":"article","og_title":"Search Console Bot Impressions: 62% One Week, 17% Later - JnK Plugins Blog","og_description":"We measured three non-overlapping weeks of Search Console data: rank-tracker bots were 62% of query impressions, then 17%. How to check your own.","og_url":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/","og_site_name":"JnK Plugins Blog","article_published_time":"2026-07-30T02:37:13+00:00","article_modified_time":"2026-08-02T15:34:49+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/gsc-bot-impressions.png","type":"image\/png"}],"author":"Suresh K Meena","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Suresh K Meena","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#article","isPartOf":{"@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/"},"author":{"name":"Suresh K Meena","@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb"},"headline":"62% of Our Search Console Impressions Were Bots. Then 17%.","datePublished":"2026-07-30T02:37:13+00:00","dateModified":"2026-08-02T15:34:49+00:00","mainEntityOfPage":{"@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/"},"wordCount":2431,"commentCount":0,"image":{"@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#primaryimage"},"thumbnailUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/gsc-bot-impressions.png","articleSection":["SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/","url":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/","name":"Search Console Bot Impressions: 62% One Week, 17% Later - JnK Plugins Blog","isPartOf":{"@id":"https:\/\/jnkplugins.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#primaryimage"},"image":{"@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#primaryimage"},"thumbnailUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/gsc-bot-impressions.png","datePublished":"2026-07-30T02:37:13+00:00","dateModified":"2026-08-02T15:34:49+00:00","author":{"@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb"},"description":"We measured three non-overlapping weeks of Search Console data: rank-tracker bots were 62% of query impressions, then 17%. How to check your own.","breadcrumb":{"@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#primaryimage","url":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/gsc-bot-impressions.png","contentUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/gsc-bot-impressions.png","width":1200,"height":630,"caption":"Featured card: GSC bot impressions data study"},{"@type":"BreadcrumbList","@id":"https:\/\/jnkplugins.com\/blog\/gsc-bot-impressions-study\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jnkplugins.com\/blog\/"},{"@type":"ListItem","position":2,"name":"62% of Our Search Console Impressions Were Bots. Then 17%."}]},{"@type":"WebSite","@id":"https:\/\/jnkplugins.com\/blog\/#website","url":"https:\/\/jnkplugins.com\/blog\/","name":"JnK Plugins Blog","description":"Guides, comparisons, and tutorials for our WordPress plugins","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jnkplugins.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb","name":"Suresh K Meena","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","caption":"Suresh K Meena"},"description":"Suresh has been building web apps for over 15 years and is the founder of JnK Plugins, where he makes honest, no-bloat WordPress tools that keep your data in your own hands. Away from the keyboard he is usually at a chessboard, thinking a few moves ahead \u2014 and he is always ready to learn something new.","sameAs":["https:\/\/jnkplugins.com"],"url":"https:\/\/jnkplugins.com\/blog\/author\/suresh\/"}]}},"_links":{"self":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/comments?post=215"}],"version-history":[{"count":1,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/215\/revisions"}],"predecessor-version":[{"id":274,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/215\/revisions\/274"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/media\/216"}],"wp:attachment":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/media?parent=215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/categories?post=215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/tags?post=215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}