Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_filter( 'wpseo_robots', 'yoast_index_search', 10, 1 );
  2. function yoast_index_search($str) {
  3. if (is_search()){
  4. return 'index,follow';
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement