Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #547946

    Hi,
    When i use xovi onpage test i got the massage, that a lot of site have a double h1 tag. If i take a look at
    the site, i won`t find them.

    Thanks,
    Petra

    #547948

    Hey petschka!

    Can you please post the link to your page?

    Regards,
    Yigit

    #548034

    Here an example site:

    Thanks,
    Petra

    #548064

    Hey!

    Can you please post the error message you are getting? You have 3 H1 tags on your page, page title, special heading element and heading of your Twitter widget in footer section

    Cheers!
    Yigit

    #548411

    Hey,

    this two h1 i became:

    The first one i did not set, the second one ist the one i use.

    <h1 class=’main-title entry-title’></h1> 0 Zeichen – zu kurz
    <h1 class=’av-special-heading-tag’ itemprop=”headline” ></h1>

    Thanks,
    Petra

    #548925

    Hey Yigit,

    have you find something?

    Best regards,
    Petra

    #549830

    Find hunter74 Code.
    Thanks to him!

    #550190

    Hi Petra,

    Not sure what you mean by your last post, did you find a solution? If so then please post a link to it since other users might find it useful.

    Thanks,
    Rikard

    #552428

    Hi Rikard,

    after testing twice the same problem…
    empty : <h1 class=’main-title entry-title’></h1> and i don’t know how to get it from my side.
    seemingly it is a problem of enfold…

    What could i do,

    Thanks
    Petra

    #552430

    Hi!

    Please edit your page and choose not to display header title under “Title Bar Settings”

    Regards,
    Yigit

    #552441

    Hi,

    i choose “Display only Breadcrumbs” from the beginning – it is not the problem.

    Thanks,
    Petra

    #553725

    Hey!

    For testing purposes, can you please try hiding both and running the test again?

    Best regards,
    Yigit

    #556965

    Hi,

    i take this from hunter74 and now it works..

    Participant
    THIS IS THE CORRECT SOLUTION to change the h1 for better SEO:
    why i always find my solution by myself after startin a new topic?

    add_filter(‘avf_title_args’, ‘avf_remove_header_title’);
    function avf_remove_header_title($args) {
    $args[‘heading’] = ‘span’;
    return $args;
    }
    Maybe you know how to completely remove the string… it´s a bit like a bug
    <h1 class=’main-title entry-title’></h1>

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘H1 Tag’ is closed to new replies.