RSS Atom Feeds Not Displaying Topic is solved
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
RSS Atom Feeds Not Displaying
I'm hoping someone can help. I've recently moved to Joomla 4.0. I am using the Cassiopeia template. These lines appear in the source code of pages:
<link href="/feed/rss/" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/feed/atom/" rel="alternate" type="application/atom+xml" title="Atom 1.0">
These links don't work and Google's Search Console is complaining.
<link href="/feed/rss/" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/feed/atom/" rel="alternate" type="application/atom+xml" title="Atom 1.0">
These links don't work and Google's Search Console is complaining.
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: RSS Atom Feeds Not Displaying
It's a good question and, to be totally honest, I can't remember how to create a news feed from a J! website and have it display in a new reader. 
That's not to say it can't be done. News feeds seem to have fallen from fashion these days (just saying in passing). I spent half an hour searching on Google; most of the information I found related to older versions of J! (e.g. J! 3.x, J! 2.5 and earlier) so I don't know what's the latest information available for J! 4.x, sorry.

That's not to say it can't be done. News feeds seem to have fallen from fashion these days (just saying in passing). I spent half an hour searching on Google; most of the information I found related to older versions of J! (e.g. J! 3.x, J! 2.5 and earlier) so I don't know what's the latest information available for J! 4.x, sorry.
- AMurray
- Joomla! Exemplar
- Posts: 9129
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: RSS Atom Feeds Not Displaying
Are you trying to add third-party feeds to your site (or remove them), or trying to make your site readable in RSS? I don't know that Joomla creates RSS feeds of its own articles by default but extensions are available that do so such as https://extensions.joomla.org/extension/joomrss/
But to add third party news fees to your site:
That would just display the feed on a page on your site. e.g.if you link to the new feed component via a menu item link. I forget from there if you can then copy that RSS feed URL to the clipboard and copy it to a news-reader.
But to add third party news fees to your site:
That would just display the feed on a page on your site. e.g.if you link to the new feed component via a menu item link. I forget from there if you can then copy that RSS feed URL to the clipboard and copy it to a news-reader.
You do not have the required permissions to view the files attached to this post.
Last edited by AMurray on Sun May 28, 2023 9:48 pm, edited 1 time in total.
Regards - A Murray
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: RSS Atom Feeds Not Displaying
Thanks, @AMurray. There doesn't seem to be a problem adding external newsfeeds to a J! 4.x website (at least not in my experience and I've demonstrated it on my "demo" site). The fact that the OP has two <link ...> tags in the sourcesuggests to me that the OP is trying to have their website generate a feed and have it detected by a search engine; that's my understandinf of the question. I confess I don't really know how to make J! 4.x do that. It's probably something simple but I forget how it's done.
Code: Select all
<link href="/feed/rss/" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/feed/atom/" rel="alternate" type="application/atom+xml" title="Atom 1.0">
- AMurray
- Joomla! Exemplar
- Posts: 9129
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: RSS Atom Feeds Not Displaying
I too only found instructions on J3 for adding an RSS Feed of Joomla content (a module called "syndication feeds"). J3.10 still has the module but J4 doesn't. https://docs.joomla.org/Help310:Extensi ... tion_Feeds
Looks like it was quietly removed from J4. Maybe it should be a "legacy" extension maybe not included in the core, but should be listed on the JED like Weblinks.
I stand corrected: Syndication Feeds is in J4. Go to Modules (Site) then search "Feed" which brings up the RSS Feeds and Syndication Feed modules. I may be misunderstanding its purpose but it seems this generates an RSS for the page the module is located on. This may not answer entirely the OP's question.
Looks like it was quietly removed from J4. Maybe it should be a "legacy" extension maybe not included in the core, but should be listed on the JED like Weblinks.
I stand corrected: Syndication Feeds is in J4. Go to Modules (Site) then search "Feed" which brings up the RSS Feeds and Syndication Feed modules. I may be misunderstanding its purpose but it seems this generates an RSS for the page the module is located on. This may not answer entirely the OP's question.
Last edited by AMurray on Sun May 28, 2023 10:10 pm, edited 1 time in total.
Regards - A Murray
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: RSS Atom Feeds Not Displaying
@AMurray: Thanks, mate. It's a mystery, isn't it? I don't have any problems "feeding" RSS from my J! 3.x websites but I've never attempted these things in J! 4.x. That's not entirely correct; I have a J! 3.x website migrated to J! 4.x but I haven't published any new articles to test whether they feed to a news reader. It isn't high on my list of priorities because, as I wrote before, new readers seem to have had their "day" and aren't as popularly used much. I can't recall having used Atom feeds in the fifteen years I've been using J!.
-
- Joomla! Hero
- Posts: 2717
- Joined: Fri Jul 05, 2013 10:35 am
- Location: Parts Unknown
Re: RSS Atom Feeds Not Displaying
This is not helpful at all. What does not work exactly? What are you seeing when viewing the page? A 404 error, a blank page, a XML parse error, something else?These links don't work
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: RSS Atom Feeds Not Displaying
Well, slightly off-topic, I remembered how to generate an RSS feed from a J! website. I notice that the source of my pages contain two lines:
<link href="/relative-path?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/relative-path?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0">
So what? It looks normal to me. Furthermore, I can add the RSS feed into any news reader application. It all looks like it's out-of-the-box and it works.
I have no idea about submitting RSS feeds to Google, however.
<link href="/relative-path?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/relative-path?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0">
So what? It looks normal to me. Furthermore, I can add the RSS feed into any news reader application. It all looks like it's out-of-the-box and it works.
I have no idea about submitting RSS feeds to Google, however.
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
-
- Joomla! Hero
- Posts: 2717
- Joined: Fri Jul 05, 2013 10:35 am
- Location: Parts Unknown
Re: RSS Atom Feeds Not Displaying
Are you using any SEO/SEF extensions? Normally feed URLs are formatted like this: path?format=feed&type=rss. Or path.feed?type=rss if URL suffixes are enabled.
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
I am using 4SEO and 4SEF. And indeed, if those are disabled, those lines are not inserted.
Problem solved or at least the culprit has been identified!
Problem solved or at least the culprit has been identified!
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
okay, not solved.
After disabling 4SEO and 4SEF I checked an alternate page where there were no feed links, but on further investigation, these links:
<link href="/?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0">
appear on the Home page (only) regardless of the status of 4SEO and 4SEF.
After disabling 4SEO and 4SEF I checked an alternate page where there were no feed links, but on further investigation, these links:
<link href="/?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0">
<link href="/?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0">
appear on the Home page (only) regardless of the status of 4SEO and 4SEF.
-
- Joomla! Hero
- Posts: 2717
- Joined: Fri Jul 05, 2013 10:35 am
- Location: Parts Unknown
Re: RSS Atom Feeds Not Displaying
Are they also showing 404?
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
These are 404 pages. I have posted in the template forum to see how to remove these lines.
or .. could this be an artifact of Joomla's SEF option?
-
- Joomla! Hero
- Posts: 2717
- Joined: Fri Jul 05, 2013 10:35 am
- Location: Parts Unknown
Re: RSS Atom Feeds Not Displaying
It's normal for these links to appear. You can disable them in the component options, Integration tab -> "Show feed links". But it is still not clear why they're generating errors with SEF extensions disabled.
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
This sounds promising! Can you be more specific as to where this link is? I can find an article on Component Options for Joomla 3.X but not for 4.X
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
Update: I found "New Feeds" under Components in Global Configuration. I turned every switch off on every tab, saved, cleared the cache, cleared cookies, and reloaded the page. The RSS links still appear in the Home page.
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: RSS Atom Feeds Not Displaying
Please see the following screenshot:
The <links> we're discussing will appear in the HTML source if RSS Feed Link = Show; these "links" will not appear on the rendered page in the browser (unless you have added a module or other feature to display them). The <links> we're discussing will not appear in the HTML source if RSS Feed Link = Hide.
I do not use caching on my websites (especially when I am testing things). Cookies have nothing to do with the matter.
You do not have the required permissions to view the files attached to this post.
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
Yes, I found that late yesterday. The links still appear in the Home page after it is switched off and cache cleared.
https://spicaspeakers.com/
https://spicaspeakers.com/
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
-
- Joomla! Hero
- Posts: 2717
- Joined: Fri Jul 05, 2013 10:35 am
- Location: Parts Unknown
Re: RSS Atom Feeds Not Displaying
You turned it off in the wrong component.
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
I turned it off exactly as you described here:
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
You do not have the required permissions to view the files attached to this post.
-
- I've been banned!
- Posts: 13639
- Joined: Sun Jul 05, 2009 3:30 am
- Location: Canberra, Australia
Re: Feed links appearing in the HTML source
There is one other place where feeds are set: the menu item (on the Integration tab). Settings on menu items override default/global settings elsewhere.
See screenshot below:
What is the setting for RSS Feed Link in your menu item?
See screenshot below:
What is the setting for RSS Feed Link in your menu item?
You do not have the required permissions to view the files attached to this post.
- motwguy
- Joomla! Apprentice
- Posts: 37
- Joined: Thu Aug 07, 2008 3:11 pm
- Location: Huntsville, Al
- Contact:
Re: RSS Atom Feeds Not Displaying
We have a winner!! Links are gone, thank you @sozzled