[Support request] ERROR WITH The tag is missing.

Home Forums Support [Support request] ERROR WITH The tag is missing.

Home Forums Support ERROR WITH The tag is missing.

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #1545681
    David
    Staff
    Customer Support

    You’re welcome

    #1571477
    Simone

    Hi David,

    It’s been about 2 weeks now that I have put the code, but when I check in my Bing Master tool, it’s still shows the same error. Is it normal?

    #1571499
    David
    Staff
    Customer Support

    Hmmm… may Bing doesn’t like hidden H1s.
    Would it be better to display a title on the page?

    You can remove this CSS to display it:

    body.home .page-hero {
        display: none;
    }

    Then edit your Element and change the <h1>Your title</h1> to some nice text to display?

    #1573938
    Simone

    Hi David,

    Thank you, but what code should I remove from the CSS?

    #1574147
    David
    Staff
    Customer Support

    This code:

    body.home .page-hero {
        display: none;
    }
    #1576413
    Simone

    That’s all I have to do?

    #1576423
    Simone

    After getting rid of the code, I get this on the page:https://www.screencast.com/t/2itacApRb

    #1577176
    David
    Staff
    Customer Support

    Then edit your Header Element and change the <h1>Your title</h1> to some nice text to display?

    e.g <h1>Get More Steps</h1>

    #1577241
    Simone

    Thanks, David!

    #1577494
    David
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 10 posts - 16 through 25 (of 25 total)
  • You must be logged in to reply to this topic.