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://fudoshinkarate.com/component/ninjarsssyndicator/?feed_id=1&format=raw

  1. <html>
  2.  <head>
  3.    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  4.    <title>Google Domains Hosted Site</title>
  5.    <!-- CSS -->
  6.    <style>
  7.      body {
  8.        background-color: #F2F2F2;
  9.        color: #222;
  10.        font: 13px/1.54 arial, sans-serif;
  11.        margin: 0 auto;
  12.      }
  13.  
  14.      #wrap {
  15.        bottom: 50%;
  16.        margin-bottom: -0.5em;
  17.        position: fixed;
  18.        text-align: center;
  19.        width: 100%;
  20.      }
  21.  
  22.      h1 {
  23.        font-size: 18px;
  24.        font-weight: normal;
  25.      }
  26.  
  27.      a {
  28.        color: #1155CC;
  29.        text-decoration: none;
  30.      }
  31.  
  32.      span {
  33.        font-weight: bold;
  34.      }
  35.  
  36.      #footer {
  37.        bottom: 0px;
  38.        position: fixed;
  39.        width: 100%;
  40.      }
  41.  
  42.      ul {
  43.        background-color: #FFF;
  44.        border-top: 1px solid #E4E4E4;
  45.        color: #777;
  46.        list-style-type: none;
  47.        line-height: 3.077em;
  48.        margin: 0 -30px;
  49.        padding: 0 15px;
  50.        position: relative;
  51.      }
  52.  
  53.      li {
  54.        padding-left: 45px;
  55.      }
  56.    </style>
  57.    <script>
  58.      var hostName = window.location.search.substring(1);
  59.      var hostNamePieces = hostName.split('.');
  60.  
  61.      // Add the TLD
  62.      var j = hostNamePieces.length - 1;
  63.      domainName = hostNamePieces[j];
  64.  
  65.      // Add SLD (and 2 character TLDs, e.g. foo.co.uk)
  66.      do {
  67.        domainName = hostNamePieces[--j] + "." + domainName;
  68.      } while (hostNamePieces[j] <= 2 && j > 0);
  69.    </script>
  70.  </head>
  71.  
  72.  <body>
  73.    <script>
  74.      if (domainName) {
  75.        // User visited page via CNAME redirect
  76.        document.write('<div id="wrap"><h1><span>' + domainName + '</span> has expired</h1></div>');
  77.        var url = "https://domains.google.com/registrar?d=" + domainName + "&renew";
  78.        document.write('<div id="footer"><ul><li>Are you the owner? <a href="' + url + '">Renew your domain</a>.</li></ul></div>');
  79.      }
  80.    </script>
  81.  </body>
  82. </html>
  83.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda