Add Google's preferred sources button only if your nonprofit publishes timely content on a regular cadence and has an audience that would actively choose to follow you. For everyone else it is harmless but pointless. The button is two lines of code, it does not change your search rankings.
The short version
- Preferred sources is a personalization feature, not a ranking one. Users who pick your site see more of your content in Top Stories and AI features. It does nothing for users who have not chosen you.
- The publisher button that prompts people to add you is the new part, with implementation guidance Google published in August 2026. The underlying feature launched in the US and India in August 2025.
- Only whole domains and subdomains are eligible. A subdirectory like example.org/news cannot be a preferred source on its own.
- Preferred content appears in Top Stories, AI Mode, and AI Overviews with a "preferred" badge, in every language where Search runs.
- Most nonprofits should skip it and fix fundamentals first. It pays off only for organizations that publish often and already have a following.
What the preferred sources button actually does
The button gives your existing audience a one-click way to tell Google they want to see more of you, and nothing beyond that.
Google launched preferred sources in Search in August 2025 in the US and India, letting people pick the outlets they want more of in Top Stories (blog.google). In August 2026, Google published guidance for publishers to add a button on their own site that opens the "add as preferred source" flow (Google Search Central). Someone clicks it, confirms, and from then on your content gets a visibility bump and a "preferred" badge for that person.
That is the whole mechanic. It is opt-in, per user, and personalized. Google's own launch data showed over half of the users who set preferences chose four or more sources, so being someone's preferred source does not mean being their only source (blog.google).
Where your content shows up once someone picks you
Preferred content surfaces in three places, and two of them are the AI surfaces everyone is worried about.
Per Google's documentation, preferred sources appear in Top Stories with a badge, and can also appear in AI Mode and AI Overviews highlighted for the user who selected you. It is available globally for Top Stories in every language where Search runs, and in AI Mode and AI Overviews wherever those features exist (Google Search Central).
That AI Mode and AI Overviews line is why the feature is getting attention right now. If a supporter has marked your organization as preferred, your content is more likely to be what Google's AI leans on when that person asks a related question. That is a real edge, but only for people who already like you enough to opt in.
The honest test for whether your nonprofit should bother
The button only earns its keep if you clear two bars at once, and most organizations clear neither.
First bar: do you publish timely content on a regular cadence? Preferred sources lives in Top Stories, which is a news surface. If you post three times a year, there is no stream for anyone to prefer. A policy advocacy group publishing weekly analysis clears this. A community foundation that updates its blog once a quarter does not.
Second bar: do you have an audience that would actually choose to follow you? The button is a prompt, not a magnet. It converts existing goodwill into a Google preference. If you have engaged members, an email list that opens, or donors who read what you send, you have people to ask. If your traffic is almost all first-time search visitors, there is no one to click the button.
When I looked at this for a state association client with a weekly member newsletter and a genuinely engaged base, it was an easy yes. We added the button to their content hub and put one line in the newsletter explaining it. For a legal-services nonprofit whose site is mostly evergreen intake pages, I told them to skip it. Nothing about their content or audience fit the feature, and adding it would have been theater.
How to add it, if you clear the bar
Google supports two implementation paths, and the simple one is genuinely two lines.
The standard method is a script tag plus a div where you want the button to render:
<script async src="https://news.google.com/swg/js/v1/publisher.js"></script>
<div google-add-preferred-source-btn></div>
Drop those into a template near your article header or in your footer. If you want a custom-designed button, Google also documents an advanced JavaScript path with programmatic control (Google Search Central).
If you would rather not add a script at all, use the deeplink. Point a normal link or button at https://www.google.com/preferences/source?q= followed by your site's URL, and it opens the same add-as-preferred flow. For a Webflow or WordPress site where you do not want another third-party script loading, the deeplink is the cleaner option and it costs you nothing in performance.
One eligibility note that trips people up: only domains and subdomains qualify. Google's documentation is explicit that example.com and code.example.com are eligible, but example.com/blog is not. If your content lives in a subdirectory, the feature applies to your whole domain, not that section.
What this does not do
Preferred sources is narrow, and the hype around it overstates three things.
It does not change your rankings. This is personalization for users who opted in, not a ranking signal that lifts you for everyone. If nobody adds you, nothing changes, and bolting the button onto a site with no audience will not manufacture one.
It is not a Google News program and has no newsiness approval gate. Google's documentation sets no News Publisher requirement, which is good for eligibility and a reminder that eligibility is not the same as usefulness.
It does not replace the work of being citable in AI answers in the first place. Preferred sources only kicks in for people who already chose you. For everyone else, you are still competing on the fundamentals of being a clear, credible, well-structured source. I covered that groundwork separately in GEO for nonprofits.
What to do instead if you do not clear the bar
The hours you would spend chasing this are better spent on the things that help every visitor, not just the ones who opted in.
Fix the fundamentals that surface you to people who have never heard of you: clean structured data, fast pages, content organized around the questions your audience actually asks, and a site that is technically crawlable. Those move the needle for search and for AI answers whether or not anyone clicks a preferred sources button. And if you are publishing often enough that preferred sources might eventually matter, the same investment is what makes your content worth preferring in the first place.
FAQ
Does adding the preferred sources button improve my Google rankings?
No. It is a personalization feature. It changes what people who explicitly selected your site see, and has no effect on your general search rankings or on users who have not chosen you.
Is preferred sources only for news publishers?
No. Google's documentation sets no Google News eligibility requirement. Any site that appears in Google's source preferences tool can implement it. That said, the feature lives in Top Stories, so it is most useful for organizations that publish timely content.
Can I make just my blog a preferred source?
No. Only domains and subdomains are eligible, not subdirectories. If your content sits at example.org/news, the preference applies to the whole example.org domain.
Where does my content appear once someone selects me?
In Top Stories with a "preferred" badge, and potentially in AI Mode and AI Overviews highlighted for that user, in the languages and locales where those features are available.
Will the button slow down my site?
The script method loads a Google-hosted file asynchronously, so the impact is minimal. If you are strict about third-party scripts, use the deeplink URL instead, which adds no script at all.
If you want a straight answer on whether preferred sources fits your organization, and a prioritized list of the fundamentals worth fixing first, book a 20-minute site read-out and I will walk your team through it on your nonprofit's site.