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://m.джамба.рф

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. <!DOCTYPE html>
  8. <html class="is_adaptive">
  9.    <head>
  10.        <meta charset="utf-8" />
  11.        <title>Этот домен продаётся</title>
  12.        <link rel="stylesheet" href="https://parking.reg.ru/shopfront/parking-shopfront.css" />
  13.        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  14.        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  15.        <link rel="icon" href="/favicon.ico" type="image/x-icon" />
  16.        <script src="https://parking.reg.ru/shopfront/manifest.js"></script>
  17.        <script src="https://parking.reg.ru/shopfront/head-scripts-content.js"></script>
  18.        <script src="https://parking.reg.ru/shopfront/head-scripts.js"></script>
  19.    </head>
  20.    <body class="b-page">
  21.        <div class="b-parking-shopfront">
  22.            <header class="b-parking-shopfront__header">
  23.                <div class="b-page__content-wrapper">
  24.                    <span class="b-parking-shopfront__header-text">
  25.                        Домен зарегистрирован в
  26.                        <a href="https://www.reg.ru/" class="b-parking-shopfront__header-logo">
  27.                            <span class="b-parking-shopfront__header-logo-img"></span>
  28.                        </a>
  29.                    </span>
  30.                    <span class="b-parking-shopfront__header-text b-parking-shopfront__header-text_mode_additional tooltip" title="по&nbsp;данным StatOnline.ru, занимает первое место по&nbsp;количеству зарегистрированных доменов и&nbsp;размещённых сайтов в&nbsp;национальных зонах .RU и .РФ.">
  31.                        Хостинг-провайдер и регистратор доменных имён №1 в России
  32.                    </span>
  33.  
  34.                </div>
  35.            </header>
  36.  
  37.            <div class="b-parking-shopfront__domain">
  38.                <div class="b-page__content-wrapper">
  39.                    <span class="b-icon b-icon_style_domain b-parking-shopfront__domain-icon"></span>
  40.                    <strong class="b-parking-shopfront__domain-name">
  41.                        джамба.рф
  42.                    </strong>
  43.                    <p class="b-parking-shopfront__domain-info">
  44.                        Этот домен продаётся
  45.                        <span class="b-parking-shopfront__domain-price"></span>
  46.                    </p>
  47.                    <a class="b-button b-button_color_primary b-button_height_auto b-button_size_big b-parking-shopfront__domain-button" href="https://www.reg.ru/domain/shop/lot/"><i class="b-icon b-icon_button_cart b-button__icon-left"></i>Купить</a>
  48.                </div>
  49.                <div class="b-parking-shopfront__bg"></div>
  50.            </div>
  51.  
  52.            <div id="b-parking-shopfront-form"></div>
  53.        </div>
  54.  
  55.        <div class="b-footer-static b-footer-static_type_right-side">
  56.            <div class="b-footer-static__wrapper b-footer-static__wrapper_type_right-side">
  57.                <div class="b-footer-static__item b-footer-static__item_type_link b-link b-link_style_text" data-link="https://www.reg.ru/hosting">
  58.                    <span class="b-footer-static__icon b-footer-static__icon_type_hosting"></span>
  59.                    <a class="b-link b-link_style_text" href="https://www.reg.ru/hosting">Хостинг</a>
  60.                </div>
  61.                <div class="b-footer-static__item b-footer-static__item_type_link b-link b-link_style_text" data-link="https://www.reg.ru/vps">
  62.                    <span class="b-footer-static__icon b-footer-static__icon_type_vps"></span>
  63.                    <a class="b-link b-link_style_text" href="https://www.reg.ru/vps">VPS</a>
  64.                </div>
  65.                <div class="b-footer-static__item b-footer-static__item_type_link b-link b-link_style_text" data-link="https://www.reg.ru/dedicated">
  66.                    <a href="https://www.reg.ru/dedicated" class="b-footer-static__icon b-footer-static__icon_type_dedicated"></a>
  67.                    <p class="b-link b-link_style_text">Dedicated</p>
  68.                </div>
  69.            </div>
  70.        </div>
  71.  
  72.        <script>
  73.            var Config = {
  74.                dname      : 'джамба.рф',
  75.                captchaKey : '6LeOBCUUAAAAAH12B8bXjdRxiKCPyhBtqdP1DkUE',
  76.                formAction : 'https://www.reg.ru/whois/parking_admin_contact'
  77.            };
  78.        </script>
  79.        <script src="https://parking.reg.ru/shopfront/parking-shopfront.js"></script>
  80.        <script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&amp;render=explicit" async defer></script>
  81.        <script>
  82.            function ondata( data ) {
  83.                var domainInfo  = document.querySelector('.b-parking-shopfront__domain-info'),
  84.                    domainPrice = document.querySelector('.b-parking-shopfront__domain-price'),
  85.                    buyButton   = document.querySelector('.b-parking-shopfront__domain-button'),
  86.                    formattedPrice;
  87.  
  88.                if ( data.error_code ) {
  89.                    return false;
  90.                }
  91.  
  92.                if ( data.domain_in_shop ) {
  93.                    domainInfo.style.display = 'block';
  94.  
  95.                    buyButton.href += encodeURIComponent( data.dname );
  96.                    buyButton.style.display = 'inline-block';
  97.  
  98.                    if ( data.domain_shop_price ) {
  99.                        formattedPrice = data.domain_shop_price.replace(/\s/g, '&nbsp');
  100.  
  101.                        domainPrice.innerHTML = 'за ' + formattedPrice + '&nbsp;р.';
  102.                        domainPrice.style.display = 'inline';
  103.                    }
  104.                }
  105.            }
  106.  
  107.            var script = document.createElement('script');
  108.            var head   = document.getElementsByTagName('head')[0];
  109.            script.src = 'https://parking.reg.ru/script/get_domain_data?domain_name=xn--80aackk1b.xn--p1ai&rand=' + Math.random() + '&callback=ondata';
  110.            script.async = 1;
  111.            head.appendChild( script );
  112.        </script>
  113.    </body>
  114. </html>
  115.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda