Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 11896 байт. Загружен за: 2сек.
Проверяемая страница не запрещена в robots.txt.
Цепочка редиректов для файла robots.txt:
http://isrr.net/robots.txt
301 MovedPermanently
https://isrr.org/
200 OK
Показать содержимое robots.txt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ice="http://ns.adobe.com/incontextediting"><!-- InstanceBegin template="/Templates/Main Template.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>International Soundex Reunion Registry - ISRR</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<link href="SpryAssets/SpryTabbedPanels9.css" rel="stylesheet" type="text/css" />
<style>
body {
background: #FFF;
color: #039;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
line-height: 1.4;
padding: 0px;
margin: 0;
background-color: #DCE2ED;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 10;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
color: #03F;
text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
color: #8000FF;
text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
color: #6BAEF1
text-decoration: none;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
width: 960px;
background: #FFF;
margin: 0 auto;
padding-top: 0px;
}
#NavBar {
width: 960px;
background-color: #FFF;
margin-top: -27px;
margin-bottom: 0px;
}
.container .container {
margin-right: auto;
margin-left: auto;
width: 956px;
border-top-width: 0px;
border-right-width: 2px;
border-bottom-width: 0px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-top-color: #D0D9EA;
border-right-color: #D0D9EA;
border-bottom-color: #D0D9EA;
border-left-color: #D0D9EA;
margin-top: 0px;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
background: #FFF;
margin-bottom: 0px;
}
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
*/
.content {
padding: 10px 0;
}
/* ~~ The footer ~~ */
.footer {
font-size: 70%;
background-color: #036;
color: #FFF;
margin-right: auto;
margin-left: auto;
padding-top: 2px;
padding-right: 0;
padding-bottom: 2px;
padding-left: 0;
width: 960px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
-->
</style>
<script src="includes/ice/ice.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
<style>
/* ====== UNIVERSAL MOBILE SCROLL FIX ====== */
@media only screen and (max-width: 900px) {
/* Allow horizontal scrolling on mobile */
body, html {
width: 960px !important; /* lock original site width */
overflow-x: scroll !important;
overflow-y: auto !important;
}
/* Prevent images from stretching or shrinking */
img {
width: auto !important;
max-width: none !important;
height: auto !important;
}
/* Prevent tables and containers from collapsing */
table, .container, #NavBar, div, td, tr {
width: 960px !important;
max-width: 960px !important;
min-width: 960px !important;
}
}
</style>
</script>
</head>
<body onload="MM_preloadImages('Navigation/Images/images/images/ORGNavBarA2over_01.jpg','Navigation/Images/images/images/ORGNavBarA2over_02.jpg','Navigation/Images/images/images/ORGNavBarA2over_03.jpg','Navigation/Images/images/images/ORGNavBarA2over_04.jpg','Navigation/Images/images/images/ORGNavBarA2over_05.jpg','Navigation/Images/images/images/ORGNavBarA2over_07.jpg')">
<span class="content"><span class="container"><span class="content"></span></span></span>
<div class="container">
<div class="header"><img src="Images/Header/HeaderA5.jpg" width="960" height="207" alt="Reunion Registry" />
<p> </p>
<div class="header" id="NavBar margin-top: 20px; display: block; justify-content: center; gap: 4px;">
<div align="center"><a href="index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Home','','Navigation/Images/images/images/ORGNavBarA2over_01.jpg',1)"><img src="Navigation/Images/images/images/ORGNavBarA2_01.jpg" alt="ISRR Home Page" name="Home" width="150" height="37" border="0" id="Home" /></a><a href="About.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About','','Navigation/Images/images/images/ORGNavBarA2over_02.jpg',1)"><img src="Navigation/Images/images/images/ORGNavBarA2_02.jpg" alt="About ISRR" name="About" width="150" height="37" border="0" id="About" /></a><a href="Reunions.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Reunions','','Navigation/Images/images/images/ORGNavBarA2over_03.jpg',1)"><img src="Navigation/Images/images/images/ORGNavBarA2_03.jpg" alt="ISRR Reunions & Matches" name="Reunions" width="150" height="37" border="0" id="Reunions" /></a><a href="Register.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Register','','Navigation/Images/images/images/ORGNavBarA2over_04.jpg',1)"><img src="Navigation/Images/images/images/ORGNavBarA2_04.jpg" alt="Register or Update a Previous Registration" name="Register" width="150" height="37" border="0" id="Register" /></a><a href="Search.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Search','','Navigation/Images/images/images/ORGNavBarA2over_05.jpg',1)"><img src="Navigation/Images/images/images/ORGNavBarA2_05.jpg" alt="Search & Support Information" name="Search" width="150" height="37" border="0" id="Search" /></a><a href="Donate.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Donate','','Navigation/Images/images/images/ORGNavBarA2over_07.jpg',1)"><img src="Navigation/Images/images/images/ORGNavBarA2_07.jpg" alt="Donate to ISRR - Volunteer at ISRR" name="Donate" width="150" height="37" border="0" id="Donate" /></a></div>
</div>
</div><!-- end .header --></div>
</div>
<!-- InstanceBeginEditable -->
<div class="container" ice:editable="*">
<div align="center">
<p class="homepage-opening"/* Desktop default */
.homepage-opening {
font-size: 16px; /* desktop size */
}
>
<p> </p>
Welcome to the newly redesigned <strong>ISRR website</strong>!
<br>
<a href="https://www.isrr.org" target="_blank">ISRR.org</a> is now the official site of the International Soundex Reunion Registry, Inc.
</p>
<table width="920" border="0" cellpadding="0" cellspacing="5" bgcolor="#142E4F" id="TabbedPanels1"/>
</div>
<!-- InstanceBeginEditable name="Tabs Text" -->
<div class="container" ice:editable="*">
<div align="center">
<table width="920" border="0" cellpadding="2" cellspacing="5" bgcolor="#142E4F" id="TabbedPanels1">
<tr>
<td width="333"><a href="Register.html"><img src="Images/Chalk Boards/Chalk Register blue2.jpg" alt="Register" width="333" height="252" dynsrc="Images/Chalk Boards/Chalk REUNITED.jpg" start="mouseover" loop="-1/<div align="right">
<!-- Button aligned right -->
<div style="text-align: right; margin-top: 10px;">
<a href="Register.html?tab=3">
<img src="Images/Chalk Boards/button-tab3.png" alt="Go to Register Tab">
</a>
<td width="573"><img src="Images/Misc/Map.jpg" width="563" height="344" alt="Active Registrations" /></td></tr>
</table>
<p class="homepage-privacy">
<strong>Your privacy matters.</strong><br>
Our database is kept <em>completely offline</em> to protect your information
while we help reconnect families. <br>Registrations are also <em>offline</em>. <br>Please click the REGISTER button above and read the instructions to register. <br>Located at the bottom of that page is the "ISRR REGISTRATION FORM" link. <br>For assistance with the registration process, please contact us by phone.
</div>
<hr />
<div align="center">
<h2>ISRR is on Facebook</h2>
<p><span lang="en-us" xml:lang="en-us">Click here to visit our social network page.</span></p>
<div>
<p>
<!-- Facebook Badge START -->
<a href="http://www.facebook.com/pages/Reunion-Registry/332186225108" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 13px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998;
-decoration:
<a href="http://www.facebook.com/pages/Reunion-Registry/332186225108" target="_TOP" title="Reunion Registry"><img src="Images/facebook.jpg"<div align="center"/></a>
<!-- Facebook Badge END -->
</p>
<p> </p>
</div>
<!-- InstanceEndEditable -->
<div class="footer">
<blockquote>
<p>©Copyright 2011-2025. International Soundex Reunion Registry, Inc. All Rights Reserved.</p>
</blockquote>
<!-- end .footer --></div>
<!-- end .container --></div>
<script type="text/javascript">
document.getElementById("button-tab3").addEventListener("click", function() {
tabbedPanels1.showPanel(2); // Tab 3 = index 2
});
</script>
</body>
<!-- InstanceEnd --></html>