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

  1.  
  2. <!DOCTYPE html>
  3. <html lang="id">
  4. <head>
  5.  <meta charset="UTF-8" />
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.  <title>thebusinesguide.com - Website Dalam Perbaikan</title>
  8.  <meta name="description" content="thebusinesguide.com saat ini sedang dalam perbaikan. Kami akan segera kembali dengan tampilan dan fitur baru!" />
  9.  <link rel="canonical" itemprop="mainEntityOfPage" href="https://thebusinesguide.com/" />
  10.  <meta name="robots" content="index, follow" />
  11.  <link rel="preconnect" href="https://fonts.googleapis.com">
  12.  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  13.  <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap" rel="stylesheet">
  14.  
  15.  <style>
  16.    * {
  17.      margin: 0;
  18.      padding: 0;
  19.      box-sizing: border-box;
  20.    }
  21.  
  22.    body {
  23.      font-family: 'Orbitron', sans-serif;
  24.      background: radial-gradient(circle at top, #000000, #0d0d0d 80%);
  25.      color: #ffffff;
  26.      text-align: center;
  27.      padding: 50px 20px;
  28.      display: flex;
  29.      flex-direction: column;
  30.      min-height: 100vh;
  31.      justify-content: center;
  32.    }
  33.  
  34.    h1 {
  35.      font-size: 2.8rem;
  36.      margin-bottom: 20px;
  37.      color: #00fff7;
  38.      animation: pulse 2s infinite;
  39.    }
  40.  
  41.    p {
  42.      font-size: 1.2rem;
  43.      max-width: 600px;
  44.      margin: 0 auto;
  45.      color: #cccccc;
  46.    }
  47.  
  48.    @keyframes pulse {
  49.      0% { text-shadow: 0 0 10px #00fff7; }
  50.      50% { text-shadow: 0 0 20px #00fff7; }
  51.      100% { text-shadow: 0 0 10px #00fff7; }
  52.    }
  53.  
  54.    footer {
  55.      margin-top: 50px;
  56.      font-size: 0.9rem;
  57.      color: #777;
  58.    }
  59.  
  60.    @media (max-width: 600px) {
  61.      h1 {
  62.        font-size: 2rem;
  63.      }
  64.  
  65.      p {
  66.        font-size: 1rem;
  67.      }
  68.    }
  69.  </style>
  70. </head>
  71. <body>
  72.  <h1>Situs Dalam Perbaikan</h1>
  73.  <p>Kami sedang menyempurnakan sistem kami untuk pengalaman yang lebih baik.<br>
  74.     Silakan kembali lagi nanti. Terima kasih atas kesabaran Anda!</p>
  75.  
  76.  <footer>
  77.    &copy; 2025 thebusinesguide.com. All rights reserved.
  78.  </footer>
  79. </body>
  80. </html>
  81.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda