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://www.gazetevatan.com/vatanim.xml

  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html lang="tr">
  5. <head>
  6.    <meta charset="utf-8">
  7.    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8.  
  9.    <title>404 hata sayfası</title>
  10.  
  11.                <!-- Google Analytics 4 PV -->
  12.                <script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-X4ZF3W40JF&amp;l=dataLayer&amp;cx=c" nonce="wavwSy6JzoXzk_FdxQbogQ"></script>
  13.                <!-- Google Analytics 4 PV -->
  14.            <!-- Start Google Tag Manager -->
  15.            <script type="text/javascript">
  16.                document.addEventListener('DOMContentLoaded', function () {
  17.                    (function (w, d, s, l, i) {
  18.                        w[l] = w[l] || [];
  19.                        w[l].push({
  20.                            'gtm.start': new Date().getTime(),
  21.                            event: 'gtm.js'
  22.                        });
  23.                        var f = d.getElementsByTagName(s)[0],
  24.                            j = d.createElement(s),
  25.                            dl = l != 'dataLayer' ? '&l=' + l : '';
  26.                        j.async = true;
  27.                        j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  28.                        f.parentNode.insertBefore(j, f);
  29.                    })(window, document, 'script', 'dataLayer', 'GTM-TQPP4KH');
  30.                });
  31.            </script>
  32.            <!-- End Google Tag Manager -->
  33.  
  34.  
  35.  
  36. </head>
  37. <body>
  38.  
  39.    <style>
  40.  
  41.        * {
  42.            margin:0;
  43.            padding:0;
  44.            color: #fff;
  45.        }
  46.  
  47.        body {
  48.            background:#ec1a29 url('https://static.gazetevatan.com/images/common/error-bg.png') center bottom repeat-x ;
  49.            min-height: 100vh;
  50.            padding-bottom: 255px;
  51.            box-sizing: border-box;
  52.        }
  53.  
  54. .container {
  55.    width: 100%;
  56.    height: 100%;
  57.    padding: 0;
  58.    margin: 0;
  59. }
  60. .header {
  61.     background: #fff;
  62.        text-align: center;
  63.  
  64.    }
  65.    .logo {
  66.        padding: 38px 0px;
  67.    }
  68.     .error  .error-item {
  69.            text-align: center;
  70.            color: #fff;
  71.            font-family: Arial;
  72.         }
  73.  
  74.         .error  .error-item .error-type span.type {
  75.                width: 171px;
  76.                height: 115px;
  77.                font-size: 100px;
  78.                font-weight: 700;
  79.                letter-spacing: 1.11px;
  80.                padding-top: 96px;
  81.                display: inline-block;
  82.            }
  83.            .error  .error-item .error-title span.title {
  84.                max-width: 475px;
  85.                height: 26px;
  86.                font-size: 36px;
  87.                font-weight: 700;
  88.                letter-spacing: 0.2px;
  89.                line-height: 19px;
  90.                padding-top: 11px;
  91.                padding-bottom: 29px;
  92.                display: inline-block;
  93.            }
  94.  
  95.            .error  .error-item .error-description span.description {
  96.                max-width: 435px;
  97.                font-size: 16px;
  98.                line-height: 24px;
  99.                letter-spacing: 0.09px;
  100.                padding-bottom: 97px;
  101.                display: inline-block;
  102.  
  103.            }
  104.            .error  .error-image  .image {
  105.                bottom: 0;
  106.                position: fixed;
  107.                    width: 100%;
  108.              }
  109.  
  110.    </style>
  111.  
  112.    <div class="container">
  113.        <div class="header">
  114.            <div class="logo"><img src="https://static.gazetevatan.com/images/vatan/vatan-ft-logo.png?v=2" alt=""></div>
  115.        </div>
  116.  
  117.        <div class="error">
  118.            <div class="error-item">
  119.                <div class="error-type">
  120.                    <span class="type">404</span>
  121.                </div>
  122.                <div class="error-title">
  123.                    <span class="title">Kısa Bir Ara</span>
  124.                </div>
  125.                <div class="error-description">
  126.                    <span class="description">
  127.                        Sayfa Bulunamadı.
  128.                        Elimizde olmayan nedenlerden dolayı kısa bir
  129.                        ara
  130.                        veriyoruz. <span id="countdown">5</span> saniye içinde ana sayfaya
  131.                        yönlendirileceksiniz.
  132.                    </span>
  133.                    <p>
  134.                        Beklemek istemiyorsanız <a href="https://www.gazetevatan.com">tıklayın.</a>
  135.                    </p>
  136.  
  137.                </div>
  138.            </div>
  139.            <div class="error-image"><img src="" class="image"></div>
  140.        </div>
  141.    </div>
  142.    <script type="text/javascript">
  143.        function counter($el, n) {
  144.            (function loop() {
  145.                $el.innerHTML = n;
  146.                if (n--) {
  147.                    setTimeout(loop, 1000);
  148.                } else if (n <= 0) {
  149.                    location.replace("https://www.gazetevatan.com")
  150.                }
  151.            })();
  152.        }
  153.        window.addEventListener("load", function() {
  154.            counter(document.getElementById("countdown"), 5);
  155.        })
  156.    </script>
  157. </body>
  158. </html>
  159.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda