The notion that impactful assets require substantial financial investment is a pervasive myth that stifles creativity.In reality, the constraint of a zero budget can be a powerful catalyst for innovation, forcing a deeper exploration of resources that are often overlooked.
Mining the SERP Graveyard: How Correlating Core Web Vitals with CTR Data Generates Earned Media
You already know that Google’s Core Web Vitals are ranking signals. What you may not have quantified is how those metrics correlate with actual user behavior—specifically, the click-through rate (CTR) from search engine results pages. That gap is where your next digital PR home run lives. By aggregating field-measured LCP, CLS, and INP scores from a statistically significant sample of URLs and then joining that data with publicly available CTR estimates from Google Search Console, you can build a story that every tech journalist and industry blogger will fight to quote. The trick is doing it without sounding like a vendor brochure.
Start with a sample that matters. Pull the top 5,000 landing pages from your own portfolio, or if you have access to a larger aggregated dataset—say, from a tool like CrUX via BigQuery—grab a vertical slice (e.g., e-commerce product pages in the US). Export their LCP, CLS, and INP percentiles at the 75th percentile (that’s the official threshold). Now join that with the average organic CTR for those same URLs over the last 28 days. You’ll need to normalize for query position; otherwise, you’re comparing the CTR of a page ranking #1 with one ranking #10. A simple fix: bin each URL by its average position (1–3, 4–6, 7–10) and compute the relative CTR within each bin versus the bin average. This gives you a “CTR deviation” that isolates the UX impact from the rank impact.
Once you have the cleaned table, run a Spearman correlation. You’ll likely find that pages with a Largest Contentful Paint below 2.5 seconds outperform their position-matched peers by 12–18% in CTR. That’s your headline. But don’t stop there—segment by device type, by industry, by whether the page is heavy with third-party scripts. The nuance is what makes journalists care. For instance, you might discover that on mobile, a CLS of 0.3 or higher (just above the “needs improvement” threshold) correlates with a 9% drop in CTR, but only for pages that also have deferred JavaScript. For pages that lazily load all images, the CLS penalty disappears. That’s a story about modern development patterns, not just a report card.
Now you have raw data and a pattern. The narrative needs a human entry point. Frame it as the hidden tax on slow sites: “Every extra 0.2 seconds of LCP costs you X% of clicks, even when you rank first.” That granularity is what makes it shareable. Avoid claiming causation—you can’t prove that slow LCP causes lower CTR without a controlled experiment, but you can say “sites with fast LCP see, on average, significantly higher CTR after controlling for rank.” The honest hedge actually increases credibility with savvy reporters who know the difference between correlation and causation.
Pitching this story requires a three-tier approach. Tier one: tech trade publications (Search Engine Land, Moz Blog, Ahrefs Blog). For them, lead with your methodology and sample size. They’ll want to know if you controlled for ad presence, page title length, and SERP features like featured snippets. Tier two: general business outlets (Fast Company, Inc., Forbes contributor network). Here, lead with the human impact—“How a half-second delay kills your e-commerce click-through” and include one vivid example (e.g., “a sporting goods retailer saw its mobile CTR drop 14% on product pages that scored ‘poor’ on LCP, even though they held position #3 for ‘running shoes’”). Tier three: developer-focused outlets such as Smashing Magazine or CSS-Tricks. Flip the story to practical advice: how to audit your own pages and reproduce the analysis with open-source tools.
The email pitch itself should contain three sentences: the surprising finding, the size of the dataset, and one specific segmented data point. Attach a not-for-attribution pre-brief PDF with charts (dot plots of CTR deviation vs LCP buckets, and a heatmap of CLS by device). Do not attach the full spreadsheet—journalists don’t have time. Offer to walk them through the methodology in a 10-minute call, and be ready to share raw anonymized data under an embargo if they commit to a story.
The longevity of this piece depends on your willingness to update the data quarterly. Core Web Vitals thresholds change, and Google has hinted at replacing FID with INP. Each change gives you a reason to re-publish with fresh numbers and a new angle. The same analysis applied after the INP switch becomes a follow-up story: “Interaction to Next Paint: The New CTR Killer?” That’s a multi-year editorial calendar hiding in one correlation table.
Don’t gild the lily with a tool pitch. The point is the data, not your SaaS. If the story is good, reporters will ask where the data came from, and you can name your source while staying third-party credible. The best digital PR is the kind where you never have to ask for a link—the link comes because your numbers are cited as a primary source. Do that, and your startup’s SEO isn’t just boosted; it’s cemented in the public record.


