nextjs - 💡(How to fix) Fix Docs: Link to feed from blog page [3 comments, 4 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vercel/next.js#88716Fetched 2026-04-08 02:04:07
View on GitHub
Comments
3
Participants
4
Timeline
9
Reactions
0
Assignees
Timeline (top)
commented ×3assigned ×1closed ×1issue_type_added ×1
RAW_BUFFERClick to expand / collapse

What is the documentation issue?

Currently the Next.js blog has a feed but it is not linked to in a way that RSS readers like NetNewsWire can detect. It would be helpful if https://nextjs.org/blog had a link to https://nextjs.org/feed.xml that allowed RSS readers to automatically find the feed when the blog homepage is entered.

Is there any context that might help us understand?

<img width="506" height="247" alt="Image" src="https://github.com/user-attachments/assets/8d5f7658-92f0-4ca7-881e-c39ae33e09a6" /> <br> <img width="304" height="178" alt="Image" src="https://github.com/user-attachments/assets/5cd2e389-de50-48d4-8e91-8d150f41f642" />

Does the docs page already exist? Please link to it.

No response

extent analysis

TL;DR

Adding a link to the RSS feed on the Next.js blog homepage is likely the fix to allow RSS readers to detect the feed.

Guidance

  • The issue seems to be a missing link to the RSS feed on the blog homepage, which prevents RSS readers from detecting it.
  • To verify the fix, enter the blog homepage in an RSS reader like NetNewsWire and check if it can automatically find the feed.
  • Adding a link to https://nextjs.org/feed.xml on the https://nextjs.org/blog page should allow RSS readers to detect the feed.
  • The link can be added in the HTML of the blog homepage, possibly in the <head> section or as a visible link in the page content.

Notes

The provided images do not seem to offer any relevant technical information for solving the issue.

Recommendation

Apply workaround: Add a link to the RSS feed on the blog homepage, as this is a straightforward solution to the problem described.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

nextjs - 💡(How to fix) Fix Docs: Link to feed from blog page [3 comments, 4 participants]