Skip to main content

Robots

cp:otoroshi.next.plugins.Robots

This plugin provides all the necessary tool to handle search engine robots

categories:

  • Other

default configuration:

{
"robot_txt_enabled" : true,
"robot_txt_content" : "User-agent: *\nDisallow: /\n",
"meta_enabled" : true,
"meta_content" : "noindex,nofollow,noarchive",
"header_enabled" : true,
"header_content" : "noindex, nofollow, noarchive"
}