Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 9880 байт. Загружен за: 1сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://mirytic.pbworks.com/robots.txt
303 SeeOther
http://secure.pbworks.com/error/wiki?wiki=mirytic
200 OK
Показать содержимое robots.txt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Workspace not found</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index,follow,noodp" />
<meta name="description" content="Online Team Collaboration: shared workspaces for working with colleagues, clients, and partners." />
<meta name="keywords" lang="en-us" content="" />
<meta name="google-site-verification" content="1uyV_FSJOC95y0A5_nSVZ3aQIriEIfUdXVkewSDuqIg" />
<!--[if lt IE 7]>
<style type="text/css">
img, div { behavior: url("/version8/css/iepngfix.php") }
</style>
<![endif]-->
<link type="text/css" rel="stylesheet" href="/shared/css/droidsans/droidsans.css?v=1" />
<link type="text/css" rel="stylesheet" href="/version8/css/main.css?v=5" />
<!--[if lt IE 8]>
<link href="/version8/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link href="/version8/css/ie7minus.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="/version8/js/iepngfix_tilebg.js"></script>
<![endif]-->
</head>
<body>
<!--MAIN PAGE CONTAINER-->
<div id="container">
<!--HEADER BUTTONS-->
<a href="https://my.pbworks.com" id="login"><span class="hidden">Log in</span></a>
<!--end buttons-->
<!--HEADER-->
<div id="header">
<!--LOGO-->
<a id="logo" href="/"><span class="hidden">Home</span></a>
<!--end logo-->
<!--MAIN NAVIGATION-->
<p> </p>
<p> </p>
<!--HEADER CONTENT-->
<div id="banner3">
<div id="bannertext">
<h1><span class="main-text">The workspace could not be found</span></h1>
</div>
</div><!--end header content-->
</div><!--end header-->
<!--MAIN PAGE CONTENT-->
<div class="content">
<div class="contentboxheader2"></div>
<div class="contentboxbg">
<div class="genericcontent">
<h2 style="font-weight: normal !important;"><strong>The workspace "<strong>mirytic</strong>" doesn't exist.</strong> </h2>
<p>If you mistyped it, please correct the address and try again. </p>
<p>Or, <a href="https://plans.pbworks.com/signup/basic20">create a free workspace</a> with this name!</p>
</div>
<hr class="clearfix" />
</div>
<div class="contentboxfooter"></div>
</div><!--end editions boxed content-->
<!--FOOTER-->
<div id="footer">
<!--FOOTER CONTENT TABLE-->
<table id="footertable">
<tr>
<td width="20%"><a href="/content/about">About</a></td>
<td width="20%"><a href="/content/security">Security</a></td>
<td width="20%"><a href="/support">Support</a></td>
<td width="20%"><a href="/jobs">Jobs</a></td>
<td width="20%"><a href="/api_v2/">API</a></td>
</tr>
</table>
<p style="margin-top: 20px;">
Call our sales line: +1 (800) 326-6506
</p>
<p>
©2005–2026 PBwiki, inc. All Rights Reserved.
<a href="/content/privacypolicy">Privacy Policy</a> | <a href="/content/termsofservice">Terms of Service</a> | <a href="https://www.pbworks.com/gdpr.html">GDPR</a> </p>
<!--end footer-->
</div>
<script type="text/javascript" src="/version8/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/version8/js/fancyzoom.js"></script>
<!--[if lt IE 7]>
<script src="/version8/js/IE7.js"></script>
<![endif]-->
<script type="text/javascript">
var timeout = 500;
var closetimer = 0;
var ddmenuitem = 0;
var itshovering = 0;
var domain = ".pbworks.com";
jQuery.noConflict();
(function ($) {
$.fn.fancyThumb = function () {
var newThumbClass = 'fancyscreenshot-thumb';
this.each(function (index) {
var src, fullSrc, newID, style;
src = $(this).attr('src');
style = $(this).attr('style');
fullSrc = src.substr(0, src.indexOf('?'));
if (!fullSrc) {
fullSrc = src;
src = fullSrc + '?thumb=fancy';
}
newID = 'fancyscreenshot-' + index;
$(this).hide().after(
$('<a>').attr({
href: '#' + newID,
style: style,
'class': newThumbClass
}).html('<img src="' + src + '">')
).after($('<div>').attr({
id: newID,
style: 'display: none'
}).html('<img src="' + fullSrc + '">'));
});
$('.' + newThumbClass).fancyZoom({
directory: '/version8/images/layout/fancyzoom',
scaleImg : true
});
};
}(jQuery));
jQuery(document).ready(function ($){
$('#nav-biz a').click(function (e) { setcat('biz') });
$('#nav-edu a').click(function (e) { setcat('edu') });
$('#nav-ind a').click(function (e) { setcat('ind') });
$('#newnav ul li:has(ul)>a').prepend('<span class="submenu">»</span>');
apply_linkclasses($);
apply_blockquotes($);
apply_tracking($);
$("img[src*='/priceperuser.png']").parent().attr('id', 'priceperuser').html(' ');
$('.fancyscreenshot').fancyThumb();
if ($('#tabcontent').length) {
var currentImage = 0;
var carouselTimeout;
var rotateCarousel = function () {
currentImage += 1;
if (currentImage > 6) {
currentImage = 1;
}
homepage(currentImage, true);
carouselTimeout = window.setTimeout(rotateCarousel, 10000);
};
$('#tabcontent').mouseover(function (event) {
window.clearTimeout(carouselTimeout);
});
$('#topnav-biz-industries').click(function (event) {
homepage(6);
});
rotateCarousel();
}
});
function apply_tracking($) {
var campaign = 'nav-tracking';
var source = $('#tabcontent').length ? 'Home navigation' : 'Top navigation';
var callback = function () {
if (!this.href || this.href.indexOf('#') > -1 || this.href.indexOf('?') > -1) {
return this.href;
}
return this.href + '?utm_campaign=' + campaign + '&utm_source=' + source;
};
$('#newnav a, .navigation a').attr('href', callback);
source = 'Homepage carousel';
$('#tabcontent_inner a, #industrymap area').attr('href', callback);
}
function apply_linkclasses($) {
var exceptions = {
'/voice-collaboration': '/content/biz+features',
'/team-collaboration': '/content/biz+resources',
'/content/biz-corporate-use': '/content/biz+solutions',
'/enterprise-2.0': '/content/biz+features',
'/real-time-collaboration': '/content/biz+features',
'/online-deal-room': '/content/biz+solutions',
'/project-management': '/content/biz+solutions',
'/social-intranet': '/content/biz+solutions',
'/client-extranet': '/content/biz+solutions',
'/customer-extranet': '/content/biz+solutions',
'/legal': '/content/biz-legal-edition',
'/consulting': '/content/biz-consulting',
'/creative-services': '/content/biz-creative-services',
'/medical': '/content/biz-medical',
'/non-profits': '/content/biz+solutions'
};
var path = location.pathname;
if (exceptions[path]) {
path = exceptions[path];
}
$('.navigation li:last').addClass('last');
var current = $(".navigation li:has(a[href^='" + path + "'])");
if (location.hostname.indexOf('plans') > -1) {
current = $('.navigation li:last');
}
if (current.length) {
current.addClass('current');
current.prevAll().addClass('beforeCurrent');
}
}
function apply_blockquotes($) {
$('blockquote.pull').prepend('<span class="lquote">“</span>');
$('blockquote.pull').append('<span class="rquote">”</span>');
$('blockquote.pull cite').prepend('— ');
}
function setcat(cat) {
pbsetcookie("cat",cat,180,"/",domain.replace(/^\./,""));
}
function pbsetcookie(name, value, expires, path, domain, secure) {
var today = new Date();
today.setTime( today.getTime() );
if (expires) {
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date( today.getTime() + (expires) );
document.cookie = name + "=" +escape( value ) +
( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
( ( path ) ? ";path=" + path : "" ) +
( ( domain ) ? ";domain=" + domain : "" ) +
( ( secure ) ? ";secure" : "" );
}
function homepage(number, auto) {
jQuery('#tabcontent_inner').animate({
'marginLeft': 970 * (1-number) + 'px'
}, 'fast');
if (typeof pageTracker !== 'undefined' && !auto) {
try {
pageTracker._trackPageview('/tracking/carousel' + number + '/click');
} catch (exception) {
// silently drop
}
}
}
</script>
<hr class="clearfix" />
</div><!--end container-->
<script type="text/javascript">
var _qevents = [{ qacct : "p-16CGFkiSpdTEU" }];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge")
+ ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
</script>
<noscript><div style="display: none;"><img src="http://pixel.quantserve.com/pixel/p-16CGFkiSpdTEU.gif" height="1" width="1" alt="Quantcast"/></div></noscript><!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-54LYVM2Y0K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-54LYVM2Y0K');
</script>
</body>
</html>
<!-- v=2,newpbj=1,utz=x,ssl=0,ua=Win-Chrome-126,uid=0,sn=a15da046ff070cd8c30bc47f6a3f4915,pid=6696,hn=appserver002,nw=0,w=0,mpu=3,te=0.029 -->