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
-
Is alt text inside an img tag inside an h1 the same weight as text directly inside the h1?
Right now I use a background image and CSS to tie the h1 tag to my logo on each page. However, I am concerned that may not be best practice. Plus, I am interested in using schema markup on my logo. So, my question is, if I use an image with alt text inside my h1 tag, will the alt text carry as much weight as a text-based h1?
Technical SEO | | Avalara0 -
Title tag not showing on google? Please Help!
I've read the FAQs and searched the help center. My URL is: http://www.webygeeks.comI have updated title tags of my client's website 10-15 days ago, still the title on google is coming as the company name 😞 Why so??Description is correct but title is incorrect, can you please recommend me something guys?Also, i am wondering why the google cache is showing date of september 5 and we have changed the titles around 10 - 15 days before that http://webcache.googleusercontent.com/search?q=cache:P45GOiHRaIUJ:www.webygeeks.com/+&cd=1&hl=en&ct=clnk Really appreciate your suggestion.
Technical SEO | | lvp11380 -
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 -
Hiding H1 with background colour
Will the H1 tag be visible to the bot if it is hidden from the human eyes using background color. Will Google penalize my website if I hide the H1 tag using the background color so it is visible to the search engine bot but not visible to the human eye. If I place the H1 tag in the footer (front-end location) for the human eye but at the top of the page in HTML for the bots, will the search bot still consider this as the H1 tag and rank it accordingly Finally will you categorize this under blackhat ( I think it is not too sure)
Technical SEO | | YvonneMartin0 -
Duplicate Title Tag issue due to Shopify CMS
Hi guys, I'm a novice really when it comes to SEO, yet have taken it in house for the next year or so, firstly because I have had my fingers burnt twice...and secondly, to allow me to recoup some of the loss from my prior campaigns. One thing I have noticed on my site (which uses a Shopify E-commerce CMS), is that Shopify duplicates a url for each my products. An example of this is http://www.vidahomes.co.uk/collections/designer-radiators-heating/products/reina-aliano
Technical SEO | | philscott2006
http://www.vidahomes.co.uk/products/reina-aliano Both products provide exactly the same information, yet appear in different ways subject to how the customer finds them. I contacted Shopify to find a fix to this issue when I noticed a high amount of Duplicate Title Tags in my SEO crawl. Their response was as follows. Using a rel canonical link will help prevent duplicate content issues with search engines. All you need to do is add this line of code: **<link rel="canonical" href="{{ canonical_url }}" />** ** before the tag in the theme.liquid file. It’s that simple :)** The theme liquid file basically generates the outer template for the whole site, and is only compromised when over-ruled. This all seems a little too easy for me, so I am hoping whether someone can elaborate as to whether this will work or not, as I'm not entirely sold on their response. I was always under the impression with canonical tags, that they should be added to the header section of the duplicate page in question, which refers back to the original page. The code I have been told to add above implies that the canonical tag would be added to every page in my site so the Google robot would have a hard time in finding anything at all of relevance Thanks in advance for any assistance with this. Kind Regards Phil Scott Vida Homes0 -
Do I need to add canonical link tags to pages that I promote & track w/ UTM tags?
New to SEOmoz, loving it so far. I promote content on my site a lot and am diligent about using UTM tags to track conversions & attribute data properly. I was reading earlier about the use of link rel=canonical in the case of duplicate page content and can't find a conclusive answer whether or not I need to add the canonical tag to these pages. Do I need the canonical tag in this case? If so, can the canonical tag live in the HEAD section of the original / base page itself as well as any other URLs that call that content (that have UTM tags, etc)? Thank you.
Technical SEO | | askotzko1 -
Why "title missing or empty" when title tag exists?
Greetings! On Dec 1, 2011 in a SEOMoz campaign, two crawl metrics shot up from zero (Nov 17, Nov 24). "Title missing or empty" was 9,676. "Duplicate page content" was 9,678. Whoa! Content at site has not changed. I checked a sample of web pages and each seems to have a proper TITLE tag. Page content differs as well -- albeit we list electronic part numbers of hard-to-find parts, which look similar. I found a similar post http://www.seomoz.org/q/why-crawl-error-title-missing-or-empty-when-there-is-already-title-and-meta-desciption-in-place . In answer, Sha ran Screaming Frog crawler. I ran Frog crawler on a few hundred pages. Titles were found and hash codes were unique. Hmmm. Site with errors is http://electronics1.usbid.com Small sample of pages with errors: electronics1.usbid.com/catalog_10.html
Technical SEO | | groovykarma
electronics1.usbid.com/catalog_100.html
electronics1.usbid.com/catalog_1000.html I've tried to reproduce errors yet I cannot. What am I missing please? Thanks kindly, Loren0 -
Header Tags
Ok so I am writing different pages and the first heading is an H3 just because I wanted to it be a certain size. Then as you see the content, I have an H1 tag. Example page: http://www.oxfordmshomes.net/condos/acadia-court-Oxford-MS you can see that "Acadia First" is the first thing you see on the page and it uses an H3 element. Long story short, my hierarchy is wrong. Does this have any negative effect on my SEO efforts?
Technical SEO | | blake-766240