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/autoweek/weblog

  1.  
  2. <!DOCTYPE html>
  3. <html lang='nl'>
  4. <head>
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7.    <link href="https://myprivacy-static.dpgmedia.net" rel="preconnect" />
  8.  
  9.    <script type="text/javascript">
  10.        const callbackUrl = new URL(decodeURIComponent('https%3A%2F%2Fwww.autoweek.nl%2Fprivacygate-confirm%3FredirectUri%3D%252Ferror-404%252F%26authId%3D21863cfb-6f67-4e19-863b-daa67906d056'))
  11.        window._privacy = window._privacy || [];
  12.        window.cmpProperties = {
  13.            integratorId: 'autoweek',
  14.            language: 'nl',
  15.            siteUrl: callbackUrl.toString(),
  16.            darkModeEnabled: 'false',
  17.        }
  18.  
  19.        function redirect() {
  20.            document.getElementById('message').style.visibility = 'visible';
  21.            window.location.href = callbackUrl.toString();
  22.        }
  23.  
  24.        function handleError(error) {
  25.            console.error('privacy-gate error: ' + error)
  26.            redirect();
  27.        }
  28.  
  29.        window._privacy.push(['functional', redirect]);
  30.        window._privacy.push(['error', handleError]);
  31.    </script>
  32.    <script type="text/javascript" src="https://myprivacy-static.dpgmedia.net/consent.js"></script>
  33.    <style>
  34.  
  35.        h2 {
  36.            font-family: "Trebuchet MS", Arial, sans-serif;
  37.            font-size: 26px;
  38.            text-transform: uppercase;
  39.        }
  40.  
  41.        body {
  42.            margin: 0;
  43.            font-family: "Trebuchet MS", Arial, sans-serif;
  44.            font-size: 16px;
  45.        }
  46.  
  47.        .container {
  48.            /*noinspection CssUnknownTarget*/
  49.            background-image: url("https://myprivacy-static.dpgmedia.net/consent/resources/backgrounds/autoweek.webp");
  50.            width: 100vw;
  51.            height: 100vh;
  52.            background-position: top center;
  53.            background-size: cover;
  54.            background-repeat: no-repeat;
  55.            background-color: #f5f5f5;
  56.        }
  57.  
  58.        @media only screen and (max-width: 768px) {
  59.            .container {
  60.                /*noinspection CssUnknownTarget*/
  61.                background-image: url("https://myprivacy-static.dpgmedia.net/consent/resources/backgrounds/medium/autoweek.webp");
  62.            }
  63.        }
  64.  
  65.        @media only screen and (max-width: 600px) {
  66.            .container {
  67.                /*noinspection CssUnknownTarget*/
  68.                background-image: url("https://myprivacy-static.dpgmedia.net/consent/resources/backgrounds/small/autoweek.webp");
  69.            }
  70.        }
  71.  
  72.        .modal {
  73.            position: fixed;
  74.            background-color: #fff;
  75.            display: flex;
  76.            flex-direction: column;
  77.            justify-content: space-between;
  78.            align-items: center;
  79.            text-align: center;
  80.            top: 0;
  81.            right: 0;
  82.            bottom: 0;
  83.            left: 0;
  84.            height: 74vh;
  85.            z-index: 999;
  86.            pointer-events: auto;
  87.            transition: all 0.5s;
  88.            visibility: hidden;
  89.            box-shadow: 0 5px 15px rgba(25, 25, 25, 0.5);
  90.            max-width: 640px;
  91.            margin: 13vh auto;
  92.        }
  93.  
  94.        .modal__header {
  95.            flex: 0 10%;
  96.            width: 100%;
  97.            display: flex;
  98.            flex-flow: row nowrap;
  99.            justify-content: center;
  100.            align-items: center;
  101.            border-bottom: #b4b4b4 solid 1px;
  102.            min-height: 40px;
  103.            horiz-align: center;
  104.        }
  105.  
  106.        .modal__header__logo > img {
  107.            height: 35px;
  108.        }
  109.  
  110.        .modal__body {
  111.            flex: 0 85%;
  112.            display: flex;
  113.            flex-flow: column wrap;
  114.            justify-content: space-evenly;
  115.            align-items: center;
  116.        }
  117.  
  118.        .modal__body__text {
  119.            flex: 0 60%
  120.        }
  121.  
  122.        .dpg-loader {
  123.            position: absolute;
  124.            top: 50%;
  125.            left: 50%;
  126.            transform: translate(-50%, -50%);
  127.            width: 72px;
  128.        }
  129.  
  130.        .inline-block {
  131.            display: inline-block;
  132.        }
  133.  
  134.        .h-auto {
  135.            height: auto;
  136.        }
  137.  
  138.        .w-full {
  139.            width: 100%;
  140.        }
  141.  
  142.        @keyframes schrinky {
  143.  
  144.            0% {
  145.                transform: scaleY(1);
  146.            }
  147.  
  148.            100% {
  149.                transform: scaleY(0.4);
  150.            }
  151.        }
  152.  
  153.        .animate-schrinky {
  154.            animation: schrinky 600ms alternate infinite cubic-bezier(0.59, -0.1, 0.29, 1.1);
  155.        }
  156.  
  157.        .animation-delay-150ms {
  158.            animation-delay: 150ms;
  159.        }
  160.  
  161.        .animation-delay-300ms {
  162.            animation-delay: 300ms;
  163.        }
  164.  
  165.        .animation-delay-450ms {
  166.            animation-delay: 450ms;
  167.        }
  168.  
  169.        @media (max-width: 960px) {
  170.            .modal {
  171.                height: 100vh;
  172.                width: 100vw;
  173.                margin: 0;
  174.                max-width: none;
  175.            }
  176.  
  177.            .modal__body {
  178.                padding: 0 10vw;
  179.            }
  180.        }
  181.    </style>
  182.    <title>DPG Media Privacy Gate</title>
  183.  
  184.    <!-- Google Tag Manager -->
  185.    <script>(function (w, d, s, l, i) {
  186.        w[l] = w[l] || []
  187.        w[l].push({
  188.            'gtm.start':
  189.                new Date().getTime(), event: 'gtm.js'
  190.        });
  191.        var f = d.getElementsByTagName(s)[0],
  192.            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  193.        j.async = true;
  194.        j.src =
  195.            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  196.        f.parentNode.insertBefore(j, f);
  197.    })(window, document, 'script', 'dataLayer', 'GTM-NT4WR7C');</script>
  198.    <!-- End Google Tag Manager -->
  199.  
  200. </head>
  201. <body>
  202.  
  203. <!-- Google Tag Manager (noscript) -->
  204. <noscript>
  205.    <iframe title="gtm" src="https://www.googletagmanager.com/ns.html?id=GTM-NT4WR7C"
  206.            height="0" width="0" style="display:none;visibility:hidden"></iframe>
  207. </noscript>
  208. <!-- End Google Tag Manager (noscript) -->
  209.  
  210. <div class="container">
  211.    <div id="message" class="modal">
  212.        <div class="modal__header">
  213.            <div class="modal__header__logo">
  214.                <img src="https://myprivacy-static.dpgmedia.net/consent/resources/logos/logo-dpgmedia.svg" alt="dpg media logo"/>
  215.            </div>
  216.        </div>
  217.        <div class="modal__body">
  218.            <div class="modal__body__text">
  219.                <div class="dpg-loader">
  220.                    <div aria-busy="true" class="wrapper inline-block" data-testid="dpg-loader">
  221.                        <svg class="w-full h-auto" width="255px" height="211px" viewBox="0 0 255 211" version="1.1"
  222.                             xmlns="http://www.w3.org/2000/svg">
  223.                            <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
  224.                                <rect class="animate-schrinky" fill="#783C96" fill-rule="nonzero" x="0" y="112" width="43" height="70"
  225.                                      style="transform-origin: 0px 147px;"></rect>
  226.                                <rect class="animate-schrinky animation-delay-150ms" fill="#D23278" fill-rule="nonzero" x="70.322"
  227.                                      y="58" width="43" height="152" style="transform-origin: 0px 134px;"></rect>
  228.                                <rect class="animate-schrinky animation-delay-300ms" fill="#E6463C" fill-rule="nonzero" x="140.697"
  229.                                      y="0" width="43" height="184" style="transform-origin: 0px 92px;"></rect>
  230.                                <rect class="animate-schrinky animation-delay-450ms" fill="#FABB22" fill-rule="nonzero" x="210.997"
  231.                                      y="58" width="43" height="76" style="transform-origin: 0px 96px;"></rect>
  232.                            </g>
  233.                        </svg>
  234.                    </div>
  235.                </div>
  236.            </div>
  237.        </div>
  238.    </div>
  239. </div>
  240. </body>
  241. </html>
  242.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda