Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100443
    warmmastering
    Participant

    Hi, I’ve noticed that in Gridalicious there are three different H1 tags:
    <h1 class=”site-title”>
    <h1 class=”assistive-text”>Primary Menu</h1>
    <h1 class=”entry-title”>

    I would like to maintain only the “entry-title” as H1 tag, because I think it would be far better for SEO purposes. Could it be handled with child theme?
    Could you please have some suggestions to accomplish this customization?

    Thank you for your great support, regards

    Francesco

    #100473
    Mahesh
    Keymaster

    @warmmastering: In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
    Catch Everest theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
    But if you really want to change it, you can change it by building child theme and editing it.

    <h1 class=”site-title”> => see gridalicious_site_branding() (inc/gridalicious-custom-header.php)
    <h1 class=”assistive-text”>Primary Menu</h1> => see gridalicious_primary_menu(inc/gridalicious-menus.php)

    I recommend you to hire a customizer.

    Regards,
    Mahesh

    #100479
    warmmastering
    Participant

    Thank you again for your great support, I’ll check the video and the document as soon as possible.
    Best regards,

    Francesco

    #100490
    Mahesh
    Keymaster

    @warmmastering: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify H1 tags with child theme’ is closed to new replies.