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