Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 21593 байт. Загружен за: 1сек.
Проверяемая страница не запрещена в robots.txt.
Показать содержимое robots.txt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml-rdfa-2.xsd"
xmlns:og="http://ogp.me/ns#">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="description" content="Check out this GoDaddy hosted webpage! http://wagsdj.com." />
<meta property="og:title" content="Wag's DJ Service...... 281-480-6513" />
<meta property="og:description" content="Check out this GoDaddy hosted webpage! http://wagsdj.com." />
<meta property="og:image" content="http://nebula.wsimg.com/obj/QTYzODk2Q0VBQTcxN0MwNkQ4MEI6ZTAyODY2ZTY2YWYwMWIzZmJjY2JmZDAxYmIxODYxZTU=" />
<link rel="image_src" href="http://nebula.wsimg.com/obj/QTYzODk2Q0VBQTcxN0MwNkQ4MEI6ZTAyODY2ZTY2YWYwMWIzZmJjY2JmZDAxYmIxODYxZTU=" />
<meta property="og:image" content="http://imagesak.websitetonight.com/skins/pl.gd/images/logo1.gif" />
<link rel="shortcut icon" type="image/ico" href="http://img1.wsimg.com/ip/v1.2.22/images/favicon.ico" />
<link rel="icon" type="image/png" href="http://img1.wsimg.com/ip/v1.2.22/images/favicon.jpg" />
<title>
Wag's DJ Service...... 281-480-6513
</title>
<!--CSS_START_MERGE:ss.css-->
<link href="http://img1.wsimg.com/ip/v1.2.22/style/ux.css" rel="stylesheet" type="text/css" />
<link href="http://img1.wsimg.com/ip/v1.2.22/style/Site.css" rel="stylesheet" type="text/css" />
<link href="http://img1.wsimg.com/ip/v1.2.22/style/layout.css" rel="stylesheet" type="text/css" />
<link href="http://img1.wsimg.com/ip/v1.2.22/style/jquery.gd.shareLinks.css" rel="stylesheet" type="text/css" />
<!--CSS_END_MERGE-->
<link href="http://img1.wsimg.com/ip/v1.2.22/style/font-helsinki.css" rel="Stylesheet" type="text/css" />
<script type="text/javascript" src="https://widget.starfieldtech.com/API.svc/jquery.js"></script>
<script type="text/javascript" src="https://widget.starfieldtech.com/API.svc/jquery-ui.js"></script>
<!--JS_START_MERGE:ss-merged.js-->
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/ss.js"></script>
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/jquery.gd/jquery.gd.core.js"></script>
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/jquery.gd/jquery.gd.baseWidget.js"></script>
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/jquery.gd/jquery.gd.scaleBackground.js"></script>
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/jquery.gd-ss/jquery.gd-ss.switcher.js"></script>
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/jquery.gd/jquery.gd.textShadow.js"></script>
<script type="text/javascript" src="http://img1.wsimg.com/ip/v1.2.22/scripts/jquery.gd/jquery.gd.shareLinks.js"></script>
<!--JS_END_MERGE-->
<script type="text/javascript" src="https://widget.starfieldtech.com/API.svc/cygnus-duel.js?app=SS&user=3972407&proxy=%2fCygnus%2fProxy&action=%2fCygnus%2fAction"></script>
<script type="text/javascript">// <![CDATA[
$j(document).ready( function() {
// ---- Configure the application settings for communicating with Cygnus.
$c.Stage.applicationEventHandlerElement = $j("#page");
var appSettings = $c.Stage.applicationSettings;
appSettings.showConfigControl = false;
appSettings.showToggleControl = false;
appSettings.showCloseControl = true;
appSettings.hideCloseControlOnEdit = true;
appSettings.widgetActions.closeControlClick = function (widgetId, widgetType) {
// this will hide the widget since it's already open
$ss.showWidget(widgetId, $j(".ss-service[wid='" + widgetId + "']"));
};
appSettings.widgetEvents.saveConfigSuccess =
function(widgetId, widgetType) {
var li = $j("li:has(a[wid='" + widgetId + "'])");
if (li.length > 0)
{
li.show();
li.find("a").removeClass("uninitialized");
$ss.showLauncher();
$ss.showSavedConfirmation('App saved successfully.');
}
else
{
if (widgetType == "fbpage")
{
$ss.showSavedConfirmation('Facebook Page saved successfully.');
}
}
};
appSettings.widgetEvents.saveConfigFailure =
function(widgetId, widgetType) {
//alert("failed!");
};
appSettings.widgetEvents.cancelledConfig =
function(widgetId, widgetType) {
var a = $j("a[wid='" + widgetId + "']");
if (a.hasClass("uninitialized"))
{
//close the widget since it's already open if it's not be initialized.
$ss.showWidget(widgetId, $j(".ss-service[wid='" + widgetId + "']"));
$ss.openAdminPanel('widgets');
}
};
appSettings.widgetEvents.openedConfig =
function(widgetId, widgetType)
{
if (widgetType != "fbpage")
{
// close tabs
$ss.hideAdminPanel();
}
};
appSettings.widgetEvents.closedConfig =
function(widgetId, widgetType)
{
if (widgetType == "fbpage")
{
$ss.facebookPage.close(widgetId);
}
};
appSettings.widgetEvents.dataModified =
function(widgetId, widgetType, data) {
if ($j.isPopulated(data))
{
if (widgetType == "fbpage")
{
$j('.widget-fbpage-title').text(data.Title.value);
}
else
{
var a = $j("#ss-launcher").find("a[wid=" + widgetId + "]");
var children = a.children();
a
.text(data.LinkTitle.value)
.append(children);
$j("#widgets-added-list").find("li[wid=" + widgetId + "] .widget-added-label-title").text(data.LinkTitle.value);
}
}
};
appSettings.widgetEvents.revealed =
function(widgetId, widgetType) {
if ($j.isFunction($ss.stage.layout.revealed)) $ss.stage.layout.revealed();
};
appSettings.widgetEvents.obscured =
function(widgetId, widgetType) {
if ($j.isFunction($ss.stage.layout.obscured)) $ss.stage.layout.obscured();
};
appSettings.widgetEvents.widgetModalDisplayed =
appSettings.widgetEvents.contentUpdated =
function(wigetId, widgetType) { $ss.fixPalette(); };
appSettings.applicationUtilityProviders.getImages = function(widgetId, success, failure)
{
// show a dialog for the user to select images that were uploaded as backgrounds
// one day maybe we can change this to be a uploader instead.
$ss.facebookPage.gatherImages(null, function(result) {
// if the user closed the dialog
if (result)
{
success(result.images);
}
else // do the failure callback otherwise.
{
failure({ error: 'Error', message: 'Unable to get images.' });
}
});
}
appSettings.baseWidgetColors = {
background: '#cccccc',
textTitle: '#000',
textContent: '#000',
textLinks: '#5862b6',
borderTitle: '#5862b6'
};
appSettings.applicationEvents.colorsChanged = "widgets.colorsChanged";
appSettings.widgetInitializeOptions.fbpage = { hideFacebookConnectDisplay: true };
appSettings.modalContainerCssClass ="modal-container";
$c.CommManager.applicationData = { "domainName": "wagsdj.com" };
// ---- DONE application setting configuration
// load/style the page and all it's components
$ss = SimpleSite({
basePath: "/",
cdnImagePath: "http://img1.wsimg.com/ip/v1.2.22/images/",
cdnCssPath: "http://img1.wsimg.com/ip/v1.2.22/style/",
eventReceiver: "#page",
background: {"id":9614277,"originalSrc":"https://nebula.wsimg.com/obj/QTYzODk2Q0VBQTcxN0MwNkQ4MEI6YTNlMWFlMmQ2NGY3YjRiYmIxMWMwOGRhOTk4OTAzMWE=","src":"https://nebula.wsimg.com/obj/QTYzODk2Q0VBQTcxN0MwNkQ4MEI6MjVhNDhiM2FlZDQ1MTdiNjAyOWFkNzZiMTZkYTRhODc=","thumbnail":"https://nebula.wsimg.com/obj/QTYzODk2Q0VBQTcxN0MwNkQ4MEI6ZTAyODY2ZTY2YWYwMWIzZmJjY2JmZDAxYmIxODYxZTU=","orientation":"3","variation":"mc","isUserOwner":true,"cropHistory":null,"stockBackgroundId":573484,"isUncropped":true},
layout: {"id":2,"name":"Side Menu","type":"1","variation":"c","VariationName":"Centered"},
layoutControls:
{
content: '#ss-main',
title: '#ss-name',
description: '#ss-description',
launcher: '#ss-launcher',
page: '#page',
widgetContainer: '#ss-widgetContainer',
about: '#ss-about',
background: '#ss-background'
},
palette: {
"id": 76,
"name": null,
"userCreated": false,
"isActive": true,
"backgrounds": {
"page": "#fff",
"main": "none",
"meta": "none",
"block": "#cccccc"
},
"fonts": {
"title": "#000",
"description": "#333333",
"services": "#000",
"primary": "#000",
"secondary": "#000",
"links": "#5862b6"
}
},
fonts: {"titleFontId":18,"generalFontId":2,"titleSize":60,"descriptionSize":22,"servicesSize":20,"titleFontIsEmbed":true,"generalFontIsEmbed":false},
titleFont: {"id":18,"appliesTo":"title","faceName":"Helsinki","defaultSize":50,"isEmbed":true},
generalFont: {"id":2,"appliesTo":"title","faceName":"Tahoma","defaultSize":60,"isEmbed":false},
fontControls:
{
title: {reset: '.ss-title', apply: '.ss-title' },
description: {reset: '.ss-description', apply: '.ss-description' },
services: {reset: '.ss-service', apply: '.ss-service'},
block: {reset: '.ss-block, #ss-widgetContainer', apply: '.ss-block, #ss-widgetContainer' }
},
styleControls:
{
// Page background
background: {reset: '#ss-background', apply: '#ss-background' },
title: {reset: '.ss-title', apply: '.ss-title', borders: {reset: '#ss-launcher li', apply: '#ss-launcher li'} },
description: {reset: '.ss-description', apply: '.ss-description' },
services: {reset: '.ss-service', apply: '.ss-service', borders: {reset: '.accordion-arrow-inheritor, .accordion-button', apply: '.accordion-arrow-inheritor, .accordion-button'}},
block: {
reset: '.ss-block, #ss-widgetContainer',
apply: '.ss-block, #ss-widgetContainer, .modal-widget',
foreground: { apply: '.contrast' }
},
// Widget text
primary: {
reset: '.widget-container .title-bar, .widget-container .text-highlight, .widget-instance h1, .widget-instance h2, .widget-instance h3, .widget-instance h4, .widget-instance h5, .widget-instance h6, .modal-widget .title-bar, .modal-widget .text-highlight, .modal-widget h1, .modal-widget h2, .modal-widget h3, .modal-widget h4, .modal-widget h5, .modal-widget h6',
apply: '.widget-container .title-bar, .widget-container .text-highlight, .widget-instance h1, .widget-instance h2, .widget-instance h3, .widget-instance h4, .widget-instance h5, .widget-instance h6, .modal-widget .title-bar, .modal-widget .text-highlight, .modal-widget h1, .modal-widget h2, .modal-widget h3, .modal-widget h4, .modal-widget h5, .modal-widget h6'
},
secondary: {
reset: '.widget-instance, .widget-instance div:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance span:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance li, .widget-instance p, .modal-widget, .modal-widget div:not(.watermark, .charCounter), .modal-widget li, .modal-widget span:not(.text-highlight,.contrast), .modal-widget p',
apply: '.widget-instance, .widget-instance div:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance span:not(.watermark, .charCounter, .text-highlight, .contrast, .error, .form-errors, .required, :isThirdPartyInclude), .widget-instance li, .widget-instance p, .modal-widget, .modal-widget div:not(.watermark, .charCounter), .modal-widget li, .modal-widget span:not(.text-highlight,.welcome-subtitle,.contrast), .modal-widget p',
background: { apply: '.contrast, .speech-balloon-tail' },
borders: { apply: '.speech-balloon-tail' }
},
//main: { reset: '#ss-launcher, .modal-widget', apply: '.modal-widget, .layout3-c #ss-launcher, .layout2-c #ss-launcher, .layout2-l #ss-launcher, .layout2-r #ss-launcher' }, //'.ss-main, .layout3-c #ss-launcher',
//meta: { reset: '#ss-main', apply: '.layout1-c #ss-main, .layout1-l #ss-main, .layout1-r #ss-main, .layout4-c #ss-main, .layout4-l #ss-main, .layout4-r #ss-main' }, //'.ss-main, .layout3-c #ss-launcher',
main: { reset: '#ss-launcher', apply: '#ss-launcher' },
meta: { reset: '#ss-about', apply: '#ss-about' }, //'.ss-main, .layout3-c #ss-launcher',
links: { reset: '.modal-widget a', apply: '.widget-instance a:not(.contrast, :isInWidgetConfigPanel, :isThirdPartyInclude), .modal-widget a:not(.welcome-link), a.widget-link', borders: {reset: '.widget-container .title-bar, .widget-container .contrast-border, hr', apply: '.widget-container .title-bar, .widget-container .contrast-border, hr' }},
page: { reset: '.ss-background, body', apply: '.ss-background, body' },
launcher: { reset: '#ss-launcher', apply: '#ss-launcher' },
widgetContainer: { reset: '#ss-widgetContainer', apply: '#ss-widgetContainer' }
},
siteInfo: {
title: "Wag's DJ Service...... 281-480-6513",
description: "Serving the Houston/Galveston Area\n\"Since 1985\" \n\nYou've been planning this day for a long time. You've met with vendors, looked at venues, tasted cakes and food. Now, it's time for your Entertainment! \n\nMusic is only part of your event. Wag's DJ Service delivers a \"Stress Free\" day by executing all your plans. From the \"Grand Entrance\" to the \"Formal Exit\", Wag's DJ Service will make sure everything flows smoothly, making your day everything you dreamed it would be!\n\nwagsdj@sbcglobal.net",
domain: "wagsdj.com",
showShareLinks: true
},
shareLinksData: {
facebook: { ciCode: '44670', value:0 },
myspace: { ciCode: '44666', message: "Wag's DJ Service...... 281-480-6513", value:2 },
delicious: { ciCode: '44668', message: "Check out this GoDaddy hosted webpage! http://wagsdj.com.", value:3 },
stumbleupon: { ciCode: '44669', value:4 }
},
previewMessageData: [{"appId":"1", message:"<div class=\"preview-warning-info\">This is only a preview. We may still be setting up your domain.</div><div>To get started customizing your site, click <b>Owner Login</b>. After domain setup is complete, view your live site at your domain address.</div><br/><div>Domain address:<br /><a href=\"http://[[domain]]\">[[domain]]</a></div>"}],
wstAppName : 'GoDaddy Website Builder',
gcWstAppName : 'Websites + Marketing',
gDCrossSellISC : 'https://www.godaddy.com/websites/website-builder'
});
$ss.showLauncher();
// display the main container (nav and about) which should be formatted by now
$j("#ss-mainContainer").css("visibility", "visible");
$ss.stage.showShareLinksPanel(true);
$j("#ss-description").linkify({fontColorParent: '#ss-description', initText: "Serving the Houston/Galveston Area\n\"Since 1985\" \n\nYou've been planning this day for a long time. You've met with vendors, looked at venues, tasted cakes and food. Now, it's time for your Entertainment! \n\nMusic is only part of your event. Wag's DJ Service delivers a \"Stress Free\" day by executing all your plans. From the \"Grand Entrance\" to the \"Formal Exit\", Wag's DJ Service will make sure everything flows smoothly, making your day everything you dreamed it would be!\n\nwagsdj@sbcglobal.net"});
$j("#ss-title").linkify({fontColorParent: '#ss-name', initText: "Wag's DJ Service...... 281-480-6513"});
// show modal dialog if needed.
$ss.stage.showPreviewModal();
});
// ]]></script>
<script type="text/javascript">// <![CDATA[
$j(document).ready(function () {
var loginHref = $j("#login-link").attrSafe("href").replace(/&lcid=.*?(&|$)/gi, '&lcid=' + (location.hostname.toLowerCase() == $ss.stage.siteInfo.domain.toLowerCase()));
$j("#login-link").attrSafe("href", loginHref);
});
// ]]></script>
</head>
<body class="non-admin compliant rslrgd">
<div class="site-wrapper">
<img id="ss-background" class="ss-background" style="display: none; position: fixed; z-index:-1000; background-color: #fff; height: 100%; width:100%;" src="https://nebula.wsimg.com/obj/QTYzODk2Q0VBQTcxN0MwNkQ4MEI6MjVhNDhiM2FlZDQ1MTdiNjAyOWFkNzZiMTZkYTRhODc=" alt="background" />
<div class="page" id="page">
<div id="content">
<div id="ss-mainContainer" style="visibility:hidden;">
<div id="ss-main" class="ss-main">
<div id="ss-about" class="no-launcher" >
<h1 id="ss-name" class="ss-title" style="zoom:1/*DNR: fixes IE bug*/; font-size: 60px; font-family:Helsinki;">Wag's DJ Service...... 281-480-6513</h1>
<div id="ss-description" class="ss-description" style="font-size: 22px; font-family:Tahoma;">Serving the Houston/Galveston Area<br />"Since 1985" <br /><br />You've been planning this day for a long time. You've met with vendors, looked at venues, tasted cakes and food. Now, it's time for your Entertainment! <br /><br />Music is only part of your event. Wag's DJ Service delivers a "Stress Free" day by executing all your plans. From the "Grand Entrance" to the "Formal Exit", Wag's DJ Service will make sure everything flows smoothly, making your day everything you dreamed it would be!<br /><br />wagsdj@sbcglobal.net</div>
</div>
<div id="ss-launcher" style="display: none" >
<ul>
<li class="link-home"><a class="ss-service" href="javascript:$ss.hideWidgets();">Home</a></li>
<li id="menu-affiliate-link" style="display:none;">
</li>
</ul>
</div>
</div>
</div>
<div id="ss-widgetContainer" style="display:none;"></div>
</div>
<div id="logindisplay">
<a href="https://sso.godaddy.com/?realm=idp&app=instant-page&path=login%3fartifact%3d%26domain%3dwagsdj.com%26oid%3d%26sd%3d%26lcid%3dTrue%26idpinfo%3dnull%26auto%3dtrue%26source%3d" cicode="41766" id="login-link"></a>
</div>
<div id="sharePanel"></div>
<div class="cross-sell">
<div class="blurb">
<span class="arrow"></span>
<span class="logo"></span>
A website created by GoDaddy’s
<a class="want-one-link" target="_blank" href="https://www.godaddy.com/websites/website-builder" rel="nofollow"><span><b>Website Builder</b></span></a>
</div>
</div>
</div>
</div>
<script>'undefined' === typeof _trfq || (window._trfq = []);'undefined' === typeof _trfd && (window._trfd=[]), _trfd.push({ 'ap':'IPv1' });</script><script src='//img1.wsimg.com/tcc/tcc_l.combined.1.0.5.min.js' async></script>
</body>
</html><!-- Version: 1.8.0.0 -->