Гугл себя индексирует?

M7
На сайте с 03.06.2012
Offline
5
464

индексирует ли Google свою ссылку в скрипте поиска по сайту:

<fieldset style="display:inline;">

<legend>Поиск в Google<legend>

<form action="http://www.google.com/search?" target="_blank" method="get">

<input type="text" id="q" name="q">

<input type="submit" value="Поиск">

</form>

</fieldset>

-----------------------------------------

<script src="http://www.google.com/jsapi" type="text/javascript"></script>

<script type="text/javascript">

google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});

var _gaq = _gaq || [];

_gaq.push(["_setAccount", "UA-23542767-1"]);

function _trackQuery(control, searcher, query) {

var gaQueryParamName = "q";

var loc = document.location;

var url = [ loc.pathname, loc.search, loc.search ? '&' : '?',

gaQueryParamName == '' ? 'q' : encodeURIComponent(gaQueryParamName),

'=',

encodeURIComponent(query)

].join('');

_gaq.push(["_trackPageview", url]);

}

google.setOnLoadCallback(function() {

var customSearchControl = new google.search.CustomSearchControl('009949135420727346414:kgtwppfo9mc');

customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);

customSearchControl.setSearchStartingCallback(null, _trackQuery);

customSearchControl.draw('cse');

}, true);

</script>

M
На сайте с 13.06.2012
Offline
77
#1

он ведь поисковик...это его работа=))

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий