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
-
Wrong page title in Google
Hi there, A while ago we took over the domain www.hoesjes.nl and forwarded it to our website www.telefoonhoesjesxl.nl. If you perform a search for the keyword 'hoesjes' in Google then we (www.telefoonhoesjesxl.nl) show up on an organic number 1 position. The problem is that the page title isn't correct. Google shows the page title of the website hoesjes.nl we took over and (correctly?) redirected to our domain www.telefoonhoesjesxl.nl. Does anybody have any idea how to get rid of this wrong page title in Google?
Technical SEO | | MarcelMoz
Here you can find a screenshot of what I mean. Thanks! Marcel0 -
Create Page Titles from H1 using Yoast?
I'm working on a site that has 280 blog posts that have either been migrated from an old CMS site or created on the Dev version of the new WordPress site. We've written 280 unique meta descriptions so they don't truncate but it there a quick way I can export the current H1s and then import them into Yoast so they are set as the Page Titles? I've written unique Page Titles and meta descriptions for all the Service and Products page and just want a way to speed up the blog posts as their H1s are really good and what I would use as Page Titles anyway. Any help, greatly appreciated!
Technical SEO | | Marketing_Today0 -
<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 -
Isnt it better to have headlines in H1 and H2 tags instead of p tags?
I am working with a simple site http://http://lightsigns.com/Uniko_Manufacturing_Limited.html They seek more SEO traffic. However, the two big headlines that read "Wholesale Supply to the Sign and Display Industries" which is on line 241 and 242 of the source code, its in a p tag, i.e. <p <span class="webkit-html-tag">style</p <span>="padding-top: 0pt; " class="paragraph_style_1">Wholesale Supply to the and <p <span class="webkit-html-tag">style</p <span>="padding-bottom: 0pt; " class="paragraph_style_1">Sign and Display Industries Likewise, the product titles are in p tags, also. For example, on the Slide-in Light Box product page, http://lightsigns.com/Slide_In_light_box.html , I have done keyword research and no one is using the words slide in light box.Plus, it is also a p tag, ie. line 43 reads style="padding-bottom: 0pt; padding-top: 0pt; " class="paragraph_style">Slide-in Light Box If I suggest that they make an H2 tag with SEO-optimized keywords such as Display Light Box - Slide-In LIght Box, would this indeed help SEO? In summary, is it correct to say that H1 and H2 tags are stronger signals to the search bots of what the page is about?
Technical SEO | | BridgetGibbons1 -
Changing title tags, do we need 301 redirects
I found many duplicate title tags and I'm in the process of changing it Do I need 301 redirects in place when I switch it? I am only changing the title tag. Also, we are switching over to a new site very soon, I am worried that we might be using too many 301 redirect "hops" because we are doing a lot of optimization as well. (video from matt cutts describing 301 redirects and hops: http://www.youtube.com/watch?v=r1lVPrYoBkA. Does anyone have any experience in doing too many redirect hops that it affected your rankings? Any good ideas to avoid this?
Technical SEO | | EcomLkwd0 -
WordPress - How to stop both http:// and https:// pages being indexed?
Just published a static page 2 days ago on WordPress site but noticed that Google has indexed both http:// and https:// url's. Usually I only get http:// indexed though. Could anyone please explain why this may have happened and how I can fix? Thanks!
Technical SEO | | Clicksjim1 -
Robots.txt and canonical tag
In the SEOmoz post - http://www.seomoz.org/blog/robot-access-indexation-restriction-techniques-avoiding-conflicts, it's being said - If you have a robots.txt disallow in place for a page, the canonical tag will never be seen. Does it so happen that if a page is disallowed by robots.txt, spiders DO NOT read the html code ?
Technical SEO | | seoug_20050