Google News RSS Is Not Google News: What the Feed Actually Contains
By Brief Digest · · 7 min read
rss google-news technical
If you have browsed Google News in a web browser and then subscribed to a Google News RSS feed in a reader, you may have noticed the two do not look alike. The website shows photographs, grouped coverage and direct links. The feed arrives as plain headlines.
This is not a fault in your RSS reader. Google News RSS and the Google News website are different products that return different data. We compared the two on the same query on 31 July 2026, and this post sets out what we found.
New to feeds in general? Start with the beginner's guide to RSS. If you are choosing what to use instead, see Google News alternatives.
The Same Query, Two Very Different Results
We used one query — articles from a single publisher — and requested it in both formats.
The web interface, news.google.com/search?q=…, returned a page containing 80 image URLs: 71 served from gstatic.com and 9 from googleusercontent.com. Both are Google's own image hosts. Only two image URLs pointed anywhere else, and one of those was the Google News app icon.
That detail matters: the pictures you see on Google News are copies served by Google, not hotlinks to the publisher's own image.
The RSS version of the same query, news.google.com/rss/search?q=…, returned 100 items and zero images. Not "small images" or "low-resolution images" — no image element of any kind. We checked every item for the four fields a feed can use to carry one:
<media:content>— 0 of 100<media:thumbnail>— 0 of 100<enclosure>— 0 of 100<image>— 0 of 100
So Google clearly holds an image for these stories, because it displays one on its own site. It simply does not put one in the feed.
Where the Link Goes
The second difference is the link itself. In the web interface, clicking a headline takes you to the publisher. In RSS, every <link> looks like this:
news.google.com/rss/articles/CBMiogFBVV95cUxPdlh5R1RkZkRvSEFtLUtLMjFLZlN3…
That is an encoded Google URL, not the publisher's address. We fetched one to see what a reader would get. It returns HTTP 200, so nothing appears to fail — but the page carries no og:image and the publisher's article URL is not present in the plain HTML in a usable form. The destination is resolved by JavaScript in the browser.
The practical consequence: a feed reader that tries to enrich an article by fetching its page — which is the normal way readers find a preview image — lands on this interstitial and finds nothing to work with. The item stays a bare headline.
The feed does include a <source url> element, but it gives the publisher's domain (for example apnews.com), not the address of the article.
The Feed and the Page Do Not Contain the Same Articles
The third difference surprised us most. We compared the Top Stories feed with the Google News home page for the same edition.
- Top Stories RSS: 179 unique articles
- Google News home page HTML: 13 unique articles
- Articles present in both: 10
The home page paints a first screen and loads the rest as you scroll, so its served HTML holds only a fraction of what the feed carries. These are not two views of one list; they are two different sets of content.
This is not personalisation or location: the same gap appears from different connections and different regions.
What This Means If You Use Google News in a Reader
None of the above is a defect, and none of it is hidden — it is simply how the feed is built. But it has consequences worth knowing before you rely on it:
- Expect headlines, not a magazine. Any reader you use will show these items without images, because there is no image to show.
- Links pass through Google. Saving or sharing an item from the feed shares a Google redirect, not the publisher's URL.
- Feed coverage is wider than the page. The 179-versus-13 gap means the RSS output is not a subset of what you would see while browsing.
- It is still a real source. For publishers that no longer run their own feed, a Google News query is sometimes the only remaining way to follow them by RSS at all.
Choosing What to Use Instead
If this changes how you want to follow the news, our Google News alternatives guide covers the options, and the 2026 reader comparison looks at what different readers do well.
Figures above were measured on 31 July 2026. Counts move with the news cycle; the structural differences are the point, not the exact numbers on any given day.
Frequently Asked Questions
- Why do Google News RSS items have no pictures?
- The feed carries no image element at all — we checked media:content, media:thumbnail, enclosure and image across 100 items and found none. Google displays images on its own website, served from its own image hosts, but does not include them in the RSS output.
- Why does a Google News feed link not go straight to the publisher?
- Each RSS link is an encoded news.google.com address that resolves to the publisher in the browser via JavaScript. Fetching it directly returns a page with no og:image and no plain-HTML publisher URL, which is why many readers cannot show a preview for these items.
- Does the Google News RSS feed contain the same stories as the website?
- Not necessarily. On the day we measured, the Top Stories feed held 179 unique articles while the home page HTML held 13, with 10 in common. The feed is not a subset of the page.
- Is Google News RSS still worth using?
- It can be, particularly for publishers that no longer offer their own feed — a site query is sometimes the only remaining RSS route to them. Just expect headlines rather than illustrated cards, and links that pass through Google.