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://slashgeo.org/index.atom

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