<?php $cf = get_post_meta($post->ID, 'n', true);
if (!empty($cf)) {
echo '<meta name="robots" content="noindex,follow"/>';
}
?><?php if ( is_search() || is_404() || in_category(3) || is_tag() || is_author() ) { ?>
<meta name="robots" content="noindex,follow" />
<?php } ?>
<meta property="og:description" content="<?php echo (get_post_meta($post->ID, 'd', true)); ?>"/>
<?php $cf = get_post_meta(get_the_ID(), 'n', true);
<?php if (!empty($cf)) { ?>
<meta name="robots" content="noindex,follow"/>
<?php } ?>
<?php if ( is_search() || is_404() || in_category(3) || is_tag() || is_author() ) { ?>
<meta name="robots" content="noindex,follow" />
<?php } ?>
<meta property="og:description" content="<?= get_post_meta(get_the_ID(), 'd', true) ?>"/>