Why does Metricool say my RSS feed URL is not valid?
The RSS feed URL appears as invalid
The “Invalid URL” error when adding an RSS feed to an Autolist happens when Metricool can’t access or read your feed’s XML file—even if the URL works in your browser.
Before you start: Make sure you have the full URL of your RSS feed (it usually ends in /feed or /rss). Learn more in What is an RSS Feed and how does it work in Metricool
Check that the feed is valid XML
The most common issue is that the URL doesn’t return valid XML or returns HTML instead.
How to check:
Paste your URL into https://validator.w3.org/feed/
If it shows errors, the feed doesn’t meet RSS/XML standards
Open the URL directly in your browser—it should display raw XML code, not an HTML page
Example of a valid feed: https://metricool.com/feed/ — Open it in your browser to see the XML structure Metricool expects to receive.
If your browser shows a normal web page (with layout and menus), it’s not a valid RSS feed. Look for another URL or contact your site administrator.
Check for server security blocks
Your server may block Metricool’s access even if you can see the feed in your browser.
Common causes:
Cloudflare: Firewall rules blocking bots or automated tools
Security plugins: Wordfence, Sucuri, or others restricting access by IP
403 (Forbidden) error: The server rejects requests from external apps
Solutions:
Temporarily disable your firewall or security plugins
If you use Cloudflare, create an exception rule for the feed path (/feed or /rss)
Contact your hosting provider to allow access for external services
Try the main feed URL (example.com/feed) instead of variants
Make sure the feed is public
Metricool needs to access the feed without authentication or restrictions.
Check that:
It doesn’t require login or a password
It isn’t IP-blocked (some sites limit access by location)
The server responds with HTTP 200 (use a tool like httpstatus.io)
Check WordPress settings (if applicable)
If your feed is from WordPress, adjust the syndication settings:
Go to Settings > Reading in your WordPress dashboard
Under “Syndication feeds show the most recent”, select a reasonable number of items (at least 5–10)
Save changes and try connecting again
Still not working
If you’ve checked everything above and the error persists:
Try a different feed from the same site (example.com/feed vs example.com/rss)
Wait 10–15 minutes after making changes to your server or firewall
Contact Metricool support with the exact feed URL
If you just created your blog, make sure you have at least 2–3 posts published before connecting the feed.