Home / Blog / Google Preferred Sources for Publishers
Google SearchPreferred SourcesAI OverviewsAEOPublisher SEO

Google Quietly Added Preferred Sources for Publishers: Here's How It Works

Google Preferred Sources for publishers, explained by Anshul Rana

On 20 August 2026 Google shipped a button that publishers can put on their own pages. A reader clicks it, your site becomes one of their Preferred Sources on Google, and they land straight back on the article they were reading.

Almost nobody outside the news industry noticed. Ask 10 business owners what a Preferred Source is and you will get 10 blank looks. That is the opportunity, because the feature now touches Top Stories, AI Overviews and AI Mode, and the sites that promote it early get a badge next to their links that competitors do not have.

The catch is that you cannot add yourself. This is a reader-side setting. There is no submission form, no Search Console toggle and no schema that turns it on. Your job is to be eligible, then make it easy for the people who already trust you to pick you.

This post covers exactly that in 6 steps: what the feature does, how to check eligibility, the 2 lines of code, the fallback link for places code cannot go, where to put it, and how to measure whether it did anything. I have also included an honest section on who should ignore this entirely, because for a lot of my clients the answer is "not yet."

Read this paragraph if you read nothing else

Preferred Sources personalises results for one reader at a time. It is not a ranking factor and it does not change what everyone else sees. Google says selected sites appear more easily in Top Stories, AI Overviews and AI Mode, and that readers who pick a source click through to it about twice as often. If you publish timely content that already reaches Top Stories or Discover, add the button this week. If your site is evergreen service pages, finish reading, then go fix your AEO fundamentals instead.

1

What Preferred Sources actually does

Preferred Sources started as a Search Labs experiment in mid 2025, launched properly for English users in the US and India in August 2025, and went global in every language Google Search supports earlier this year. The reader-facing part is simple. A signed-in user opens Google's source preferences tool, searches for a publication, and ticks it. From then on, that publisher's fresh, relevant articles get shown more prominently in Top Stories for that user, marked with a small "preferred" badge.

What changed in 2026 is the reach. Google's documentation now says the same badge can appear in AI Mode and AI Overviews for users who selected your site. So a reader who prefers you does not just see you more in the news box. They see you flagged inside the AI answer itself.

What a reader who selected you sees in Top Stories
yoursite.com
Your latest article on the topic they searched
Preferred
competitor-one.com
Their article on the same topic
competitor-two.com
Another article on the same topic
Same query, same day. The badge and the lift only exist for readers who picked you. Everyone else sees the normal ordering.

Three things to be clear about before you get excited:

2

Check whether you are eligible (60 seconds)

Before you touch code, find out if readers can even select you. Only domain-level and subdomain-level sites appear in the tool. Google's own examples: example.com and code.example.com qualify, example.com/blog does not. If your news content lives in a subfolder of a brochure site, the whole domain is the unit, not the folder.

Step 2 of 6: the eligibility check
YouOpen google.com/preferences/source while signed in, and type your domain into the search box.
If it appearsYou are eligible. Move to Step 3 and add the button.
If it does notDo not add the button yet. A button that leads to an empty search box makes you look broken. Fix the reasons below first.
Also checkRun a query your site should rank for as news and see whether Top Stories appears at all. No Top Stories, no badge.
Tip: check from a second Google account too. The tool is personalised, and I have seen the first result differ between accounts.

If your site is missing from the tool, it almost always comes down to one of these:

None of these have a shortcut. The only route into the tool is the route into Top Stories: publish original, dated, bylined reporting or analysis on a regular cadence, keep it crawlable, and give Google a reason to treat the domain as a publication rather than a brochure. Google's Discover and Top Stories guidance is the same checklist and I have linked it in the sources.

3

Add the button: 2 lines of code

This is the part that changed on 20 August. Before, a reader who wanted to prefer you had to leave your article, find Google's tool, search for you and tick a box. Almost nobody did that unprompted. Now the whole flow happens in a small overlay and the reader is returned to your page. Google says the button is automatically translated into the reader's language and can be styled light or dark.

Put this in your <head>:

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

Then place this wherever you want the button to render. On a dark site like mine, set the theme, and pin the language if your readers are not all on the same browser locale:

<div google-add-preferred-source-btn data-theme="dark" data-lang="en"></div>

That is the whole standard implementation. It reads your domain from the page, so there is no publisher ID to paste and nothing to configure per article. Here it is live on this page:

Try it

Add anshulrana.in as a Preferred Source. You will be sent straight back here after confirming.

Button not showing? Use the direct link: google.com/preferences/source?q=anshulrana.in
Before 20 August

Reader wants to prefer you. Leaves your article. Opens Google settings. Finds the source tool. Searches your name. Ticks the box. Never comes back to the article.

6 steps, 2 sites, 1 lost reader. Adoption was close to zero outside big newsrooms.
With the button

Click. Google overlay opens on your page.

Confirm. Your site is added.

Return. Reader is back where they left off.

3 steps, 1 site, reader still on your page. The Telegraph, The Guardian and the Daily Mail adopted it within days.

Two implementation notes from putting this on client sites. First, load the script once. If your theme, a plugin and Tag Manager all inject it, you get duplicate overlays. Second, the script comes from a Google domain, so add it to your privacy and consent review the same way you would any third-party embed. If you need the button to fire from your own designed element instead of Google's, the documentation has an advanced mode with preferred-sources-control="manual" and a callback queue. Most sites do not need it.

4

The deeplink for everywhere JavaScript cannot go

The button only works on pages you control that can run a script. Your newsletter, your LinkedIn bio, your email signature, a Substack, a partner's site: none of those can. For those, Google provides a plain URL that opens the source tool with your site already searched:

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

As a text link it looks like this:

<a href="https://www.google.com/preferences/source?q=yourdomain.com">
  Add us as a Preferred Source on Google
</a>

The trade-off is friction. With the deeplink the reader still has to confirm inside Google's tool and does not get sent back to you, so use the button on your own pages and save the deeplink for channels where the button cannot exist. Google also ships official badge graphics in 16 languages if you want an image instead of text.

Step 4 of 6: where the deeplink goes
NewsletterOne line in the footer of every send: "See more of us on Google. Add us as a Preferred Source." Link to the deeplink.
Welcome emailThe single highest-intent moment you have. They just subscribed. Ask now.
Social biosLinkedIn, X, Instagram. The deeplink is short enough to sit next to your site URL.
Author signaturesEvery guest post and every reply your writers send is a chance to ask an already-warm reader.
Do not: put it in cold outreach or paid ads. Preferred Sources is a loyalty action. Strangers will not click it and Google's own framing is audience building, not acquisition.
5

Where to place it and what to say

A button nobody sees does nothing. A button in the wrong place gets ignored. Having watched how these perform, the ranking is simple: ask after the reader has received value, not before.

The copy next to the button matters as much as the placement. Readers do not know what the feature is, so one plain sentence beats a clever one:

Vague

"Love our content? Support us on Google!"

Support how? What happens when I click? The reader does not know and does not find out.
Clear

"See more of our articles in Google." Add us as a Preferred Source and Google will show our latest reporting first when you search topics we cover. One click, and you come straight back here.

Says what it does, what the reader gets, and that it will not take them away. Nothing promised that Google does not promise.

One rule I hold clients to: never write copy that implies the click changes how everyone sees you. It does not. "Help us rank higher" is inaccurate, and the moment a reader realises that, the trust you were trying to build goes the other way.

6

Measure it, because most of this is invisible

Here is the awkward part. Google does not report how many readers have selected you. Search Console has no Preferred Sources column. What you can measure is the action on your side and the surfaces it should influence.

Track the click. Wrap the button container in a listener that fires a GA4 event, so you at least know how many readers are attempting it:

document.addEventListener('click', function(e){
  if (e.target.closest('[google-add-preferred-source-btn]')) {
    gtag('event', 'preferred_source_click', {
      page_location: location.href
    });
  }
});

Then watch the surfaces. In Search Console, filter Performance by search appearance and look at Top Stories impressions and clicks over the 60 days after launch, against the 60 before. Do the same for the Discover report. Neither will isolate Preferred Sources cleanly, and anyone who tells you their tool can is guessing. What you are looking for is direction: a rise in Top Stories click-through for the same impression volume is the signal that your preferred readers are seeing you first and clicking.

Step 6 of 6: the 60-day review
Week 1Record baseline: Top Stories impressions, clicks and CTR for the last 60 days. Discover impressions too. Screenshot them.
Weeks 2 to 8Report preferred_source_click weekly. If it is under 0.5% of article pageviews, the placement or copy is wrong, not the feature.
Week 9Compare Top Stories CTR to baseline. Same impressions, higher CTR is the win. More impressions is usually a ranking or freshness change, not this.
Reality check: if you get 200 preferred-source clicks in 60 days on a site with 50,000 monthly readers, that is a normal first result. The compounding comes from asking every week, not from one launch post.

Who should ignore this (for now)

I work mostly with clinics, law firms, insurance brokers and SaaS companies. For most of them, my advice on Preferred Sources is: not yet.

A dental practice with 12 evergreen service pages and a blog post every 2 months will not appear in the source preferences tool, because it never appears in Top Stories. Adding the button changes nothing. The same is true for most local service businesses, most agencies and most product-led SaaS sites. Top Stories does not fire for "dentist near me" or "best CRM for law firms," so there is nothing to badge.

Where it does apply outside news: a law firm that publishes same-day analysis of regulatory changes in its practice area. A healthcare group with a real newsroom covering policy and research. A SaaS company that runs an industry news desk, not just a product blog. An agency like mine that covers AI search updates as they land. If your editorial calendar has a "this week" column, you are a candidate. If it does not, put the effort into answer engine readiness first, where the same hour of work moves the needle for every reader, not just the ones who clicked a button.

What I would do this month

In this order
  1. Check the source preferences tool for your root domain from 2 accounts.
  2. If you are missing, fix bylines, dates, the news sitemap and bot protection, then publish timely content for 4 weeks and check again.
  3. If you are present, add the 2-line button at the end of every article with the plain-language copy above.
  4. Put the deeplink in your newsletter footer and welcome email today.
  5. Wire the GA4 click event and screenshot your Top Stories baseline.
  6. Ask in every newsletter for 8 weeks, then review CTR against baseline.

Google has reported over 600,000 unique sources selected by readers so far, up sharply since the button shipped. Every one of those was a reader choosing a publisher over the algorithm. The feature is small, the effect is per person, and it will not save a site that has nothing fresh to say. But for a publication with a loyal audience, it is the rare Google feature where the people who already like you get to tell Google so, and Google listens.

If you want me to check your eligibility and set this up alongside your AI search work, start with a free AI SEO audit or email hello@anshulrana.in. And if you are still working out where this sits next to AEO and GEO, the plain-language version is in SEO vs AEO vs GEO: what is the difference.

Frequently Asked Questions

What is Google Preferred Sources?
Preferred Sources is a Google Search setting that lets a signed-in user choose the publishers they want to see more of. Content from a selected site is more likely to appear in Top Stories with a "preferred" badge, and can also be highlighted with the same badge in AI Overviews and AI Mode for that user.
Can I add my own website as a Preferred Source?
Not directly. Preferred Sources is a reader-side setting. Your site has to be eligible to appear in Google's source preferences tool, and then each reader chooses it themselves. Google gives publishers a button and a deeplink to make that choice easier.
Is Google Preferred Sources a ranking factor?
No. It personalises results for the individual user who selected you. It works alongside Google's ranking systems and does not change what everyone else sees, and it does not affect standard web results, Shopping or Images.
Which sites are eligible for Preferred Sources?
Only domain-level and subdomain-level sites can appear in the source preferences tool. A subdirectory such as example.com/blog is not eligible on its own. In practice, sites that already appear in Top Stories are the ones readers can select.
Does Preferred Sources work outside the US?
Yes. Google says the feature is available globally for Top Stories in every language where Google Search is available, and it can also appear in AI Overviews and AI Mode wherever those features exist.
Is Preferred Sources worth it for a clinic, law firm or SaaS blog?
Only if you publish timely, news-style content that already reaches Top Stories or Discover. For a service business whose site is mostly evergreen service pages, the button will not do much. Spend the effort on AEO fundamentals first and revisit this if you start publishing regular industry news.

Sources

  1. Google Search Central: Help your readers find your site through preferred sources (updated 10 September 2026)
  2. Google: How to select your preferred sources in Top Stories in Search
  3. Search Engine Journal: Google's Preferred Sources is now a global signal
  4. Press Gazette: One-click link in articles adds publishers to users' preferred sources
  5. Google Search Central: Google Discover and your website
Anshul Rana, AI SEO, AEO and GEO Specialist

Anshul Rana

SEO, AEO & GEO Specialist · Top Rated Plus on Upwork

I'm an SEO, AEO, and GEO specialist with 8+ years of experience helping businesses get found on Google and AI search platforms like ChatGPT, Claude, Gemini, and Perplexity. I hold the Top Rated Plus badge on Upwork (top 3% of freelancers) with a 100% Job Success Score, and I have worked with 1,000+ websites across India, Australia, the US, and the UK. I specialize in technical SEO, answer engine optimization, generative engine optimization, schema markup, and local SEO.

Related Articles

Want the button set up and your AI visibility checked in one pass?

Eligibility check, button placement, newsletter deeplink, GA4 tracking, plus a written list of what is keeping you out of Top Stories.