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://feeds.feedburner.com/VideoRicette

  1. <!DOCTYPE html>
  2. <html lang="it">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.        <title>informaincasa.it | Dominio in Vendita</title>
  7.    <link rel="icon" href="assets/images/favicon.png" type="image/png">
  8.    <style>
  9.    @font-face {
  10.        font-family: 'NexaRegular';
  11.        src: url('assets/fonts/NexaRegular.otf') format('opentype');
  12.        font-weight: normal;
  13.        font-style: normal;
  14.    }
  15.    body, html {
  16.        height: 100%;
  17.        margin: 0;
  18.        font-family: Arial, sans-serif;
  19.        display: flex;
  20.        flex-direction: column;
  21.        justify-content: center;
  22.        align-items: center;
  23.        background: url('assets/images/bg/marketdomain-bg.jpg') no-repeat center center fixed;
  24.        background-size: cover;
  25.    }
  26.    .container {
  27.        text-align: center;
  28.        padding: 20px;
  29.        border-radius: 10px;
  30.        color: white;
  31.        flex: 1;
  32.        display: flex;
  33.        flex-direction: column;
  34.        justify-content: center;
  35.    }
  36.    footer {
  37.        width: 100%;
  38.        padding: 10px 0;
  39.        text-align: center;
  40.        color: white;
  41.    }
  42.    .domain-name {
  43.        font-size: 4em;
  44.        margin-bottom: 50px;
  45.        font-weight: bold;
  46.    }
  47.    .for-sale {
  48.        font-size: 2.0em;
  49.        margin-bottom: 20px;
  50.    }
  51.    .cta {
  52.        font-size: 1.8em;
  53.        margin-top: 20px;
  54.    }
  55.    .cta a {
  56.        color: white;
  57.        text-decoration: none;
  58.        font-weight: bold;
  59.        background-color: #ff5500;
  60.        padding: 10px 20px;
  61.        border-radius: 5px;
  62.    }
  63.    .logo img {
  64.        width: 60%;
  65.    }
  66. </style>
  67. <!-- Google tag (gtag.js) -->
  68. <script async src="https://www.googletagmanager.com/gtag/js?id=G-QZXS82W72L"></script>
  69. <script>
  70. window.dataLayer = window.dataLayer || [];
  71. function gtag(){dataLayer.push(arguments);}
  72. gtag('js', new Date());
  73.  
  74. gtag('config', 'G-QZXS82W72L');
  75. </script>
  76. </head>
  77. <body>
  78.    <div class="container">
  79.        <div class="domain-name">INFORMAINCASA.IT</div>
  80.        <div class="for-sale">Questo dominio è in vendita su</div>
  81.        <div class="logo">
  82.            <img src="assets/images/logo/marketdomain-white.png" alt="MarketDomain Logo">
  83.        </div>
  84.        <div class="cta">
  85.            <a href="http://www.marketdomain.it">Fai un'offerta</a>
  86.        </div>
  87.    </div>
  88. </body>
  89. <footer class="footer-area mb-30">
  90.    <div class="container">
  91.        <div class="row align-items-center">
  92.            <div class="col-lg-12">
  93.                <div class="copy-right-text text-lg-right text-center">
  94.                    <p class="text-white">Marketdomain.it di proprietà di WEB 365 SRL – Via Nicola Marchese 10, 00141 Rome (RM) – Partita IVA 12279101005</p>
  95.                    <p class="text-white">Copyright &copy; 2025 – Tutti i diritti riservati</p>
  96.                </div>
  97.            </div>
  98.        </div>
  99.    </div>
  100. </footer>
  101. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda