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.
Title Tag vs. H1 / H2
-
OK, Title tag, no problem, it's the SEO juice, appears on SERP, etc. Got it.
But I'm reading up on H1 and getting conflicting bits of information ...
- Only use H1 once?
- H1 is crucial for SERP
- Use H1s for subheads
- Google almost never looks past H2 for relevance
So say I've got a blog post with three sections ... do I use H1 three times (or does Google think you're playing them ...)
Or do I create a "big" H1 subhead and then use H2s? Or just use all H2s because H1s are scary?
I frequently use subheads, it would seem weird to me to have one a font size bigger than another, but of course I can adjust that in settings ...
Thoughts?
Lisa
-
Let me add that
- In many cases the title tag will also contain the website's name, as in
<title>Awesome Cool Headline | website name<title></li> <li>A good CMS will let you differentiate between headline in title and headline on the page (the H1)</li> <li>If your website is indexed by Google News the shown headline will be the H1, not the title tag</li> </ul></title>
- In many cases the title tag will also contain the website's name, as in
-
<title>Awesome Cool Headline<title></p> <p><H1>Awesome Cool Headline<H1></p> <p>This looks correct. Then use H2 for subheadings. The title won't get printed on the page so "Awesome Cool Headline" will only show once on the page content.</p></title>
-
OK, getting more information ... I think the issue here is this is for a blog and I'm thinking the Title tag usurps the H1.
For a blog, it would be:
<title>Awesome Cool Headline<title></p> <p><H1>Awesome Cool Headline<H1></p> <p>which would look redundant. So I think I could use the first subhead as an H1 if it was written in a way that was relevant to the story, but I'm guessing best practices are H2. Although if I did that, I'd NEVER have an H1 on my pages unless I was doing a landing page promotion of some sort ... hmmm.</p></title>
-
Ah, so ...
- Title (duh)
- H1 header (use as first subhead after lead graph to set the tone for the piece?)
- H2 for all other subheads
- Set H1 and H2 at the same font style so no one knows the difference.
Can someone give me a good example of an H1? I don't know why I'm a bit stuck on the H1 application, but a few in the wild examples should help. This is truly appreciated guys!
Thanks!
-
Like others have mentioned you should only have one H1. This should appear on the page before any other headings such as h2, h3 etc.
The styling shouldn't matter so the h1 doesn't need to be in a larger font size than the h2's.
-
Of the 4 points you mention you've seen, I'd say the only one that's entirely incorrect is #3.
1. Only use H1 once: True. Think of it like a book title. That's the most important thing, so nothing else should share that prominence.
2. H1 is crucial for SERP: **True. **This is what Google looks to, after your title tag, for information about your page and the content therein. This reaffirms that your metadata, keywords, title, content, etc. are all related - while also showing visitors what this page is about (Google values visitor experience more and more with each update).
3. Use H1s for subheads. False. Think back to #1 - H1 should be reserved only for the 1 absolute most important thing (which should be your title).
4. Google almost never looks past H2 for relevance. Kind of true. Google DOES look beyond this (and even parses your body-text), but with each lowering of prominence / heading, Google gives it less weight. #4 is true in the sense that this weight is lessened significantly, but it's incorrect generally - your content is still very important.
I hope this has been helpful to you! Good luck!
-
Just use H1 one time, matt cutts said in a video that he would like to see only 1 H1 tag on a page.
Create content for better user experience, use headings just for your readers, and don't follow these on page tactics very much. Now everyone knows these techniques, and I don't think Google gives higher weight to these things.
Create content for readers
Use H1 as your Page's Heading(Just one time)
Use H2 where you think it's essential
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
-
Does google look at H3 tags?
I've had someone tell me that google doesn't pay attention to H3 tags -- only H1 and H2. I haven't found much online to back this up or discredit it; thought I'd ask the Moz community!
Technical SEO | | LivDetrick5 -
I am trying to generate GEO meta tag for my website where on one page there are multiple locations My question is, Can I add GEO tagging for every address?
Am I restricted to 1 geo tag per page or can i add multiple geo tags ?
Technical SEO | | lina_digital0 -
Do H2 tags carry more weight than h4 tags?
Of course H tags are key signals for relevance in search. Does an h2 tag send a significantly "louder" signal than an h4 tag?
Technical SEO | | aj6130 -
Setting title tag with javascript/jquery
Hi there, I'm looking for some advice. I've recently implemented a few jQuery functions which gets specific content from the page and then sets the title and description. See working example here. It seems to work fine but my question I have is whether Google bots can read it and whether it might actually hinder my SEO efforts? Any advice would be really appreciated! Peter
Technical SEO | | peterallen0 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
What happens when you put an image in an H1 tag?
I am currently updating some H1 tags for my site but the tags are generated automatically by the text that is entered into a field on our content manager software. However because we need an image in this area as well, the entire field including the code for the image is surrounded by an H1 tag. Is this bad for SEO?
Technical SEO | | eVacStore0 -
Video Sitemaps <video:content_loc>and<video:player_loc></video:player_loc></video:content_loc>
Hi guys, If I'm creating a video sitemap do I need to use both: video:content_locandvideo:player_loc</video:player_loc></video:content_loc> Or could I just use video:content_loc?</video:content_loc> Thanks
Technical SEO | | Tug-Agency0 -
Redirecting blog.<mydomain>.com to www.<mydomain>.com\blog</mydomain></mydomain>
This is more of a technical question than pure SEO per se, but I am guessing that some folks here may have covered this and so I would appreciate any questions. I am moving from a WordPress.com-based blog (hosted on WordPress) to a WordPress installation on my own server (as suggested by folks in another thread here). As part of this I want to move from the format blog.<mydomain>.com to www.mydomain.com\blog. I have installed WordPress on my server and have imported posts from the hosted site to my own server. How should I manage the transition from first format to the second? I have a bunch of links on Facebook, etc that refer to URLs of the blog..com format so it's important that I redirect.</mydomain> I am running DotNetNuke/WordPress on my own IIS/ASP.Net servers. Thanks. Mark
Technical SEO | | MarkWill0