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://safeweb.norton.com/report/show?url=uptimestat.ru

  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <title>Safeweb</title>
  7.    <base href="/">
  8.    <meta name="viewport" content="width=device-width, initial-scale=1">
  9.    <meta property="og:url" content="">
  10.    <meta property="og:type" content="website">
  11.    <meta property="og:title" content="">
  12.    <meta property="og:description" content="">
  13.    <meta property="og:image" content="">
  14.    <meta property="og:image:alt" content="">
  15.    <link rel="icon" type="image/x-icon" href="https://static.nortoncdn.com/safeweb/prod/common/1.0/favicon.ico">
  16.    <link rel="preconnect" href="https://fonts.gstatic.com">
  17.    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;display=swap" rel="stylesheet">
  18.    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  19.    <script id="launch" src="https://assets.adobedtm.com/launch-EN1cc7556280444b10a3c687a73ed01baa.min.js" async></script>
  20. </head>
  21.  
  22. <body>
  23. <app-root></app-root>
  24. <script>
  25.        window.onload = function () {
  26.            fetch('https://static.nortoncdn.com/safeweb/prod/common/1.0/chunks.json', {
  27.            headers: {
  28.                'Accept': 'application/json'
  29.            }
  30.        })
  31.            .then(response => response.text())
  32.            .then(response => {
  33.                var jsonResponse = JSON.parse(response);
  34.                for (var i = 0; i < jsonResponse.jsscripts.length; i++) {
  35.                    var jslink = jsonResponse.jsscripts[i];
  36.                    var n = document.createElement("script");
  37.                    n.setAttribute("type","module");
  38.                    n.setAttribute("src",jslink)
  39.                    document.querySelector("body").appendChild(n);
  40.                }
  41.  
  42.                if(jsonResponse.styles)
  43.                {
  44.                    var t = document.createElement("link");
  45.                    t.setAttribute("href",jsonResponse.styles);
  46.                    t.setAttribute("rel", "stylesheet")
  47.                    document.querySelector("head").appendChild(t);
  48.                }
  49.            })
  50.        };
  51.    </script>
  52. </body>
  53.  
  54. </html>
  55.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda