Tagged: h1 tag
- This topic has 3 replies, 2 voices, and was last updated 6 years, 12 months ago by
Mahesh.
-
AuthorPosts
-
September 28, 2016 at 5:21 am #100443
warmmastering
ParticipantHi, 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
September 28, 2016 at 12:08 pm #100473Mahesh
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,
MaheshSeptember 28, 2016 at 1:44 pm #100479warmmastering
ParticipantThank you again for your great support, I’ll check the video and the document as soon as possible.
Best regards,Francesco
September 28, 2016 at 4:04 pm #100490Mahesh
Keymaster@warmmastering: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
- The topic ‘Modify H1 tags with child theme’ is closed to new replies.