• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Genesis Theme Framework a2z

Genesis Theme Framework a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Parsed Source / Parsed: 51288
function genesis_robots_meta() {

  // If the blog is private, then following logic is unnecessary as WP will insert noindex and nofollow.
  if ( ! get_option( 'blog_public' ) ) {
    return;
  }

  $meta = genesis_get_robots_meta_content();

  // Add meta if any exist.
  if ( $meta ) {
    ?>
		<meta name="robots" content="<?php echo esc_attr( $meta ); ?>" />
		<?php
  }

}
 

Published: 25th November 2019 | Last updated: 25th November 2019

Primary Sidebar

Information

Source ref: genesis_robots_meta() – Output the robots meta code in the document `head`.
Parse count / Source file date: 1574704766
MD5 hash: 16cb5d881d6a5724f00d6ce61e1fbcef

Footer

Genesis a2z
Genesis Theme Framework a2z
WordPress Dynamic API Reference
WordPress 5.9.3
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  genesis.wp-a2z.org
© Copyright Genesis a2z 2014-2022. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites