In my site I have CSS .breadcrumb-title {display: none !important;}
However inspecting the code there is two H1’s on the page which is not good for SEO, the inspect item shows (private content)
Is there anyway to have enfold not put extra H1 into the code, which effects the Google search results.
Denis
Hi,
Open /themes/enfold/functions-enfold.php and look for this line:
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
Replace it by this:
'heading' => 'span' //headings are set based on this article: http://yoast.com/blog-headings-structure/
Regards,
Josue
Sorry, That reply did not come through correctly. There is no “headings” text in functions.php
Could not locate
Perfect. Thanks. Sorry for my over site. Denis