Просмотр файла engine/arrays/robots.php

Размер файла: 388B
  1. <?php
  2. return array(
  3. 'yandex' => 'Yandex Bot',
  4. 'rambler' => 'Rambler Bot',
  5. 'mail.ru' => 'Mail.Ru Bot',
  6. 'google' => 'Googlebot',
  7. 'msnbot' => 'MSNBot',
  8. 'slurp' => 'Inktomi Slurp',
  9. 'yahoo' => 'Yahoo',
  10. 'askjeeves' => 'AskJeeves',
  11. 'fastcrawler'=> 'FastCrawler',
  12. 'infoseek' => 'InfoSeek Robot 1.0',
  13. 'lycos' => 'Lycos',
  14. );
  15. ?>