Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #319538

    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

    #319598

    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

    #319675

    Sorry, That reply did not come through correctly. There is no “headings” text in functions.php

    Could not locate

    #319820

    Hey!

    Please find the text in functions-enfold.php file

    Best regards,
    Yigit

    #320170

    Perfect. Thanks. Sorry for my over site. Denis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘H1 in Title Breadcrumb Container’ is closed to new replies.