Просмотр файла engine/arrays/robots.php
- <?php
- return array(
- 'yandex' => 'Yandex Bot',
- 'rambler' => 'Rambler Bot',
- 'mail.ru' => 'Mail.Ru Bot',
- 'google' => 'Googlebot',
- 'msnbot' => 'MSNBot',
- 'slurp' => 'Inktomi Slurp',
- 'yahoo' => 'Yahoo',
- 'askjeeves' => 'AskJeeves',
- 'fastcrawler'=> 'FastCrawler',
- 'infoseek' => 'InfoSeek Robot 1.0',
- 'lycos' => 'Lycos',
- );
- ?>