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://www.text-link-ads.com/xml_blogger.php?inventory_key=POFLCEJRKGPJJ2WVEFT0&feed=1

  1. <!doctype html>
  2. <html lang="en-US" style="height:100%">
  3. <head>
  4.    <script type="text/javascript">
  5.        let rep = ""
  6.        let loc = window.location.hostname
  7.        let parts = loc.split('.')
  8.        let end = parts[parts.length -1]
  9.        loc = window.location.protocol + '//' + parts[parts.length -2] + '.' + end
  10.        let search = ''
  11.        if(window.location.search){
  12.            search = window.location.search
  13.        } else {
  14.            search = '?'
  15.        }
  16.        if(window.location.search.includes('redirect=true')){
  17.            window.location.replace(loc)
  18.        }
  19.        if(!window.location.pathname.endsWith('/')) {
  20.            rep = `${loc}${ window.location.pathname.toLowerCase()}${search}redirect=true`
  21.            window.location.replace(loc)
  22.        }else if(window.location.pathname.endsWith('/')){
  23.            rep = `${loc}${window.location.pathname.substr(0, window.location.pathname.lastIndexOf('/')).toLowerCase()}.html${search}redirect=true`
  24.            window.location.replace(rep)
  25.        }
  26.  
  27.    </script>
  28. </head>
  29. <body></body>
  30. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda