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: https://dallas-water-damage-restoration.com

  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  <meta charset="UTF-8">
  6.  <meta name="viewport"
  7.    content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  8.  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9.  <title>No Index</title>
  10. </head>
  11.  
  12. <body>
  13.  <div class="page-container">
  14.    <h1 class="error-title">You have reached <br>an error page on WPX.net </h1>
  15.    <p class="error-msg">If you are seeing this page, it is because <br> there is no website installed on this domain
  16.      yet.
  17.    </p>
  18.    <p class="error-msg">Find the right hosting plan for you on the world's fastest <br>WordPress hosting service <a
  19.        class="wpxRedirect" href="https://wpx.net/cart/wordpress-hosting/">here</a>.</p>
  20.    <div class="awards">
  21.      <div class="box">
  22.        <p class="awards-title">MOST <br>TRUSTED</p>
  23.        <span class="brLine"></span>
  24.        <p class="awardsBy">Trusted by <br>Trustpilot.com</p>
  25.      </div>
  26.      <div class="box">
  27.        <p class="awards-title">BEST <br>SUPPORT</p>
  28.        <span class="brLine"></span>
  29.        <p class="awardsBy">Tested by <br>Mathew Woodward</p>
  30.      </div>
  31.      <div class="box">
  32.        <p class="awards-title">BEST <br>SEO</p>
  33.        <span class="brLine"></span>
  34.        <p class="awardsBy">Tested by <br>Matt Diggity</p>
  35.      </div>
  36.      <div class="box">
  37.        <p class="awards-title">FASTEST <br>WP</p>
  38.        <span class="brLine"></span>
  39.        <p class="awardsBy">Tested by <br>Kevin Ohashi</p>
  40.      </div>
  41.    </div>
  42. </body>
  43.  
  44. </html>
  45. <style>
  46.  .page-container {
  47.    display: flex;
  48.    flex-direction: column;
  49.    justify-content: center;
  50.    align-items: center;
  51.    position: fixed;
  52.    top: 50%;
  53.    left: 50%;
  54.    transform: translate(-50%, -50%);
  55.  }
  56.  
  57.  .awards-title,
  58.  .awardsBy,
  59.  .error-title,
  60.  .error-msg {
  61.    font-family: 'Montserrat', sans-serif;
  62.    text-align: center;
  63.  }
  64.  
  65.  
  66.  .error-title {
  67.    font-size: 46px;
  68.    font-weight: 900;
  69.  }
  70.  
  71.  .error-msg {
  72.    font-size: 22px;
  73.    margin-bottom: 10px;
  74.  }
  75.  
  76.  .wpxRedirect {
  77.    font-weight: 700;
  78.    color: #FB5718;
  79.  }
  80.  
  81.  .awards {
  82.    display: flex;
  83.    gap: 50px;
  84.    margin-top: 60px;
  85.  }
  86.  
  87.  .awards-title {
  88.    font-weight: 700;
  89.    font-size: 22px;
  90.    width: 170px;
  91.    color: #96004e;
  92.  }
  93.  
  94.  .awardsBy {
  95.    font-size: 16px;
  96.    font-weight: 400;
  97.  }
  98.  
  99.  .brLine {
  100.    display: block;
  101.    width: 85%;
  102.    border: 1px solid #FB5718;
  103.    margin: -15px auto -5px;
  104.  }
  105. </style>
  106.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda