-
AuthorPosts
-
December 7, 2015 at 1:06 pm #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,
PetraDecember 7, 2015 at 1:08 pm #547948December 7, 2015 at 3:57 pm #548034Here an example site:
Thanks,
PetraDecember 7, 2015 at 4:26 pm #548064Hey!
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!
YigitDecember 7, 2015 at 11:40 pm #548411Hey,
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,
PetraDecember 8, 2015 at 6:29 pm #548925Hey Yigit,
have you find something?
Best regards,
PetraDecember 9, 2015 at 4:19 pm #549830Find hunter74 Code.
Thanks to him!December 10, 2015 at 7:21 am #550190Hi 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,
RikardDecember 14, 2015 at 4:15 pm #552428Hi 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
PetraDecember 14, 2015 at 4:16 pm #552430Hi!
Please edit your page and choose not to display header title under “Title Bar Settings”
Regards,
YigitDecember 14, 2015 at 4:21 pm #552441Hi,
i choose “Display only Breadcrumbs” from the beginning – it is not the problem.
Thanks,
PetraDecember 16, 2015 at 3:17 pm #553725Hey!
For testing purposes, can you please try hiding both and running the test again?
Best regards,
YigitDecember 23, 2015 at 12:58 pm #556965Hi,
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> -
AuthorPosts
- The topic ‘H1 Tag’ is closed to new replies.