Google Preferred Sources: A Rare Lever Publishers Actually Control

Most of what decides your visibility in Google is out of your hands. Rankings depend on an algorithm you can't see, backlinks you have to earn, and — increasingly — whether an AI answer engine decides to cite you at all. The share of searches that end without a click keeps climbing. For anyone who publishes on the open web, that's a slow squeeze.

Preferred Sources is one of the few levers that points the other way. It lets a reader tell Google, directly, "show me more from this site." When they do, your content surfaces more often in their Top Stories and Search results. No ranking algorithm to reverse-engineer, no link to buy — just a reader choosing you.

We think that's important enough that we did two things: we added a free check for it to every audit, and we put the button on our own site. Here's the reasoning.

What Preferred Sources actually is

Google rolled Preferred Sources out through Search Central. The mechanism is simple: a signed-in Google user can mark sites they trust as "preferred," and Google then weights those sites up in the results that person sees. It's opt-in, per-reader, and it compounds — every reader who picks you is a small, durable boost to how often you appear for them.

For publishers, Google provides an embeddable button so you can prompt readers to add you without making them dig through settings. Two lines of markup and it renders, translated, wherever you place it.

Why it matters right now

Three reasons this is worth acting on today rather than filing under "nice to have":

  1. It's audience-owned, not algorithm-owned. Almost every other visibility signal is Google grading you. This one is your readers voting for you. That's the kind of demand that survives an algorithm update.
  2. It's a hedge against zero-click and AI answers. When AI Overviews and answer engines absorb the click, the readers who chose you are the ones who still see and reach your content. Preferred Sources turns casual traffic into a standing preference.
  3. Almost nobody has it yet. It's new. The sites that add the button now build up preferred-reader counts while their competitors haven't noticed the feature exists. Early is cheap.

The catch is that it only works if you ask. The button doesn't appear on its own — you have to place it and point readers at it. That's exactly the kind of thing that's easy to forget and easy to check for.

The new free check

Every SEO Score API audit now includes a Preferred Sources check in the Technical category. It looks for any of Google's three official integrations — the library script, the button element, or the deep-link fallback — and tells you whether your site has one.

It runs on every plan, including the free tier. Point an audit at any URL and you'll see whether that site has claimed the button yet — yours, a client's, or a competitor's. Because it's part of the standard /audit response, it also drops straight into CI, monitoring, and any agency report you already generate.

When the check fails, the recommendation hands you the exact snippet to fix it.

How to add the button

Load the library once in your <head>:

<script async src="https://news.google.com/swg/js/v1/publisher.js"></script>

Then drop the button wherever you want it — a footer, an article byline, a subscribe box:

<div google-add-preferred-source-btn></div>

That's the whole implementation. If your CMS can't run the script, Google also supports a plain deep link as a fallback:

https://www.google.com/preferences/source?q=yourdomain.com

One note on eligibility: Preferred Sources works at the domain and subdomain level, not on individual subpaths. Add it site-wide and you're covered.

We practice what we audit — the button is live in the footer of seoscoreapi.com right now.

FAQ

What is Google Preferred Sources?

Preferred Sources is a Google Search feature that lets signed-in users choose sites they want to see more often. When a reader marks you as a preferred source, Google surfaces your content more frequently in their Top Stories and Search results. Publishers add an embeddable button to invite readers to opt in.

Does adding the Preferred Sources button improve my rankings for everyone?

No — and that's the point. It doesn't change your global ranking. It boosts how often you appear for the specific readers who choose you. It's a per-reader preference, not an algorithm-wide ranking factor, which is what makes it durable against algorithm changes.

How do I check if a site has Preferred Sources set up?

Run an audit with SEO Score API. Every audit now includes a free Preferred Sources check in the Technical category that detects the button, script, or deep link on any URL — on the free tier included. Grab a free key and audit a URL in about two seconds.

Is the Preferred Sources check available on the free plan?

Yes. It's one of the core checks every plan runs, free tier included. There's no paywall on it.

Try it

Point an audit at your own site and see whether you've claimed the button yet:

curl "https://seoscoreapi.com/audit?url=https://yoursite.com" \
  -H "X-API-Key: YOUR_KEY"

No key yet? Get one free — 2 audits a day, no credit card — and check where you stand on the one search lever your readers control.