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://the-advocate.ghost.io/rss/

  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  <meta charset="utf-8">
  5.  <meta http-equiv="x-ua-compatible" content="ie=edge">
  6.  <title>Site unavailable</title>
  7.  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8.  <style type="text/css">
  9.    .header,
  10.    .outer {
  11.      position: fixed;
  12.      top: 0;
  13.      right: 0;
  14.      left: 0
  15.    }
  16.  
  17.    body {
  18.      width: 100%;
  19.      height: 100%;
  20.      margin: 0;
  21.      padding: 0;
  22.      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
  23.    }
  24.  
  25.    a.error-cta {
  26.      color: #fff;
  27.      border: 1px solid rgba(255, 255, 255, .7);
  28.      padding: 8px 12px;
  29.      font-weight: 300;
  30.      font-size: 12px;
  31.      text-decoration: none;
  32.      border-radius: 5px
  33.    }
  34.  
  35.    a:hover {
  36.      border-color: #fff
  37.    }
  38.  
  39.    .wrap {
  40.      display: table;
  41.      margin: 0 auto;
  42.      height: 95%
  43.    }
  44.  
  45.    .header {
  46.      display: -ms-flexbox;
  47.      display: flex;
  48.      -ms-flex-align: center;
  49.      align-items: center;
  50.      -ms-flex-pack: justify;
  51.      justify-content: space-between;
  52.      padding: 2vw
  53.    }
  54.  
  55.    .logo svg {
  56.      height: 35px;
  57.    }
  58.  
  59.    .logo svg g,
  60.    .logo svg path {
  61.      fill: #fff
  62.    }
  63.  
  64.    .content {
  65.      padding: 0 30px;
  66.      display: table-cell;
  67.      vertical-align: middle;
  68.      text-align: center
  69.    }
  70.  
  71.    h1,
  72.    h2 {
  73.      padding: 0;
  74.      color: #fff
  75.    }
  76.  
  77.    h1 {
  78.      margin: 0 0 10px;
  79.      font-weight: 600;
  80.      font-size: 70px;
  81.      line-height: 1.1em;
  82.      letter-spacing: -1px;
  83.    }
  84.  
  85.    h2 {
  86.      margin: 0;
  87.      font-weight: 200;
  88.      font-size: 23px;
  89.      line-height: 1.3em;
  90.      letter-spacing: 1px
  91.    }
  92.  
  93.    @media screen and (max-width:800px) {
  94.      h1 {
  95.        font-size: 6.5vw;
  96.        letter-spacing: 2px
  97.      }
  98.  
  99.      h2 {
  100.        font-size: 14px
  101.      }
  102.    }
  103.  
  104.    .outer {
  105.      bottom: 0;
  106.      background-size: cover;
  107.      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAADCAYAAABfwxXFAAAAVklEQVQIWx3KMQ5AQBBA0b8ziGTDXRQ6UagdReIU7qnTS8SGtUO0L8+Nw2LbvlJRU54F6bkJmrBccX072SMRkUSMGYJCOhDzuK6Z7baII3xsiPo/qV28zwQglHkpGTsAAAAASUVORK5CYII=");
  108.    }
  109.  </style>
  110.  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-40498841-2"></script>
  111.  <script>
  112.    window.dataLayer = window.dataLayer || [];
  113.    function gtag() { dataLayer.push(arguments); }
  114.    gtag('js', new Date());
  115.    gtag('config', 'UA-40498841-2');
  116.  </script>
  117. </head>
  118.  
  119. <body>
  120.  <div class="outer">
  121.    <header class="header">
  122.      <a href="https://ghost.org/">
  123.        <div class="logo">
  124.          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 294" preserveAspectRatio="xMidYMid meet" class="ghost-orb-logo">
  125.            <title>Ghost Logo</title>
  126.            <style>
  127.              svg.ghost-orb-logo {
  128.                background-size: 100% 100%;
  129.                background-repeat: no-repeat;
  130.                background-image: url(ghost-logo-light.png);
  131.              }
  132.            </style>
  133.          </svg>
  134.        </div>
  135.      </a>
  136.      <a class="error-cta" href="https://ghost.org/">What is Ghost?</a>
  137.    </header>
  138.    <div class="wrap">
  139.      <div class="content">
  140.        <h1>Site unavailable.</h1>
  141.        <h2>If you're the owner, email us on support@ghost.org</h2>
  142.      </div>
  143.    </div>
  144.  </div>
  145. </body>
  146.  
  147. </html>
  148.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda