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://directory10.biz/listing/travel-trailer-near-me-253399

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="">
  3.    <head>
  4.  
  5.        
  6.        <title>Directory10.biz</title>
  7.        
  8.        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.        <script type="text/javascript">
  10.            var DOC_ROOT = 'https://directory10.biz';
  11.        </script>
  12.        
  13.  
  14.        <meta name="viewport" content="width=device-width, initial-scale=1">
  15.  
  16.  
  17. <link rel="stylesheet" type="text/css" href="/templates/Allure/style/column.css" />
  18. <link rel="stylesheet" type="text/css" href="/templates/Allure/style/form.css" />
  19. <link rel="stylesheet" type="text/css" href="/templates/Allure/style/main_min.css" />
  20.        <link rel="stylesheet" type="text/css" href="/templates/Allure/style/colors/default-theme.css" />
  21.         <!--[if IE 7]>
  22.   <link rel="stylesheet" type="text/css" href="/templates/Allure/style/ie7.css" />
  23.  <![endif]-->
  24.  
  25.        
  26.        <link rel="stylesheet" type="text/css" href="/templates/Core/DefaultFrontend/style/select2.css"  />
  27.        <link rel="stylesheet" type="text/css" href="/templates/Core/DefaultFrontend/style/fg.menu.css" />
  28.        <link rel="stylesheet" type="text/css" href="/templates/Core/DefaultFrontend/style/theme/jquery-ui-1.8.23.custom.css"  />
  29.  
  30.  
  31.        
  32.        
  33.        
  34.        <meta name="generator" content="PHP Link Directory 5.3" />
  35.  
  36.        
  37.          
  38.  
  39.                <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  40.        <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  41.        
  42.        
  43.            <script type="text/javascript">
  44.             var $ = jQuery.noConflict();
  45.            </script>
  46.        
  47.  
  48.        <script type="text/javascript" src="/javascripts/jquery/jquery.select2.js"></script>
  49.        <script type="text/javascript" src="/javascripts/jquery/jquery.fg.menu.js"></script>
  50.  
  51.        
  52. <style type="text/css">
  53. body {
  54.  
  55.  
  56. }
  57. </style>
  58.  
  59.        
  60.        
  61.  
  62.        <link rel="stylesheet" type="text/css" href="/templates/Allure/style/responsive.css" />
  63.  
  64.    </head>
  65.    <body>
  66.        <div class="phpld-wbox">
  67.  
  68.            <div class="phpld-clearfix"></div>
  69.            <br>
  70.            <div class="header">
  71.                <div class="headerLogo">
  72.                        <h1><a href="/">Directory10.biz</a></h1>
  73.  
  74.                </div>
  75.                
  76.  
  77. <script type="text/javascript">
  78.  
  79. var servername = ""+"/Search/ajaxSearchLinks/";
  80.  
  81. function split( val ) {
  82.    return val.split( /,\s*/ );
  83. }
  84.  
  85. function extractLast( term ) {
  86.    return split( term ).pop();
  87. }
  88.  
  89. function linkFormatResult(link) {
  90.    //<![CDATA[
  91.    var markup = "<hr \/><div class='listing-list-item ajax-search-result'>";
  92.    markup += "<div class='link-info'><div class='listing-title'><a href='"+link.url+"'><b>" + link.title + "</b></a></div>";
  93.    if (link.description !== undefined) {
  94.        markup += "<div class='description'><a href='"+link.url+"'>" + link.description + "</a></div>";
  95.    }
  96.    markup += "</div></div>"
  97.    return markup;
  98.    //]]>
  99. }
  100.  
  101.  
  102. function linkFormatSelection(link) {
  103.     return link.title;
  104. }
  105.  
  106. var currEnteredData = null;
  107.  
  108. jQuery(document).ready(function($){
  109.    $("#autoquery").select2({
  110.        placeholder:"Search for a link",
  111.        minimumInputLength:1,
  112.        ajax:{
  113.            url:servername,
  114.            dataType:'json',
  115.            quietMillis:100,
  116.            allowClear:true,
  117.            data:function (term, page) { // page is the one-based page number tracked by Select2
  118.                return {
  119.                    linkQuery: {q: term, loc: $("#autoquery-location").val()}, //search term
  120.                    page_limit:100 // page size
  121.                };
  122.            },
  123.        results:function (data, page) {
  124.            // notice we return the value of more so Select2 knows if more results can be loaded
  125.            for (x in data.result) {
  126.                data.result[x].id = data.result[x].url;
  127.            }
  128.            data.result.unshift({'id':data.url, 'title':currEnteredData, 'url':'/search?search='+currEnteredData})
  129.            return {results:data.result};
  130.        }
  131.    },
  132.  
  133.    formatResult:linkFormatResult, // omitted for brevity, see the source of this page
  134.  
  135.    formatSelection:linkFormatSelection // omitted for brevity, see the source of this page
  136.  
  137.    }).on('change', function(event){
  138.  
  139.        document.location.href = $(this).val();
  140.  
  141.    });
  142.  
  143.  
  144.  
  145.    jQuery(".select2-search input[type='text']").keyup(function(event){
  146.        currEnteredData = jQuery(this).val();
  147.  
  148.    });
  149.  
  150. jQuery("#search_form").submit(function(){
  151. jQuery("#autoquery").val(currEnteredData);
  152. });
  153.  
  154. });
  155.  
  156.  
  157.  
  158. </script>
  159.  
  160.  
  161.  
  162. <form class="phpld-form headerSearch" action="/search/basic" method="get" id="search_form">
  163. <div class="phpld-columnar phpld-equalize" style="overflow: visible">
  164.     <div class="phpld-fbox-text float-left" style="margin-top:5px;">
  165.         <input name="search" maxlength="150"  style="width: 400px; margin-top: 2px; height: 25px;" value="" />
  166.     </div>
  167.     <div class="phpld-fbox-button float-left " style="position:absolute; margin-top:7px;">  
  168.         <input class="button phpld-searchbutton" type="submit" value="GO" />
  169.     </div>
  170. </div>
  171. </form>
  172.  
  173.            </div>
  174.        </div>
  175.        
  176.        <div class="phpld-clearfix"></div>
  177.  
  178.        <div id="nav">
  179.            <div class="phpld-wbox">
  180.                <div class="phpld-hlist">
  181.                    <ul><li><a href="https://directory10.biz/submit">Submit Link</a></li><li><a href="https://directory10.biz/latest">Latest Links</a></li><li><a href="https://directory10.biz/top">Top Hits</a></li><li><a href="https://directory10.biz/contact">Contact</a></li><li><a href="https://directory10.biz/rss">Rss</a></li></ul>
  182.               </div>
  183.            </div>
  184.        </div>
  185.  
  186.        <div class="phpld-wbox">
  187.        <div class="phpld-clearfix"></div>
  188.        <center>
  189.  
  190. <div id="contentad345468"></div>
  191. <script type="text/javascript">
  192.    (function(d) {
  193.        var params =
  194.        {
  195.            id: "373c4120-638d-4e93-846a-6e46b229fc0f",
  196.            d:  "ZGlyZWN0b3J5MTAuYml6",
  197.            wid: "345468",
  198.            cb: (new Date()).getTime()
  199.        };
  200.  
  201.        var qs=[];
  202.        for(var key in params) qs.push(key+'='+encodeURIComponent(params[key]));
  203.        var s = d.createElement('script');s.type='text/javascript';s.async=true;
  204.        var p = 'https:' == document.location.protocol ? 'https' : 'http';
  205.        s.src = p + "://api.content-ad.net/Scripts/widget2.aspx?" + qs.join('&');
  206.        d.getElementById("contentad345468").appendChild(s);
  207.    })(document);
  208. </script>
  209.                    
  210. <div id="contentad345469"></div>
  211. <script type="text/javascript">
  212.    (function(d) {
  213.        var params =
  214.        {
  215.            id: "165cfdb6-838a-41d6-8c79-82f17b62b457",
  216.            d:  "ZGlyZWN0b3J5MTAuYml6",
  217.            wid: "345469",
  218.            exitPop: true,
  219.            cb: (new Date()).getTime()
  220.        };
  221.  
  222.        var qs=[];
  223.        for(var key in params) qs.push(key+'='+encodeURIComponent(params[key]));
  224.        var s = d.createElement('script');s.type='text/javascript';s.async=true;
  225.        var p = 'https:' == document.location.protocol ? 'https' : 'http';
  226.        s.src = p + "://api.content-ad.net/Scripts/widget2.aspx?" + qs.join('&');
  227.        d.getElementById("contentad345469").appendChild(s);
  228.    })(document);
  229. </script>
  230.                    
  231.  
  232. <!--Start Banner Code--><a href="https://peakerr.com/" target="_blank" title="SMM Panel"><img src="https://cdn.mypanel.link/a96e84/w8kzulzuj6uem4em.gif" alt="SMM Panel" border="0" /></a><br /><center><div style='width: 728px;'>PEAKERR is the Cheapest and Best <b>SMM Panel</b> company that provides advertising, marketing, and promotional services to its clients.</div></center><!--End Banner Code--><br /><!--Start Banner Code--><a href="https://bulkfollows.com/ref/r2yao" title="SMM Panel"><img src="/SponsLinks/ximages/bulkfollows.gif" alt="SMM Panel" /></a><br /><center>High Quality <b>SMM Panel</b> that will help your Social Media Pages to Grow. </center><!--End Banner Code-->
  233. <link rel="stylesheet" type="text/css" href="/SponsLinks/banner-css/link_to_premium-featured-links.css" /><br><br><div class="premium-featured-links"><a href="http://directory10.biz/premium-featured-links.html" onclick="window.open('http://directory10.biz/premium-featured-links.html','newwindow','width=450,height=350');return false;" ><b>&raquo;&raquo; Looking for Premium Featured Links at Very Low Prices &laquo;&laquo;</b></a></div>
  234. </center><div class="content-wrapper"><div class="path"></div><div class="phpld-column linearize-level-1">
  235. <div class="phpld-col1"  style="width:25%;">
  236.    <div class="phpld-cbox">
  237.                    <div class="phpld-grid phpld-full phpld-widget" id="widget_10">
  238.    <div class="boxTop"></div>
  239.            <h3>Our Partners</h3>
  240.         <font color=#000000>&raquo; <a href="https://xregards.com/" title="XRegards"><b>XRegards</b></a> Get a Message Written on Boobs or Booty</font><br /><br /><font color=#000000>&raquo; <a href="https://instafans.com/" title="Instafans.com"><b>Instafans.com</b></a> The safe space for ALL creators</font><br /><br /><font color=#000000>&raquo; <a href="https://www.escort-ireland.com/" title="Escort-Ireland.com"><b>Escort-Ireland.com</b></a> Escorts in Ireland & Northern Ireland</font><br /><br /><font color=#000000>&raquo; <a href="https://www.escort-scotland.com/" title="Escort-Scotland.com"><b>Escort-Scotland.com</b></a> #1 for Verified Escorts in Scotland</font><br /><br /><font color=#000000>&raquo; <a href="https://www.xescorts.com/" title="XEscorts.com"><b>XEscorts.com</b></a> #1 Escort Directory in Europe</font><br /><br /><font color=#000000>&raquo; <a href="https://www.escortfans.com/" title="Escortfans.com"><b>Escortfans.com</b></a> Escort Fans - The escort social network</font><br /><br /><font color=#000000>&raquo; <a href="https://sugar.ie/" title="Sugar.ie"><b>Sugar.ie</b></a> Ireland's #1 Sugar Dating Platform</font><br /><br /><font color=#000000>&raquo; <a href="https://figgmi.ch/de/" title="Figgmi.ch"><b>Figgmi.ch</b></a> Sex & Erotik Inserate Plattform in der Schweiz</font><br /><br />
  241. <font color=#000000>&raquo; <a href="https://lllpg.com/5tb2hy8t/" title="100% Real Bizzop Traffic"><b>100% Real Bizzop Traffic</b></a> Effective Solo Ads: Boost Your Business with Targeted Advertising</font><br /><br /><font color=#000000>&raquo; <a href="https://www.aayushie.com/" title="Chennai escorts"><b>Chennai escorts</b></a> Sexy Chennai Escorts are encountered and certified in all manners of sexual activities and also provide a 32% discount for every Chennai Escort Service.</font><br /><br />
  242. <br /><br />
  243. <font color=#000000>&raquo; <a href="https://peakerr.com/" title="SMM Panel"><b>SMM Panel</b></a> PEAKERR is an SMM Panel that stands out amongst the rest. It offers high-quality panels at incredibly affordable rates. Moreover, you can also purchase various social media marketing services to enhance your marketing strategy at low prices.</font><br /><br /><font color=#000000>&raquo; <a href="https://bulkfollows.com" title="SMM PANEL"><b>SMM PANEL</b></a> Bulkfollows is the cheapest and best <b>SMM PANEL</b> for High Quality services. Get Instant likes, Followers & Views for Instagram, Facebook, TikTok, YouTube, Twitter, Telegram & more.</font><br /><br /><font color=#000000>&raquo; <a href="https://smmpanellist.com/" title="Best and Cheapest SMM Panel"><b>Best SMM Panel</b></a> List of Top 10 Best and Cheapest SMM Panel Services Providers For Resellers and Individuals. Mainly TikTok, Instagram, YouTube, Facebook, Telegram and Twitter services Providers.</font><br /><br />
  244. <font color=#000000>&raquo; <a href="https://lawsocietytribunal.ca/OrderAndReasons/Mazin%20(2018-12-04).pdf" title="Lawyer Gary Mazin"><b>Lawyer Gary Mazin</b></a></font><br /><br />
  245. <font color=#000000>&raquo; <a href="https://caselaw.findlaw.com/nj-supreme-court/1874722.html" title="RICHARD D. SCHIBELL, ATTORNEY AT LAW"><b>RICHARD D. SCHIBELL, ATTORNEY AT LAW</b></a></font><br /><br />
  246. <font color=#000000>&raquo; <a href="http://drblookupportal.judiciary.state.nj.us/DocumentHandler.ashx?document_id=1081620" title="Richard D. Schibell"><b>Richard D. Schibell</b></a></font><br /><br />
  247. <font color=#000000>&raquo;<a href="http://50-directories.directoriesadvertising.com/advertising-50-directories.php#sponsorlink" target="_blank" title="Your Link Here for $0.80/directory"><b>Your Link Here for $0.80</b></a></font><br /><br />
  248. <font color=#000000>&raquo;<a href="http://50-directories.directoriesadvertising.com/advertising-50-directories.php#sponsorlink" target="_blank" title="Your Link Here for $0.80/directory"><b>Your Link Here for $0.80</b></a></font><br /><br />
  249.  
  250. <ul class="boxPopCats">
  251. </ul>
  252.  
  253. <br />
  254. </div>
  255.  
  256.            
  257.    </div>
  258. </div>
  259. <div class="phpld-col2"  style="width:25%;">
  260.    <div class="phpld-cbox">
  261.                    <div class="phpld-grid phpld-full phpld-widget" id="widget_12">
  262.    <div class="boxTop"></div>
  263.            <h3>Advertisement</h3>
  264.         <center>
  265. <font color=#000000>&raquo; <a href="https://istanbuleskort.net" title="istanbul eskort"><b>istanbul eskort</b></a> Bir numaralı istanbul escort sitesi..</font><br><br><br />
  266. <!--Start Banner Code--><a href="http://50-directories.directoriesadvertising.com/advertising-50-directories.php" target="_blank" title="advertising with 50 directories"><img src="/SponsLinks/1_side_banner.png" alt="YOUR BANNER HERE" /></a><!--End Banner Code--><br />
  267.  
  268. <div id="contentad345470"></div>
  269. <script type="text/javascript">
  270.    (function(d) {
  271.        var params =
  272.        {
  273.            id: "a638b14b-2876-4778-8945-1d1f44dab2e0",
  274.            d:  "ZGlyZWN0b3J5MTAuYml6",
  275.            wid: "345470",
  276.            cb: (new Date()).getTime()
  277.        };
  278.  
  279.        var qs=[];
  280.        for(var key in params) qs.push(key+'='+encodeURIComponent(params[key]));
  281.        var s = d.createElement('script');s.type='text/javascript';s.async=true;
  282.        var p = 'https:' == document.location.protocol ? 'https' : 'http';
  283.        s.src = p + "://api.content-ad.net/Scripts/widget2.aspx?" + qs.join('&');
  284.        d.getElementById("contentad345470").appendChild(s);
  285.    })(document);
  286. </script>
  287.                    
  288. <br />
  289. </center>
  290.  
  291. <center>
  292.  
  293.  
  294. </center>
  295. </div>
  296.  
  297.            
  298.    </div>
  299. </div><div class="phpld-col3"  style="margin-left:25%;
  300.                                margin-right:25%;">
  301.  
  302.    <div class="phpld-cbox">
  303.                    
  304.                                                        <div class="phpld-grid phpld-full phpld-widget" id="widget_3">
  305.    <div class="boxTop"></div>
  306.        <div class="pageNotFound">
  307.    <div>404</div>
  308.    Page Not Found
  309. </div>
  310. </div>
  311.  
  312.                            
  313.                    
  314.                    
  315.                    
  316.                    
  317.        
  318.    </div>
  319. </div></div></div><div class="footer"><div class="footerlink"><br></div>Powered By: <a href="http://www.phplinkdirectory.com" title="powered by PHP Link Directory"> PHP Link Directory </a></div><script>
  320.  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  321.  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  322.  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  323.  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  324.  
  325.  ga('create', 'UA-48122059-21', 'auto');
  326.  ga('send', 'pageview');
  327.  
  328. </script><script type="text/javascript">
  329.    /* <![CDATA[ */
  330.    var root = '';
  331.    
  332.    var a = document.getElementsByTagName("a");
  333.    for(i = 0; i< a.length; i++)
  334.        if(a[i].id != '')
  335.            a[i].onclick = count_link;
  336.    function count_link(event) {
  337.        i = new Image();
  338.        i.src= root+'/cl.php?id='+this.id;
  339.        return true;
  340.    }
  341.  
  342.    
  343.    /* ]]> */
  344. </script></body></html>
  345.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda