how can I get first h4 tag to show as a SEO title

Viewed 28

i have problem with my script this page is an example https://www.morenaija.ng/s/unstoppable. bellow is html SEO meta, you will as well see the title which I need help with.

<!-- Meta -->
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Unstoppable - Mp4 Mp3 3gp DOWNLOAD - MoreNaija</title>
    <meta name="description" content="Unstoppable - Mp4 Mp3 3gp DOWNLOAD - MoreNaija"/>
    <meta name="robots" content="noodp"/>
    <link rel="canonical" href="https://www.morenaija.ng/s/unstoppable" />
    <meta property="og:title" content="Unstoppable - Mp4 Mp3 3gp DOWNLOAD - MoreNaija" />
    <meta property="og:description" content="Unstoppable - Mp4 Mp3 3gp DOWNLOAD - MoreNaija" />
    <meta property="og:url" content="https://www.morenaija.ng/s/unstoppable" />
    <meta property="og:type" content="article" />

Seo title below

<title>Unstoppable - Mp4 Mp3 3gp DOWNLOAD - MoreNaija</title>

search title below

<h2>Unstoppable</h2>

below is muiltiple h4 tag

 <h4 class="media-heading"><a href="https://www.morenaija.ng/download/BH8XZy7pFTc/sia-unstoppable-lyrics-lyric-video" title="Sia - Unstoppable (Lyrics / Lyric Video)">Sia - Unstoppable (Lyrics / Lyric Video)</a></h4>

 <h4 class="media-heading"><a href="https://www.morenaija.ng/download/YaEG2aWJnZ8/sia-unstoppable-official-video-live-from-the-nostalgic-for-the-present-tour" title="Sia - Unstoppable (Official Video - Live from the Nostalgic For The Present Tour)">Sia - Unstoppable (Official Video - Live from the Nostalgic For The Present Tour)</a></h4>

how can I get first h4 tag e.g "Sia - Unstoppable (Lyrics / Lyric Video)" to show as a SEO title instead of Search title "Unstoppable"?

0 Answers
Related