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
-
Can some sort of wildcard redirect be used on a single folder path?
We have a directory with thousands of pages and we are migrating the entire site to another root URL. These folder paths will not change on the new site, but we don't want to use a wildcard to redirect EVERYTHING to the same folder path on the new site. Setting up manual 301 redirects on this particular directory would be crazy. Is there a way to isolate something like a wildcard redirect to apply only to a specific folder? Thanks!
Intermediate & Advanced SEO | Jan 29, 2019, 7:02 PM | MJTrevens0 -
What IP Address does Googlebot use to read your site when coming from an external backlink?
Hi All, I'm trying to find more information on what IP address Googlebot would use when arriving to crawl your site from an external backlink. I'm under the impression Googlebot uses international signals to determine the best IP address to use when crawling (US / non-US) and then carries on with that IP when it arrives to your website? E.g. - Googlebot finds www.example.co.uk. Due to the ccTLD, it decides to crawl the site with a UK IP address rather than a US one. As it crawls this UK site, it finds a subdirectory backlink to your website and continues to crawl your website with the aforementioned UK IP address. Is this a correct assumption, or does Googlebot look at altering the IP address as it enters a backlink / new domain? Also, are ccTLDs the main signals to determine the possibility of Google switching to an international IP address to crawl, rather than the standard US one? Am I right in saying that hreflang tags don't apply here at all, as their purpose is to be used in SERPS and helping Google to determine which page to serve to users based on their IP etc. If anyone has any insight this would be great.
Intermediate & Advanced SEO | Oct 23, 2018, 1:27 PM | MattBassos0 -
Using hreflang for international pages - is this how you do it?
My client is trying to achieve a global presence in select countries, and then track traffic from their international pages in Google Analytics. The content for the international pages is pretty much the same as for USA pages, but the form and a few other details are different due to how product licensing has to be set up. I don’t want to risk losing ranking for existing USA pages due to issues like duplicate content etc. What is the best way to approach this? This is my first foray into this and I’ve been scanning the MOZ topics but a number of the conversations are going over my head,so suggestions will need to be pretty simple 🙂 Is it a case of adding hreflang code to each page and creating different URLs for tracking. For example:
Intermediate & Advanced SEO | Sep 14, 2016, 12:35 PM | Caro-O
URL for USA: https://company.com/en-US/products/product-name/
URL for Canada: https://company.com/en-ca/products/product-name /
URL for German Language Content: https://company.com/de/products/product-name /
URL for rest of the world: https://company.com/en/products/product-name /1 -
Should I use change of address when moving to subdomain
Hi guys So we had a domain that was only for one country, www.example.com 1 year later we decided to go to another country so we will have all the current website under a country subdomain like : ae.example.com we did a 301 redirect
Intermediate & Advanced SEO | Jun 1, 2015, 8:39 AM | awrikat
Should I perform a change of address action from www.example.com to ae.example.com ? please help
Thanks0 -
H2 Tag Backlink - is this safe?
I have found that my site is getting a link from a good site, but my concern is that the link is in a H2 tag in the footer of the front page of the site Would getting a link from a site wrapped in H2 tags be safe? The anchor is my sites brand name
Intermediate & Advanced SEO | Dec 14, 2012, 11:41 AM | JohnPeters0 -
Do I need to use canonicals if I will be using 301's?
I just took a job about three months and one of the first things I wanted to do was restructure the site. The current structure is solution based but I am moving it toward a product focus. The problem I'm having is the CMS I'm using isn't the greatest (and yes I've brought this up to my CMS provider). It creates multiple URL's for the same page. For example, these two urls are the same page: (note: these aren't the actual urls, I just made them up for demonstration purposes) http://www.website.com/home/meet-us/team-leaders/boss-man/
Intermediate & Advanced SEO | Aug 22, 2012, 11:58 AM | Omnipress
http://www.website.com/home/meet-us/team-leaders/boss-man/bossman.cmsx (I know this is terrible, and once our contract is up we'll be looking at a different provider) So clearly I need to set up canonical tags for the last two pages that look like this: http://www.omnipress.com/boss-man" /> With the new site restructure, do I need to put a canonical tag on the second page to tell the search engine that it's the same as the first, since I'll be changing the category it's in? For Example: http://www.website.com/home/meet-us/team-leaders/boss-man/ will become http://www.website.com/home/MEET-OUR-TEAM/team-leaders/boss-man My overall question is, do I need to spend the time to run through our entire site and do canonical tags AND 301 redirects to the new page, or can I just simply redirect both of them to the new page? I hope this makes sense. Your help is greatly appreciated!!0 -
Are there any negative effects to using a 301 redirect from a page to another internal page?
For example, from http://www.dog.com/toys to http://www.dog.com/chew-toys. In my situation, the main purpose of the 301 redirect is to replace the page with a new internal page that has a better optimized URL. This will be executed across multiple pages (about 20). None of these pages hold any search rankings but do carry a decent amount of page authority.
Intermediate & Advanced SEO | Feb 6, 2012, 11:04 AM | Visually0 -
How do you implement dynamic SEO-friendly URLs using Ajax without using hashbangs?
We're building a new website platform and are using Ajax as the method for allowing users to select from filters. We want to dynamically insert elements into the URL as the filters are selected so that search engines will index multiple combinations of filters. We're struggling to see how this is possible using symfony framework. We've used www.gizmodo.com as an example of how to achieve SEO and user-friendly URLs but this is only an example of achieving this for static content. We would prefer to go down a route that didn't involve hashbangs if possible. Does anyone have any experience using hashbangs and how it affected their site? Any advice on the above would be gratefully received.
Intermediate & Advanced SEO | Aug 24, 2011, 12:19 PM | Sayers1