Skip to content

fix(seo): emit rss <link> in <head> JSX directly - #918

Merged
Flotapponnier merged 1 commit into
devfrom
fix/rss-link-in-head
Jul 6, 2026
Merged

fix(seo): emit rss <link> in <head> JSX directly#918
Flotapponnier merged 1 commit into
devfrom
fix/rss-link-in-head

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Next Metadata.alternates.types silently drops RSS alternates in App Router. #916 relied on it and the tag never rendered. Falls back to direct in JSX.

Next Metadata.alternates.types silently drops the RSS alternate
in App Router — validated on prod after #916 shipped and the tag
never rendered in HTML. Falling back to a direct <link> in the
<head> JSX so feed readers + AI crawlers (Perplexity, Bing News,
Claude) can auto-discover /rss.xml.
@Flotapponnier
Flotapponnier merged commit df722d2 into devJul 6, 2026
1 check passed
Flotapponnier added a commit that referenced this pull request Jul 6, 2026
Next Metadata.alternates.types silently drops the RSS alternate
in App Router — validated on prod after #916 shipped and the tag
never rendered in HTML. Falling back to a direct <link> in the
<head> JSX so feed readers + AI crawlers (Perplexity, Bing News,
Claude) can auto-discover /rss.xml.
Co-authored-by: Florent Tapponnier <contact@mobula.io>
@Flotapponnier
Flotapponnier deleted the fix/rss-link-in-head branch July 17, 2026 14:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Flotapponnier