Meta description issue on homepage

#105344
  • Resolved Keith Greywood
    Rank Math pro
    Content AI Starter Trial

    Hi,

    I am using divi extra theme, and cannot get the Meta description to exist for the homepage.

    Ideally I want to edit this through Rankmath, not divi extra too. Other pages seem unaffected.

    I have raised a ticked on elegant themes but maybe it is a conflict between theme / plugin

    Cheers

    Keith G

Viewing 3 replies - 1 through 3 (of 3 total)
  • Keith Greywood
    Rank Math pro
    Content AI Starter Trial
    Keith Greywood
    Rank Math pro
    Content AI Starter Trial

    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’ );

    Jitendraa
    Rank Math pro

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this ticket.