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://www.finmortg.com.au/feed/

  1. <!DOCTYPE html>
  2. <html lang='en'>
  3. <head>
  4. <meta charset='utf-8' />
  5. <meta name='viewport' content='width=device-width, initial-scale=1' />
  6. <meta http-equiv="cache-control" content="no-cache">
  7. <meta http-equiv="cache-control" content="private">
  8. <meta http-equiv="cache-control" content="max-age=0, must-revalidate">
  9. <meta http-equiv="cache-control" content="max-age=0, proxy-revalidate">
  10. <meta http-equiv="expires" content="0" />
  11. <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
  12. <meta http-equiv="pragma" content="no-cache" />
  13.  
  14.  <!--[if lt IE 9]>
  15.  <script src='http://html5shiv.googlecode.com/svn/trunk/html5.js'></script>
  16.  <![endif]-->
  17. <style>
  18. html{font-size: 14pt;}
  19. h1{text-align:center}
  20. h1.main{margin-top: 1em;margin-bottom: 3em;}
  21. div.container {text-align:center;}
  22. div.container p.js_notice{width: 60%; display: inline-block;}
  23. div.footer {color: #666; text-align: center;}
  24. div.footer a {color: #666; vertical-align:bottom; text-align: center;}
  25.  
  26. @media (max-width: 600px) {
  27. }
  28.  
  29. .spinner, #timer {
  30. margin-left: auto;
  31. margin-right: auto;
  32. width: 70px;
  33. text-align: center;
  34. font-size: 40px;
  35. font-weight: bold;
  36. }
  37.  
  38. .spinner > div {
  39. width: 14px;
  40. height: 14px;
  41. background-color: #333;
  42. border-radius: 100%;
  43. display: inline-block;
  44. -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  45. animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  46. }
  47.  
  48. .spinner .bounce1 {
  49. -webkit-animation-delay: -0.32s;
  50. animation-delay: -0.32s;
  51. }
  52.  
  53. .spinner .bounce2 {
  54. -webkit-animation-delay: -0.16s;
  55. animation-delay: -0.16s;
  56. }
  57.  
  58. @-webkit-keyframes sk-bouncedelay {
  59. 0%, 80%, 100% { -webkit-transform: scale(0) }
  60. 40% { -webkit-transform: scale(1.0) }
  61. }
  62.  
  63. @keyframes sk-bouncedelay {
  64. 0%, 80%, 100% {
  65. -webkit-transform: scale(0);
  66. transform: scale(0);
  67. } 40% {
  68.  -webkit-transform: scale(1.0);
  69.  transform: scale(1.0);
  70.  }
  71. }
  72.  
  73. html {
  74. background: #f1f1f1;
  75. }
  76. body {
  77. background: #fff;
  78. border: 1px solid #ccd0d4;
  79. color: #444;
  80. font-family: Arial, "Times New Roman", Georgia, sans-serif;
  81. margin: 2em auto;
  82. padding: 1em 2em;
  83. max-width: 700px;
  84. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  85. box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  86. }
  87. h1 {
  88. border-bottom: 1px solid #dadada;
  89. clear: both;
  90. color: #666;
  91. font-size: 24px;
  92. margin: 30px 0 0 0;
  93. padding: 0;
  94. padding-bottom: 7px;
  95. }
  96. #error-page {
  97. margin-top: 50px;
  98. }
  99. #error-page p,
  100. #error-page .wp-die-message {
  101. font-size: 14px;
  102. line-height: 1.5;
  103. margin: 25px 0 20px;
  104. }
  105. #error-page code {
  106. font-family: Consolas, Monaco, monospace;
  107. }
  108. ul li {
  109. margin-bottom: 10px;
  110. font-size: 14px ;
  111. }
  112. a {
  113. color: #0073aa;
  114. }
  115. a:hover,
  116. a:active {
  117. color: #006799;
  118. }
  119. a:focus {
  120. color: #124964;
  121. -webkit-box-shadow:
  122. 0 0 0 1px #5b9dd9,
  123. 0 0 2px 1px rgba(30, 140, 190, 0.8);
  124. box-shadow:
  125. 0 0 0 1px #5b9dd9,
  126. 0 0 2px 1px rgba(30, 140, 190, 0.8);
  127. outline: none;
  128. }
  129. .button {
  130. background: #f3f5f6;
  131. border: 1px solid #016087;
  132. color: #016087;
  133. display: inline-block;
  134. text-decoration: none;
  135. font-size: 13px;
  136. line-height: 2;
  137. height: 28px;
  138. margin: 0;
  139. padding: 0 10px 1px;
  140. cursor: pointer;
  141. -webkit-border-radius: 3px;
  142. -webkit-appearance: none;
  143. border-radius: 3px;
  144. white-space: nowrap;
  145. -webkit-box-sizing: border-box;
  146. -moz-box-sizing:    border-box;
  147. box-sizing:         border-box;
  148.  
  149. vertical-align: top;
  150. }
  151.  
  152. .button.button-large {
  153. line-height: 2.30769231;
  154. min-height: 32px;
  155. padding: 0 12px;
  156. }
  157.  
  158. .button:hover,
  159. .button:focus {
  160. background: #f1f1f1;
  161. }
  162.  
  163. .button:focus {
  164. background: #f3f5f6;
  165. border-color: #007cba;
  166. -webkit-box-shadow: 0 0 0 1px #007cba;
  167. box-shadow: 0 0 0 1px #007cba;
  168. color: #016087;
  169. outline: 2px solid transparent;
  170. outline-offset: 0;
  171. }
  172.  
  173. .button:active {
  174. background: #f3f5f6;
  175. border-color: #7e8993;
  176. -webkit-box-shadow: none;
  177. box-shadow: none;
  178. }
  179. </style>
  180. <script src='https://www.finmortg.com.au/wp-includes/js/jquery/jquery.min.js'></script>
  181. <script>
  182. var ctPublicFunctions = {"_ajax_nonce":"4bd81ce8c2","_rest_nonce":"676c619c6a","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/www.finmortg.com.au\/wp-json\/","data__cookies_type":"none","data__ajax_type":"admin_ajax","sfw__random_get":true,"cookiePrefix":""};var ctPublic = {"pixel__setting":"3","pixel__enabled":true,"pixel__url":"https:\/\/moderate8-v4.cleantalk.org\/pixel\/5f1b66843cb2dd4be5a8482c4252571d.gif","data__email_check_before_post":"1","data__cookies_type":"none","data__visible_fields_required":true};
  183. </script>
  184. <script src='https://www.finmortg.com.au/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js?6.31'></script>
  185. <script>
  186. var ct_date = new Date;
  187.  
  188. function get_current_url() {
  189. document.write(window.location.href);
  190. return null;
  191. }
  192. </script>
  193. </head>
  194.  
  195. <body>
  196.    <div class='container'>
  197. <div>
  198. </div>
  199.        <h1 class='main'>Anti-Crawler Protection is checking your browser and IP <a href="https://cleantalk.org/blacklists/3.237.223.94" target="_blank">3.237.223.94</a> for spam bots</h1>
  200.  
  201.        <div id='js_info'><br />To continue working with the web site, please make sure that you have enabled JavaScript.</div>
  202.  
  203.        <div id='js_passed'>
  204. <br />
  205. <p class='js_notice'>You will be automatically redirected to the requested page after 3 seconds.<br>Don't close this page. Please, wait for 3 seconds to pass to the page.</p>
  206. <br />
  207. <div class="spinner">
  208. <div class="bounce1"></div>
  209. <div class="bounce2"></div>
  210. <div class="bounce3"></div>
  211. </div>
  212. <div id="timer"></div>
  213. <p>The page was generated at&nbsp;Thu, 25 Apr 2024 14:09:35</p>
  214. <p>Browser time <span id='curr_date'></span></p>
  215.        </div>
  216.  
  217.    </div>
  218. <div style='position: relative; line-height: 8px; text-align: center;'>
  219. <p style="margin: 0; display: inline-block; font-size: 10px; color: gray;">1244820, 15285, </p>
  220. <p style="margin: 0; display: inline-block; font-size: 10px; color: gray;">https://www.finmortg.com.au, 6.31</p>
  221. </div>
  222.    <div class='footer'>
  223. <a href='https://cleantalk.org/' target='_blank'>Anti-Spam by CleanTalk</a>
  224.    </div>
  225.    <script type='text/javascript'>
  226.  
  227. var reload_timeout = 3000;
  228. document.getElementById('js_info').style.display = 'none';
  229. document.getElementById('js_passed').style.display = 'block';
  230. document.getElementById('curr_date').innerHTML = ct_date.toGMTString();
  231.  
  232. setTimeout( function(){
  233. var date = new Date;
  234. date.setDate(date.getDate() + 30);
  235. ctSetCookie(
  236. [
  237. ['wordpress_apbct_antibot', escape('3012a2e57e9eeea0f4c16fcdefa187586a2b15245f67d60ae92bcb81d101ea64'), date.toUTCString()],
  238. ['apbct_anticrawler_passed', escape('1'), date.toUTCString()]
  239. ]
  240. );
  241. }, 1000 );
  242.  
  243. if(location.search.search('debug=1') === -1) {
  244. setTimeout(function(){
  245. const params = new URLSearchParams(window.location.search);
  246. params.delete('sfw_test_ip');
  247. if( +ctPublicFunctions.sfw__random_get ) {
  248. params.append('sfw', 'pass' + Math.round(ct_date.getTime()/1000));
  249. }
  250. window.location.href = window.location.origin + window.location.pathname + (params.toString() ? '?' + params.toString() : '');
  251. }, reload_timeout);
  252. }
  253.  
  254. // Countdown function
  255. var timer_block = document.getElementById('timer');
  256. timer_block.innerText = reload_timeout/1000;
  257. var time;
  258. function countdown() {
  259. time = parseInt( timer_block.innerText );
  260. var current = parseInt( timer_block.innerText );
  261. var cdw = setInterval( function(){
  262. current = parseInt( current ) - 1;
  263. timer_block.innerText = current;
  264. if ( 0 === parseInt( current ) ) {
  265. clearInterval( cdw );
  266. }
  267. }, 1000 );
  268. }
  269.  
  270. // Run countdown
  271. countdown();
  272.  
  273.    </script>
  274. <div class="debug">
  275. </div>
  276. </body>
  277. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda