hook_robotstxt |
./robotstxt.api.php |
Add additional lines to the site's robots.txt file. |
|
|
robotstxt_admin_settings |
./robotstxt.admin.inc |
Administration settings form. |
|
1 |
robotstxt_help |
./robotstxt.module |
Implements hook_help(). |
|
|
robotstxt_install |
./robotstxt.install |
Implements hook_install(). |
|
|
robotstxt_menu |
./robotstxt.module |
Implements hook_menu(). |
|
|
robotstxt_permission |
./robotstxt.module |
Implements hook_permission(). |
|
|
robotstxt_requirements |
./robotstxt.install |
Implements hook_requirements(). |
|
|
robotstxt_robots |
./robotstxt.module |
Show the robots.txt file. |
|
2 |
robotstxt_test_menu |
tests/robotstxt_test.module |
Implements hook_menu(). |
|
|
robotstxt_uninstall |
./robotstxt.install |
Implements hook_uninstall(). |
|
|
robotstxt_update_6100 |
./robotstxt.install |
Automatically add the 'administer robots.txt' permission to granted users. |
|
|
robotstxt_update_7000 |
./robotstxt.install |
Rename menu path 'logout' to 'user/logout' for consistency. |
|
|
robotstxt_update_7100 |
./robotstxt.install |
Allow crawling of 'sites' folder by search engines, don't disallow it. |
|
|
robotstxt_update_7101 |
./robotstxt.install |
Allow crawling of 'contact' folder by search engines, don't disallow it. |
|
|
robotstxt_update_7102 |
./robotstxt.install |
Add 3 missing exclusions introduced by latest robots.txt update. |
|
|
robotstxt_update_7103 |
./robotstxt.install |
Update robots.txt syntax checking link. |
|
|
robotstxt_update_7104 |
./robotstxt.install |
Update robots.txt link. |
|
|
robotstxt_variable_group_info |
./robotstxt.variable.inc |
Implements hook_variable_group_info(). |
|
|
robotstxt_variable_info |
./robotstxt.variable.inc |
Implements hook_variable_info(). |
|
|