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://edinburghsbestcomedy.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.  <title>Domain parking page</title>
  8.  <link rel="stylesheet" href="/styles/css/index.css">
  9.  <link rel="shortcut icon" href="https://static.fasthosts.co.uk/icons/favicon.ico" type="image/x-icon" />
  10.  
  11.  <!-- Global site tag (gtag.js) - Google Analytics -->
  12.  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-199510482-1"></script>
  13.  <script>
  14.    window.dataLayer = window.dataLayer || [];
  15.    function gtag(){dataLayer.push(arguments);}
  16.    gtag('js', new Date());
  17.    gtag('config', 'UA-199510482-1');
  18.  </script>
  19.  
  20. </head>
  21. <body>
  22.  <div class="container">
  23.    <nav class="logo">
  24.      <a href="https://fasthosts.co.uk/" rel="nofollow">
  25.        <img src="/assets/fasthosts-logo-secondary.svg" alt="Fasthosts"></img>
  26.      </a>
  27.    </nav>
  28.  
  29.    <main>
  30.      <h2>Welcome to <span class="domainVar"></span></h2>
  31.      <p>
  32.        This domain name is parked for FREE by
  33.        <strong><a href="https://fasthosts.co.uk/" rel="nofollow">fasthosts.co.uk</a></strong>
  34.      </p>
  35.  
  36.      <div class="row">
  37.        <div class="card card--is-cta">
  38.          <h3>
  39.            Looking to buy a similar domain to <br>
  40.            <strong><span class="domainVar"></span>?</strong>
  41.          </h3>
  42.          <a class="cta cta--primary" rel="nofollow" id="domainSearchCta">Start search</a>
  43.        </div>
  44.  
  45.        <div class="card card--is-cta card--with-side-icon">
  46.          <img class="card__side-icon" src="/assets/icon-magic-wand-square-orange.svg" alt="">
  47.          <h3><strong>Do more with your domain</strong></h3>
  48.          <p>Access all the tools you need for online success</p>
  49.          <a class="cta" rel="nofollow" href="https://www.fasthosts.co.uk?utm_source=domainparking&utm_medium=referral&utm_campaign=fh_parking_do_more">Find out more</a>
  50.        </div>
  51.      </div>
  52.  
  53.      <h2>Need help?</h2>
  54.      <p>Our friendly experts are here 24/7 to answer your domain questions, from registering a similar domain to connecting your domain name to your site.</p>
  55.      <a class="cta-link" rel="nofollow" href="https://www.fasthosts.co.uk/contact?utm_source=domainparking&utm_medium=referral&utm_campaign=fh_parking_contact">Contact us</a>
  56.    </main>
  57.  </div>
  58.  
  59.  <script>
  60.    const cleanHostname = document.location.hostname.indexOf("www.") && document.location.hostname || document.location.hostname.replace("www.", "")
  61.    document.querySelectorAll(".domainVar").forEach(placeholder => placeholder.innerText = cleanHostname)
  62.    document.getElementById("domainSearchCta").href = `https://www.fasthosts.co.uk/domain-names/search/?domain=${cleanHostname}&utm_source=domainparking&utm_medium=referral&utm_campaign=fh_parking_dac`
  63.  </script>
  64. </body>
  65. </html>
  66.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda