Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert RSS Feed URL in Head #1638

Open
gigaArpit opened this issue Dec 6, 2024 · 1 comment · May be fixed by #1641
Open

Insert RSS Feed URL in Head #1638

gigaArpit opened this issue Dec 6, 2024 · 1 comment · May be fixed by #1641
Labels
enhancement New feature or request

Comments

@gigaArpit
Copy link

gigaArpit commented Dec 6, 2024

It would be highly beneficial if RSS feeds generated by the ContentIndex plugin automatically inserted the RSS feed URL into the <head> section of all pages (or at least the home page). This could be implemented with a snippet like the following:

<link rel="alternate" type="application/rss+xml" title="Example Feed" href="http://example.com/index.xml" />

Adding this <link> tag improves discoverability, as it allows browsers, feed readers, and other tools to automatically detect the presence of an RSS feed for the site. This small enhancement would align with standard best practices for syndication and significantly increase the accessibility of the feed for users and developers alike.

Moreover, this feature would simplify the user experience for those who rely on RSS aggregators, ensuring seamless integration without requiring manual discovery of the feed URL.

@gigaArpit gigaArpit added the enhancement New feature or request label Dec 6, 2024
vanadium23 added a commit to vanadium23/quartz that referenced this issue Dec 7, 2024
@vanadium23 vanadium23 linked a pull request Dec 7, 2024 that will close this issue
vanadium23 added a commit to vanadium23/quartz that referenced this issue Dec 7, 2024
@aarnphm
Copy link
Collaborator

aarnphm commented Dec 8, 2024

I think this is more of a personal preference but fwiw you can add it to the head if you want to.

We don't have extensive support for RSS in quartz yet, so I'm more hesitant to add this prematurely.

https://stackoverflow.com/questions/11412279/whats-purpose-of-rss-feeds-link-in-header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants