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://wavafoodcfr.blogspot.com

  1. <html><head><link rel="me" href="https://www.blogger.com/profile/10918179268215663124" />
  2. <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
  3. <meta name='google-adsense-platform-domain' content='blogspot.com'/>
  4. <!-- --><style type="text/css">@import url(//www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css);
  5. div.b-mobile {display:none;}
  6. </style>
  7.  
  8. </head><body><script type="text/javascript">
  9.    function setAttributeOnload(object, attribute, val) {
  10.      if(window.addEventListener) {
  11.        window.addEventListener('load',
  12.          function(){ object[attribute] = val; }, false);
  13.      } else {
  14.        window.attachEvent('onload', function(){ object[attribute] = val; });
  15.      }
  16.    }
  17.  </script>
  18. <div id="navbar-iframe-container"></div>
  19. <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script>
  20. <script type="text/javascript">
  21.      gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
  22.        if (gapi.iframes && gapi.iframes.getContext) {
  23.          gapi.iframes.getContext().openChild({
  24.              url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d4090295806777448929\x26blogName\x3dWavaFood\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://wavafoodcfr.blogspot.com/search\x26blogLocale\x3den_GB\x26v\x3d2\x26homepageUrl\x3dhttps://wavafoodcfr.blogspot.com/\x26vt\x3d-6737592482849688993',
  25.              where: document.getElementById("navbar-iframe-container"),
  26.              id: "navbar-iframe"
  27.          });
  28.        }
  29.      });
  30.    </script>
  31.    <iframe
  32.      id="JotFormIFrame-232233786850056"
  33.      title="Website Authority Ahrefs Domain Rating "
  34.      onload="window.parent.scrollTo(0,0)"
  35.      allowtransparency="true"
  36.      allowfullscreen="true"
  37.      allow="geolocation; microphone; camera"
  38.      src="https://form.jotform.com/232233786850056"
  39.      frameborder="0"
  40.      style="min-width:100%;max-width:100%;height:539px;border:none;"
  41.      scrolling="no"
  42.    >
  43.    </iframe>
  44.    <script type="text/javascript">
  45.    var ifr = document.getElementById("JotFormIFrame-232233786850056");
  46.    if (ifr) {
  47.      var src = ifr.src;
  48.      var iframeParams = [];
  49.      if (window.location.href && window.location.href.indexOf("?") > -1) {
  50.        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&'));
  51.      }
  52.      if (src && src.indexOf("?") > -1) {
  53.        iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&"));
  54.        src = src.substr(0, src.indexOf("?"))
  55.      }
  56.      iframeParams.push("isIframeEmbed=1");
  57.      ifr.src = src + "?" + iframeParams.join('&');
  58.    }
  59.    window.handleIFrameMessage = function(e) {
  60.      if (typeof e.data === 'object') { return; }
  61.      var args = e.data.split(":");
  62.      if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }
  63.      if (!iframe) { return; }
  64.      switch (args[0]) {
  65.        case "scrollIntoView":
  66.          iframe.scrollIntoView();
  67.          break;
  68.        case "setHeight":
  69.          iframe.style.height = args[1] + "px";
  70.          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {
  71.            iframe.style.minHeight = args[1] + "px";
  72.          }
  73.          break;
  74.        case "collapseErrorPage":
  75.          if (iframe.clientHeight > window.innerHeight) {
  76.            iframe.style.height = window.innerHeight + "px";
  77.          }
  78.          break;
  79.        case "reloadPage":
  80.          window.location.reload();
  81.          break;
  82.        case "loadScript":
  83.          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }
  84.          var src = args[1];
  85.          if (args.length > 3) {
  86.              src = args[1] + ':' + args[2];
  87.          }
  88.          var script = document.createElement('script');
  89.          script.src = src;
  90.          script.type = 'text/javascript';
  91.          document.body.appendChild(script);
  92.          break;
  93.        case "exitFullscreen":
  94.          if      (window.document.exitFullscreen)        window.document.exitFullscreen();
  95.          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();
  96.          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();
  97.          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();
  98.          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();
  99.          break;
  100.      }
  101.      var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false;
  102.      if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) {
  103.        var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};
  104.        iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");
  105.      }
  106.    };
  107.    window.isPermitted = function(originUrl, whitelisted_domains) {
  108.      var url = document.createElement('a');
  109.      url.href = originUrl;
  110.      var hostname = url.hostname;
  111.      var result = false;
  112.      if( typeof hostname !== 'undefined' ) {
  113.        whitelisted_domains.forEach(function(element) {
  114.            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {
  115.                result = true;
  116.            }
  117.        });
  118.        return result;
  119.      }
  120.    };
  121.    if (window.addEventListener) {
  122.      window.addEventListener("message", handleIFrameMessage, false);
  123.    } else if (window.attachEvent) {
  124.      window.attachEvent("onmessage", handleIFrameMessage);
  125.    }
  126.    </script>
  127.  
  128.  
  129.  
  130.      
  131.      </body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda