custom text as meta description
-
Hello,
Can i make custom text showing up as meta description with Yoast SEO?
Im placing text in posts like this in php:
$post[‘post_content’] .= ‘<p style=”text-align: left;”>Custom Text: ‘ . $post[‘custom_fields’][‘customtext’] .'</p>’;
I tried making a metadescription from the text like this with yoast SEO:
$post[‘post_content’] .= ‘<customfield><p style=”text-align: left;”>Custom Text: ‘ . $post[‘custom_fields’][‘customtext’] .'</p></customfield>’;
meta description: %%cf_<customfield>%%
and like this:
$post[‘post_content’] .= ‘<label><p style=”text-align: left;”>Custom Text: ‘ . $post[‘custom_fields’][‘customtext’] .'</p></label>’;
meta description: %%pt_single%%
But this isnt working so i guess im doing it wrong.
Any ideas?Thanks,
levd
The topic ‘custom text as meta description’ is closed to new replies.