It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://ec.europa.eu/eures/RSSFeed?rssType=public&language=en

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>404 Not found</title>
  5.    <meta charset="UTF-8" />
  6.    <script>
  7.        let lang = new URLSearchParams(location.search).get("lang") || 'en';
  8.        let public_host = "https://europa.eu";
  9.        window.location.href = public_host + "/eures/portal/404?lang=" + lang
  10.    </script>
  11. </head>
  12. <body></body>
  13. </html>
  14.  
  15.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda