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.
How to peroperly use h1 , h2 and h3 tag on your website.
-
Is it better to have different h1 for each page or have the same h1 across the site. I am using h1 fin wordpress for
beside that I have 4 more h1 in the same page
how to properly use h2 and h3 can we have muliple h2 on a page.
what would be an ideal hx tag order be ?
h1
h2
h2- h3 h3If anyone can provide some answers
Many thanks
-
The above answers are spot on. Have one H1 per page, and that H1 should be unique and reflect the main heading/title.
I just wanted to add this great article by Bill Slawski - he goes into really great depth about their best usage and importance: http://www.seobythesea.com/2012/01/heading-elements-and-the-folly-of-seo-expert-ranking-lists/
-
I always preach to use your heading tags like you would when writing an article in Microsoft Word, and use 1 H1 tag per page.
Main Subject Line that Includes Keyword or Mission
Words that explain the information you are trying to cover, and your "mission statement". Include higher amounts of keywords within first paragraph while not stuffing. Should also contain some sort of conversion statement or button
Secondary Information or Second Viewpoint
Words that include keywords and viewpoint.
Last Heading Includes Summary or Closing Arguments
Include high points of what has been covered
CMS sites often render out header tags like mad, causing you to have multiple H1 tags on a page. To check to see if yours is doing this, use SEO Browser. IMO, you can have more than one H2, as you may have multiple high level topics to cover on one page. Keep in mind, you can always use CSS to make
text render as a heading tag, so your page doesn't look goofy. For example:
If your h1 css looks like:
.h1 {
font-size: 28px;
line-height: 29px;
font-weight: bold;
}then set up a div class:
.largeptext {
font-size: 28px;
line-height: 29px;
font-weight: bold;
}and they will look the same, but not render an additional h1 tag per page. Use this for your sidebar and page styling areas that also render h tags.
-
Should only have 1 H1 per page... ideally containing the target keyword. If this were a blog post, your H1 would be your article title.
H2 would be used more for subheadings, i.e. if you split your article up into sections with subheadings, each should be an H2
H3-H6 are just sub-sub headings, etc.
Overall, I believe H1 (and perhaps to an even lesser extent H2) has any SEO value - even though it is very minute since it's easily gamed.
-
H1 should be the main heading and reflect the landing page. It should also be unique to the site (in most cases). H2's should be subheadings, H3's sub-sub headings and so on.
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
-
H1 tag positioning impact
Hello, I am currently working with a dev team to develop a new site. We have designed the title tags to sit below a banner image on each page but the technical team are insisting the h1 title tags must come above the banner for maximum SEO impact. I am sceptical about this, can anybody please shed some light and/or share any up to date resource on this? I have attached a side by side wireframe to illustrate the pages with the h1 tags in both positions. Thank you! HnWcLTx
On-Page Optimization | | Popidev0 -
XML Sitemaps for Property Website
Hi all, I was hoping that someone might have a link to a good example of an XML Sitemap for a large property (real estate) website? Thanks in advance to anyone who does! 🙂 Gavin
On-Page Optimization | | IcanAgency0 -
Trying to SEO a site that used Header Tags for Design
I am trying to SEO a website that was built years ago and uses Header tags for design. The site must have 25 and tags used for design purpose. Is there any way to work around this problem? Perhaps a code that tells Google to ignore these as Headers? The web designers say that they are looking to fix the problem sometime this summer but you never know if that means it a month away or years away. I really want to help this website but I believe that the Header tags are one of the reasons that his site does not show in the top 100 rankings for any keywords. Any help would be great. www.wallybuysell.com Chris.K
On-Page Optimization | | CKerr0 -
Fewer keywords in title tag?
Hello, I have a title tag that includes three keywords and has a total of 59 characters. The third keyword is not very important. If I eliminated the third keyword, leaving the first two (for a total of 48 characters), would the ranking value of the first two keywords increase? Does including the third keyword dilute the value of the first two? Thank you!
On-Page Optimization | | nyc-seo0 -
Keyword Stuffing in Alt Tags!
Hello, I have on a main page over 50 images. The first page i want to optimize it for MAINKW (let's say). Now, if i use in the alt tags "MAINKW KW1", "MAINKW KW2", "MAINKW KW3" ... "MAINKW KW50" then Google may say that i stuff the MAINKW in that page? Those images are reprezentative for main Categories and i have direct links to them from the main page with the anchors KW1, KW2...KW50.
On-Page Optimization | | VertiStudio0 -
Missing meta descriptions on indexed pages, portfolio, tags, author and archive pages. I am using SEO all in one, any advice?
I am having a few problems that I can't seem to work out.....I am fairly new to this and can't seem to work out the following: Any help would be greatly appreciated 🙂 1. I am missing alot of meta description tags. I have installed "All in One SEO" but there seems to be no options to add meta descriptions in portfolio posts. I have also written meta descriptions for 'tags' and whilst I can see them in WP they don't seem to be activated. 2. The blog has pages indexed by WP- called Part 2 (/page/2), Part 3 (/page/3) etc. How do I solve this issue of meta descriptions and indexed pages? 3. There is also a page for myself, the author, that has multiple indexes for all the blog posts I have written, and I can't edit these archives to add meta descriptions. This also applies to the month archives for the blog. 4. Also, SEOmoz tells me that I have too many links on my blog page (also indexed) and their consequent tags. This also applies to the author pages (myself ). How do I fix this? Thanks for your help 🙂 Regards Nadia
On-Page Optimization | | PHDAustralia680 -
Sequence of heading tags (H1, H2, H3, etc) important?
Meaning heading tags (H1, H2, H3, etc) are a critical part of good on-page optimisation. Fair enough. It helps humans and bots make sense of a page's content. 3 questions regarding implementation of heading tags: Should heading tags appear in sequence in the HTML code. I.e. H1 first, then H2 lower down, etc.? Can the page contain more than one H1 tag? Can the page contain multiple H2, H3, H4 tags?
On-Page Optimization | | AndreVanKets1