Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 8475 байт. Загружен за: 2сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://puk.org/robots.txt
301 MovedPermanently
https://puk.org/robots.txt
200 OK
Показать содержимое robots.txt
<!DOCTYPE html lang="en-US">
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en-US">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>PUK</title>
<meta name="description" content="PUK">
<link rel="stylesheet" href="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/css/normalize.css">
<link rel="stylesheet" href="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/css/foundation.css">
<link rel="stylesheet" href="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/css/animate.css">
<link rel="stylesheet" href="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/css/icomoon.css">
<link rel="stylesheet" href="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/css/style.css">
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/vendor/custom.modernizr.js"></script>
<!-- Default WordPress jQuery lib (sorry, it just have to go this way because of template system limitations) -->
<script src="https://puk.org/wp-includes/js/jquery/jquery.js"></script>
<link href='https://puk.org/wp-content/fonts/e171e38c75bbc2bd0ba5eca38886140e.css' rel='stylesheet' type='text/css'><link href='https://puk.org/wp-content/fonts/88ed905e5fb43048027c8f4cc82e1473.css' rel='stylesheet' type='text/css'><link href='https://puk.org/wp-content/fonts/ac78ac34e4dc9549601a36b9791ee079.css' rel='stylesheet' type='text/css'><style>body {background: !important;}#days, #hours, #minutes, #seconds { color: #ffffff; }.timer-bottom { color: #ffffff; }.button {background:#9e0039 !important;}.button:hover {background:#9e0039 !important;}.nifty-title {font-family:'Lato' !important;}.nifty-coming-soon-message {font-family:'Lato' !important;}.timer-item {font-family:'Raleway' !important;}body p, .nifty-inform, .nifty-success, .nifty-error, input {font-family:'Abel' !important;}</style>
</head>
<body class="wp-embed-responsive wp-theme-gridlove wp-child-theme-gridlove-child chrome gridlove-cover-overlay-soft-dark gridlove-v_1_9_5 gridlove-child">
<div class="nifty-main-wrapper" id="nifty-full-wrapper">
<!-- Page Preloader -->
<div id="preloader"></div>
<div class="nifty-content-wrapper">
<header class="nifty-row ">
<div class="large-12 columns text-center">
<!-- Logo and navigation -->
</div>
</div>
</header>
<div class="nifty-row">
<div class="large-10 small-centered columns text-center">
<div class="nifty-coming-soon-message">
<div id="animated_intro" class="tlt">
<ul class="texts" style="display: none">
<li>Patriotic Union of Kurdistan </li>
<li>PUK</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Timer Section -->
<div class="nifty-row" id="clock">
<div class="large-8 small-centered columns">
<div class="large-3 small-3 columns">
<div class="timer-item">
<div class="timer-top"><span id="days"></span></div>
<div class="timer-bottom">days</div>
</div>
</div>
<div class="large-3 small-3 columns">
<div class="timer-item">
<div class="timer-top"><span id="hours"></span></div>
<div class="timer-bottom">hours</div>
</div>
</div>
<div class="large-3 small-3 columns">
<div class="timer-item">
<div class="timer-top"><span id="minutes"></span></div>
<div class="timer-bottom">minutes</div>
</div>
</div>
<div class="large-3 small-3 columns">
<div class="timer-item">
<div class="timer-top"><span id="seconds"></span></div>
<div class="timer-bottom">seconds</div>
</div>
</div>
</div>
</div>
<!-- Content Section -->
<div class="nifty-content-full">
<div class="nifty-row">
<!-- Slider Section -->
<ul class="bxslider">
<!-- Slide One - Subscribe Here -->
<!-- Slide Two - About Us -->
<!-- Slide Three - Social links -->
<section class="large-12 columns"><div class="nifty-row"></div></section>
</ul>
</div>
</div>
</div>
<!-- jQuery Vegas Background Slider -->
<script>
jQuery(document).ready(function($){
$('#nifty, body').vegas({
animation: 'random',
cover: true,
animationDuration: '2000',
timer: false,
transition: 'random',
delay:10000,
opacity:0.8,
overlay:'https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/admin//assets/images/patterns/15.png',
slides: [
{ src:'https://puk.org/wp-content/uploads/2019/06/J_Talabani.jpg'},
{ src:'https://puk.org/wp-content/uploads/2019/06/YNK.jpg'},
{ src:'https://puk.org/wp-content/uploads/2019/06/Talabani.jpg'},
{ src:'https://puk.org/wp-content/uploads/2019/06/Congress.jpg'}
]
}); });
</script>
<script>
// Timer Settings //
jQuery(function($) {
$('div#clock').countdown("1970/01/01 00:00", function(event) {
var $this = $(this);
switch (event.type) {
case "seconds":
case "minutes":
case "hours":
case "days":
case "weeks":
case "daysLeft":
$this.find('span#' + event.type).html(event.value);
break;
case "finished":
$this.hide();
break;
}
});
});
</script>
<!-- Footer js scripts -->
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/scripts.js"></script>
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/jquery.countdown.js"></script>
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/jquery.bxslider.min.js"></script>
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/vegas.min.js"></script>
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/jquery.fittext.js"></script>
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/jquery.textillate.js"></script>
<script src="https://puk.org/wp-content/plugins/nifty-coming-soon-and-under-construction-page/template/assets/js/jquery.lettering.js"></script>
<script>
jQuery(document).ready(function($){
$('.tlt').textillate({
selector: '.texts',
loop: true,
minDisplayTime: 2500,
autoStart: true,
outEffects: [ 'bounceOut' ],
// in animation settings
in: {
// set the effect name
effect: 'fadeIn',
delayScale: 1.5,
delay: 50,
sync: false,
shuffle: true
},
// out animation settings.
out: {
effect: 'bounceOut',
delayScale: 1.5,
delay: 150,
sync: false,
shuffle: true,
}
});
});
</script>
<!-- Google Analytics Code -->
<!-- Additional CSS -->
<style></style>
</body>
</html>