Add option to control whether boards and pages are indexed by search engines, using the X-Robots-Tag header

This commit is contained in:
Kijin Sung 2023-08-13 02:03:02 +09:00
parent fde3609f70
commit 2197b0a982
7 changed files with 37 additions and 9 deletions

View file

@ -343,6 +343,8 @@ $lang->filter['invalid_float'] = 'The format of %s is invalid. Please enter numb
$lang->filter['invalid_extension'] = 'The format of %s is invalid. e.g. gif, jpg, png';
$lang->security_warning_embed = 'Due to security concern, administrators are not allowed to view embedded items.<BR /> To view them, please use another non-administrator ID.';
$lang->msg_pc_to_mobile = 'View mobile optimized version of this page';
$lang->cmd_robots_tag = 'Search Engine Indexing';
$lang->msg_about_robots_tag = 'Allow search engines to index this page.';
$lang->cmd_yes = 'Yes';
$lang->cmd_no = 'No';
$lang->cmd_set_multilingual = 'Select Language';