I’ve done this for now
added to child theme functions php
function wpc_add_description(){
if (is_home()) {
echo ‘<meta name=”description” content=” content here”/>’;
}
}
add_action(‘wp_head’, ‘wpc_add_description’ );
Hello,
Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
If you are using a static page as Home Page, then you need to add the meta inside the page itself.
If you are using a post page as the front page, then you need to go to Dashboard > Rank Math > Titles & Meta > Home Page > From there you can control the Meta Description.
Hope that helps. Thank you.