Changeset 8533
- Timestamp:
- 03/26/2019 09:42:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r8393 r8533 208 208 } 209 209 add_filter( 'jetpack_seo_meta_tags', 'wporg_themes_meta_tags' ); 210 211 /** 212 * Outputs `noindex,follow` robots tag for search results. 213 */ 214 function wporg_themes_noindex_for_search() { 215 if ( is_search() ) { 216 wp_no_robots(); 217 } 218 } 219 add_action( 'wp_head', 'wporg_themes_noindex_for_search' ); 210 220 211 221 /**
Note: See TracChangeset
for help on using the changeset viewer.