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.    @media only screen and (max-width: 600px) {
  67.        .domain-name{
  68.        font-size:2rem
  69.        }
  70.        .for-sale {
  71.        font-size: 1.2rem;
  72.        }
  73.        .cta {
  74.            font-size: 1.5rem;
  75.        }
  76.    }
  77. </style>
  78. <!-- Google tag (gtag.js) -->
  79. <script async src="https://www.googletagmanager.com/gtag/js?id=G-QZXS82W72L"></script>
  80. <script>
  81. window.dataLayer = window.dataLayer || [];
  82. function gtag(){dataLayer.push(arguments);}
  83. gtag('js', new Date());
  84.  
  85. gtag('config', 'G-QZXS82W72L');
  86. </script>
  87. </head>
  88. <body>
  89.    <div class="container">
  90.        <div class="domain-name">INFORMAINCASA.IT</div>
  91.        <div class="for-sale">Questo dominio è in vendita su</div>
  92.        <div class="logo">
  93.            <img src="assets/images/logo/marketdomain-white.png" alt="MarketDomain Logo">
  94.        </div>
  95.        <div class="cta">
  96.            <a href="https://www.marketdomain.it/p/informaincasa-it" rel="nofollow">Fai un'offerta</a>
  97.        </div>
  98.    </div>
  99. </body>
  100. <footer class="footer-area mb-30">
  101.    <div class="container">
  102.        <div class="row align-items-center">
  103.            <div class="col-lg-12">
  104.                <div class="copy-right-text text-lg-right text-center">
  105.                    <p class="text-white">Marketdomain.it di proprietà di WEB 365 SRL – Via Nicola Marchese 10, 00141 Rome (RM) – Partita IVA 12279101005</p>
  106.                    <p class="text-white">Copyright &copy; 2025 – Tutti i diritti riservati</p>
  107.                </div>
  108.            </div>
  109.        </div>
  110.    </div>
  111. </footer>
  112. </html>
  113.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda