Skip to content

Raz Rassel

  • Home
  • About Raz
  • Contact Raz
  • Buy Now
YouTube Spotify
Raz Rassel
Wordpress

Add robots meta tag to specific page

This method is for the Genesis framework, applied in the functions.php file

// Add Robots Meta
add_action( 'genesis_meta', 'raz_robots_meta_tag' );
function raz_robots_meta_tag() {
   if ( is_page('page title')) {  
       echo '<meta name="robots" content="noindex,nofollow">';
   }
}

 

Post navigation

Previous Previous
Repsonsive Video embed
NextContinue
Disable Cache while Chrome Developer Tools is open

Similar Posts

  • Web Dev | Wordpress

    Woocommerce default shipping selection

    Read More Woocommerce default shipping selectionContinue

  • Wordpress

    Google Tag Manager in Genesis Theme

    Read More Google Tag Manager in Genesis ThemeContinue

  • Web Dev | Wordpress

    Woocommerce Widget Featured Product by Category

    Read More Woocommerce Widget Featured Product by CategoryContinue

  • Web Dev | Wordpress

    Contact Form 7 in Google Tag Manager

    Read More Contact Form 7 in Google Tag ManagerContinue

  • Web Dev | Wordpress

    Genesis move post title below image

    Read More Genesis move post title below imageContinue

  • Web Dev | Wordpress

    Remove Images from WooCommerce pages

    Read More Remove Images from WooCommerce pagesContinue

YouTube Spotify
  • Home
  • About Raz
  • Contact Raz
  • Buy Now

© 2025 Raz Rassel

Scroll to top
  • Home
  • About Raz
  • Contact Raz
  • Buy Now