Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Using H3 before or instead of an H2...
-
My designer and I have been having an argument: we have a blog with short, 400 words posts. They have an H1 with nice keywords and a catchy title, and then a few subheadings. I don't like making the subheadings H2, because the font looks way too large in Wordpress, so my designer wants to make them all H4s, so the font looks to be a nicer size.
Here's my problem with that and why I usually just bold the subheadings: Is it really bad to put a bunch of H4s right under an H1, with not H2's or 3's to separate?
I'm reading different arguments on the internet about this and gladly welcome more debate and/or case studies. Thank you!
-
I agree with Roman and Donald that it's important for SEO to properly mark up your headings and should be fairly easy to change font size with CSS. It's also important to get your heading markup right so that folks who rely on screen readers and other accessibility devices can navigate your site.
-
Hi genevieveagar,
So, have your designer make the H2 text smaller. this is a simple css edit or use tiny mce which will give more control over text size. You should be using H2 for main ideas and the keywords in the H2 can help you rank. H3 should be used within the H2 or for less important headings.
Your WordPress default font sizes should not keep you from using your headings properly. It is a very simple fix.
Thanks,
Don Silvernail
-
The hierarchy of your headers depends on the hierarchy of your content, so google use that hierarchy to understand the relevance of your content, so please don't change and destroy your content and your opportunities
Heading — HTML has six different heading tags — h1, h2, and so on. The h1 is considered the most important tag, and the h6 is the least important. The tags are often formatted from large (or most important) to smallest (or least important).
Let's take an example, we are going to create an article about
so let's take "buy a MacBook Pro" as the main keyword and here is your structureNote: this just an example base on my experience
<---------------------------------------------------------------------------------------------->
H1-All you need to know before to buy a MacBook Pro - Main Keyword Goes Here
Then you add a description or Introduction Paragraph with the main keywordLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
H2-the best places to buy a Mac Book Pro (Sub-topic secondary keyword or secondary topic) in this case the main topic is "buy a MacBook Pro" and the second topic is "where to buy it online" as you can see there is a direct relation between your H1-tag and your H2-tag
Paragraph related to this subtopic (Here some introductory paragraph)
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
And then here comes a list of possibles website where you can buy a Mac Book Pro (Again, inside your h2 you put a list of h3-tags that are directly related to the h2)
- H3- Official Website (Paragraph related to this content)
- H3- Amazon Website (Paragraph related to this content)
- H3- Ebay Website (Paragraph related to this content)
- H3- Apple Local Store(Paragraph related to this content)
<---------------------------------------------------------------------------------------------->
With this example, you can see that every header follow a structure. So if you have a problem with your font-size or font-weight, you just need to add some custom CSS, in fact, is pretty easy for any developer with a few experience ( Example CSS Headings )
_What I'm trying to say with this is, first _you _create a structure for your article this include headers, content, lists, call to actions, images and forms, then try to make a layout (nothing complex) and in this layout you can play with font-size, line-height or font-weight the easiest way to do that is using the _span- tag, with WordPress is easy to do it.
Why text structure is important for SEO - Yoast Article * How to use headings on your site - Yoast Article* How Links in Headers, Footers, Content, and Navigation Can Impact SEO - Whiteboard Friday
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Using a Reverse Proxy and 301 redirect to appear Sub Domain as Sub Directory - what are the SEO Risks?
We’re in process to move WordPress blog URLs from subdomains to sub-directory. We aren’t moving blog physically, but using reverse proxy and 301 redirection to do this. Blog subdomain URL is https://blog.example.com/ and destination sub-directory URL is https://www.example.com/blog/ Our main website is e-commerce marketplace which is YMYL site. This is on Windows server. Due to technical reasons, we can’t physically move our WordPress blog to the main website. Following is our Technical Setup Setup a reverse proxy at https://www.example.com/blog/ pointing to https://blog.example.com/ Use a 301 redirection from https://blog.example.com/ to https://www.example.com/blog/ with an exception if a traffic is coming from main WWW domain then it won’t redirect. Thus, we can eliminate infinite loop. Change all absolute URLs to relative URLs on blog Change the sitemap URL from https://blog.example.com/sitemap.xml to https://www.example.com/blog/sitemap.xml and update all URLs mentioned within the sitemap. SEO Risk Evaluation We have individual GA Tracking ID and individual Google Search Console Properties for main website and blog. We will not merge them. Keep them separate as they are. Keeping this in mind, I am evaluating SEO Risks factors Right now when we receive traffic from main website to blog (or vice versa) then it is considered as referral traffic and new cookies are set for Google Analytics. What’s going to happen when its on the same domain? Which type of settings change should I do in Blog’s Google Search Console? (A). Do I need to request “Change of Address” in the Blog’s search console property? (B). Should I re-submit the sitemap? Do I need to re-submit the blog sitemap from the https://www.example.com/ Google Search Console Property? Main website is e-commerce marketplace which is YMYL website, and blog is all about content. So does that impact SEO? Will this dilute SEO link juice or impact on the main website ranking because following are the key SEO Metrices. (A). Main website’s Avg Session Duration is about 10 minutes and bounce rate is around 30% (B). Blog’s Avg Session Duration is 33 seconds and bounce rate is over 92%
Intermediate & Advanced SEO | | joshibhargav_200 -
Move to new domain using Canonical Tag
At the moment, I am moving from olddomain.com (niche site) to the newdomain.com (multi-niche site). Due to some reasons, I do not want to use 301 right now and planning to use the canonical pointing to the new domain instead. Would Google rank the new site instead of the old site? From what I have learnt, the canonical tag lets Google know that which is the main source of the contents. Thank you very much!
Intermediate & Advanced SEO | | india-morocco0 -
How many images should I use in structured data for a product?
We have a basic printing website that offers business cards. Each type of business card has a few product images. Should we use structured data for all the images, or just the main image? What is your opinion about this? Thanks in advance.
Intermediate & Advanced SEO | | Choice0 -
Multiple H2 tags
Is it advisable to use only one H2 tag? The template designs for some reason is ended up with multiple H2 tags, I realise if any think it's that each one is that are important and it is all relative. Just trying to assess if it's worth the time and effort to rehash the template. Has anyone done any testing or got any experience? Thanks
Intermediate & Advanced SEO | | seoman101 -
How does Google treat Header tags now? H1s, H2s and H3s. What happens if you skip the H2?
The theme I am using now means each page on my is currently set up like this: h1> keyword phrase keyword phrase The new theme I want to use is different h1> keyword phrase Will changing the theme have a negative effect on the rankings due to losing the h2 on each page?
Intermediate & Advanced SEO | | brianflannery0 -
Do I need to use rel="canonical" on pages with no external links?
I know having rel="canonical" for each page on my website is not a bad practice... but how necessary is it for pages that don't have any external links pointing to them? I have my own opinions on this, to be fair - but I'd love to get a consensus before I start trying to customize which URLs have/don't have it included. Thank you.
Intermediate & Advanced SEO | | Netrepid0 -
Is using dots in URL path really a problem?
we have a couple of pages displaying a dot in the URL path like domain.com/mr.smith/widget-mr.smith It displays fine in chrome, firefox and IE and for the user it may actually look better than replacing it by _ or -. Did this ever cause problems to anybody?
Intermediate & Advanced SEO | | lcourse
Any statement from google about it?
Should I change existing URLs? If so, which other characters can I use in the URL instead of underscore and dash, since in our system dash and underscore are already used for rewriting other characters. Thanks0 -
Could you use a robots.txt file to disalow a duplicate content page from being crawled?
A website has duplicate content pages to make it easier for users to find the information from a couple spots in the site navigation. Site owner would like to keep it this way without hurting SEO. I've thought of using the robots.txt file to disallow search engines from crawling one of the pages. Would you think this is a workable/acceptable solution?
Intermediate & Advanced SEO | | gregelwell0