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://feeds2.feedburner.com/SigEpFeds_Commentary

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