I'm having a problem on Single Post, can you guys help me what to put on the meta description? I need to put an excerpt, am I doing it right?
I wanted the excerpt to appear on google search engine. how can I do that manually? I already fixed my SEO so it will crawl it. I wonder if my meta description is my prob coz whenever I search my own post on google, it gives me the description of my index page, not the single post's description
<?php if ( is_single() ) { ?>
<meta name="description" content="<?php the_excerpt(); ?>">
<?php }
else
//do nothing
?>
don't mind my if else statement, am asking about the meta tag description.