Hello, Enfold team.
If I don’t specify or use any h1 tags, will this tag be automatically inserted somewhere? Where?
Hey Felipe,
I’m not sure what you mean by that, do you mean on a blog post or a page maybe?
Best regards,
Rikard
Hi, Rikard.
Thanks for the quick reply.
I mean anywhere, on a blog post title or a page.
The H1 tag is very important for SEO purposes.
If I don’t use any H1 tag on my titles, pages or blog, do Enfold automatically uses the H1 tag anywhere?
For example, let’s say that the default Enfold tag for fullscreen sliders caption is H2, but i can use the H3 tag for it, if I want.
Or, there is no default tag for sliders titles, unless i use one.
Hi!
If I don’t use any H1 tag on my titles, pages or blog, do Enfold automatically uses the H1 tag anywhere?
It depends on the template or element. In the full screen slider element, the default heading is set to h2. For the title container, it is set to h1 by default but you can use the following filter to adjust it.
add_filter('avf_title_args','avf_title_args_mod', 10, 1);
function avf_title_args_mod($args)
{
$args['heading'] = 'h2'; // default value is h1
return $args;
}
Cheers!
Ismael
Does this also apply to the newest version of enfold using Avia layout builder? That an H1 tag is automatically inserted or do we have to use the special H1 header element?
Hi holbizmetrics,
You still need to use the special H1 header element.
If you need further assistance please let us know.
Best regards,
Victoria