Changeset 53087 for trunk/src/wp-includes/robots-template.php
- Timestamp:
- 04/06/2022 03:31:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/robots-template.php
r50566 r53087 51 51 52 52 /** 53 * Adds noindexto the robots meta tag if required by the site configuration.53 * Adds `noindex` to the robots meta tag if required by the site configuration. 54 54 * 55 55 * If a blog is marked as not being public then noindex will be output to … … 77 77 78 78 /** 79 * Adds noindexto the robots meta tag for embeds.79 * Adds `noindex` to the robots meta tag for embeds. 80 80 * 81 81 * Typical usage is as a {@see 'wp_robots'} callback: … … 99 99 100 100 /** 101 * Adds noindexto the robots meta tag if a search is being performed.101 * Adds `noindex` to the robots meta tag if a search is being performed. 102 102 * 103 103 * If a search is being performed then noindex will be output to … … 125 125 126 126 /** 127 * Adds noindexto the robots meta tag.127 * Adds `noindex` to the robots meta tag. 128 128 * 129 129 * This directive tells web robots not to index the page content. … … 151 151 152 152 /** 153 * Adds noindex and noarchiveto the robots meta tag.153 * Adds `noindex` and `noarchive` to the robots meta tag. 154 154 * 155 155 * This directive tells web robots not to index or archive the page content and … … 172 172 173 173 /** 174 * Adds 'max-image-preview:large'to the robots meta tag.174 * Adds `max-image-preview:large` to the robots meta tag. 175 175 * 176 176 * This directive tells web robots that large image previews are allowed to be
Note: See TracChangeset
for help on using the changeset viewer.