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
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
-
Duplicate titles from hreflang variations
Hi, I am working on a large global site which has around 9 different language variations. We have setup the hreflang tags and referenced the corresponding content as follows: (We have not implemented a version X-default reference, as we felt it was not necessary) Using DeepCrawl and Search Console, we can see that these language variations are causing duplicate title issues. Many of them. My assumption was that the hreflang would have alleviated this issue and informed Google what is going on, however i wanted to see if anyone has any experience with this kind of thing before. It would be good to understand what the best practice approach is to deal with the problem. Is it even an issue at all, or just the tools being over-sensitive? Thank you in advance.
Technical SEO | | NickG-1230 -
Duplicate title while setting canonical tag.
Hi Moz Fan, My websites - https://finance.rabbit.co.th/ has run financial service, So our main keywords is about "Insurance" in Thai, But today I have an issues regarding to carnonical tag. We have a link that containing by https://finance.rabbit.co.th/car-insurance?showForm=1&brand_id=9&model_id=18&car_submodel_id=30&ci_source_id=rabbit.co.th&car_year=2014 and setting canonical to this url - https://finance.rabbit.co.th/car-insurance within 5,000 items. But in this case I have an warning by site audit tools as Duplicate Page Title (Canonical), So is that possible to drop our ranking. What should we do, setting No-Index, No-Follow for all URL that begin with ? or keep them like that.
Technical SEO | | ASKHANUMANTHAILAND0 -
<sub>& <sup>tags, any SEO issues?</sup></sub>
Hi - the content on our corporate website is pretty technical, and we include chemical element codes in the text that users would search on (like S02, C02, etc.) A lot of times our engineers request that we list the codes correctly, with a <sub>on the last number. Question - does adding this code into the keyword affect SEO? The code would look like SO<sub>2</sub>.</sub> Thanks.
Technical SEO | | Jenny10 -
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 -
Div tags vs. Tables
Is there any reason NOT to code in tables (other than it being outdated) for SEO reasons?
Technical SEO | | EileenCleary0 -
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 -
Root vs. Index.html
Should I redirect index.html to "/" or vice versa? Which is better for duplicate content issues?
Technical SEO | | DavetheExterminator0 -
Alt and Title Attributes in Anchor Tags
Does it hurt to use alt and title attributes inside an anchor tag? Example: view my website article
Technical SEO | | donationtown0