Jump to content

Автопингер в Yandex

Featured Replies

Добрый день,

Нуждаюсь в помощи по решению вопроса с добавлением кода для автоматического оповещания поисковой системы Яндекс.

Код из файла /sitemap/Sitemap.php:

 

        /* Ping Google */
        $response    = \IPS\Http\Url::external( "http://www.google.com/webmasters/tools/ping?sitemap=" . urlencode( $this->sitemapUrl ) )->request()->get();
        if( $response->httpResponseCode != 200 )
        {
            $this->log[] = 'sitemap_ping_google_fail';
        }
        else
        {
            $this->log[] = 'sitemap_ping_google_success';
        }

Link to comment
https://ipbmafia.ru/topic/20886-avtopinger-v-yandex/
Share on other sites

Яндексу загрузите карту сайта в вебмастер, бот сам будет к ней обращаться, или укажите адрес в роботс через Sitemap. У него пинга нету как в случае с гуглом.

Link to comment
https://ipbmafia.ru/topic/20886-avtopinger-v-yandex/?&do=findComment&comment=154125
Share on other sites

Пинговалка ушла в прошлое вместе с тИЦем

Link to comment
https://ipbmafia.ru/topic/20886-avtopinger-v-yandex/?&do=findComment&comment=154129
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.