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://community.mcafee.com/community/security/

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="refresh" content="10;URL='https://www.mcafee.com/support'" />
  9.    <title>McAfee Support Community</title>
  10.  
  11.    <link rel="icon" type="image/vnd.microsoft.icon" href="/etc.clientlibs/mcafee-consumer-wcm-themes/resources/favicon.ico">
  12.    <link type="image/png" rel="shortcut icon" href="fullImagePath/resources/images/mcafee-shield_rgb_re.ico">
  13.    <!-- <link type="image/png" rel="shortcut icon" href="https://service-static.mcafee.com/version_1656520361855/resources/images/mcafee-shield_rgb_re.ico"> -->
  14.  
  15.    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
  16.  
  17.    <script src="https://kit.fontawesome.com/09c0d5d586.js" crossorigin="anonymous"></script>
  18.  
  19.    <style>
  20.        * {
  21.            box-sizing: border-box;
  22.            margin: 0;
  23.            padding: 0;
  24.        }
  25.        
  26.        html {
  27.            height: calc(100% - 10px);
  28.        }
  29.        
  30.        body {
  31.            font-family: 'Poppins', sans-serif;
  32.            position: relative;
  33.            min-height: 100%;
  34.            padding-bottom: 30px;
  35.            padding-top: 5px;
  36.            padding-bottom: 5px;
  37.            color: #161513;
  38.        }
  39.      
  40.        
  41.        header {
  42.            max-width: 1200px;
  43.            padding: 0 30px;
  44.            height: 60px;
  45.            display: flex;
  46.            align-items: center;
  47.            background-color: #f2f2f2;
  48.            margin-left: auto;
  49.            margin-right: auto;            
  50.            border-radius: 15px;
  51.        }
  52.        
  53.        .header-logo {
  54.            cursor: pointer;
  55.            transition: 0.4s ease;
  56.            margin-top: 5px;
  57.        }
  58.        
  59.        .header-logo:hover {
  60.            cursor: pointer;
  61.            opacity: 0.6;
  62.            transition: 0.2s ease;
  63.        }
  64.        
  65.        .content-wrapper {
  66.            width: 100%;
  67.            max-width: 740px;
  68.            margin-left: auto;
  69.            margin-right: auto;  
  70.            margin-top: 26px;        
  71.            align-items: center;
  72.            padding: 0 15px;
  73.            text-align: center;
  74.            font-size: 16px;
  75.        }
  76.  
  77.        .new-community-coming-soon-heading{
  78.            font-weight: 500;            
  79.            margin-bottom: 10px;
  80.        }
  81.      
  82.        .alert-message {
  83.            max-width: 1200px;
  84.            width: 100%;
  85.            margin-left: auto;
  86.            margin-right: auto;
  87.            margin-top: 10px;
  88.            font-size: 16px;
  89.            text-align: center;
  90.            border: 1px solid #9c9c9c;
  91.            border-radius: 5px;
  92.        }
  93.  
  94.        .new-community-icon{
  95.            height: 44vh;
  96.        }
  97.  
  98.        footer {
  99.            background-color: #f2f2f2;
  100.            max-width: 1200px;
  101.            margin-left: auto;
  102.            margin-right: auto;
  103.            border-radius: 15px;
  104.            font-size: 11px;
  105.            color: #383434;
  106.            height: 60px;
  107.            display: flex;
  108.            justify-content: center;
  109.            align-items: center;
  110.        }
  111.    </style>
  112. </head>
  113.  
  114. <body>
  115.    <header>
  116.        <a href="https://www.mcafee.com/" class="header-logo">
  117.            <img src="https://www.mcafee.com/content/dam/consumer/en/company-logo/McAfeeHzRed.svg" />
  118.        </a>
  119.    </header>
  120.  
  121.    <div class="alert-message">
  122.        This page will redirect in 10 seconds.
  123.    </div>
  124.    
  125.    <main class="content-wrapper">
  126.        
  127.  
  128.        <h2 class="new-community-coming-soon-heading">A new Community is coming soon!</h2>
  129.        
  130.        <p>Our Community is unavailable while we build and improve the experience.</p>
  131.        <p>While we're away, you can resolve issues through our <a href="https://www.mcafee.com/support">Customer Service</a> Portal.</p>
  132.        <br>
  133.        <img src="images/Community_Redirect_Icon.png" alt="" class="new-community-icon" />  
  134.  
  135.    </main>
  136.  
  137.    <footer>
  138.        <div class="copywrite-info-wrapper">
  139.            Copyright &copy; 2024 McAfee, LLC
  140.        </div>
  141.    </footer>
  142.  
  143. </body>
  144.  
  145. </html>
  146.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda