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.
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
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
Updated on: 19/02/2026
Thank you!
