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://ooh-deer.com/author/callumlajoi/

  1.            <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="refresh" content="10; url=/?pgv_ref=404">
  6. <meta name="description" content="你访问的页面找不回来了,但是我们可以一起做公益" />
  7. <meta name="description" content="公益404页面是由志愿者自主发起的互联网公益活动。" />
  8. <meta name="description" content="志愿者是员工为响应公司做“用户为本,科技向善”的号召,自发组织成立的志愿者协会。2012年成立志愿者技术分会,开展404公益计划,无障碍产品推动等,结合产品、技术平台,开展公益帮扶。" />
  9. <title>404 您访问的页面找不到了</title>
  10. <style type="text/css">
  11.  .desc_cd{color:#7bad35;margin-left:10px;}
  12.  .desc_link:hover{color:#6DA2E0;}
  13.  body{
  14.    margin:0;
  15.    padding:0;
  16.  }
  17. </style>
  18. </head>
  19. <body>
  20. <div class="baby_mod">
  21. </div>
  22. <script type="text/javascript" src="//volunteer.cdn-go.cn/404/latest/404.js" charset="utf-8" homePageUrl="/" homePageName='返回首页'></script>
  23. <script type="text/javascript">
  24.        var oSecs = 7;
  25.        var intervalCD;
  26.        function time(){
  27.             oSecs --;
  28.             if (oSecs < 0){
  29.                clearInterval(intervalCD);
  30.                return;
  31.             }
  32.            
  33.             if (oSecs == 0){
  34.                clearInterval(intervalCD);
  35.                window.location.href = '/?pgv_ref=404';
  36.             }
  37.             document.getElementById('J_countdown').innerHTML = oSecs;
  38.        }
  39.      
  40.       var intervalDomID = setInterval(function () {
  41.            if (document.getElementById('J_countdown')) {
  42.                clearInterval(intervalDomID);
  43.                intervalCD = setInterval(time, 1000);
  44.            }
  45.       }, 100);
  46. </script>
  47. </body>
  48. </html>
  49.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda