Here is how to add a custom meta description tag in homepage, in WordPress, without plugins.
<?php if ( (is_home()) || (is_front_page()) ) { ?>
<meta name=”description” content=”description here” />
<?php } ?>
SEO BLOG
Here is how to add a custom meta description tag in homepage, in WordPress, without plugins.
<?php if ( (is_home()) || (is_front_page()) ) { ?>
<meta name=”description” content=”description here” />
<?php } ?>