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.
H2 tags always recommended? Or ok without?
-
Is it ok to have no h2 tags? There are no "keywords" relevant to the product in these example h2 tags. Also, is it ok to not have a PRODUCT DESCRIPTION header, or is it better with that header? It's for a "product page".
Examples:
<h1>Used Bow Front Desk With Mahogany Laminate</h1> <h2 style="display:inline;">QTY:</h2> 3 - <h2 style="display:inline;">Manufacturer:</h2> Hon <h2>Product Description:</h2> <p>This bow front desk is in excellent condition. It has a beautiful mahogany laminate.</p>
OR (no h2 tags or product description header at all)
<h1>Used Bow Front Desk With Mahogany Laminate</h1> <p>QTY: 3 - Manufacturer: Hon</p> <p>This bow front desk is in excellent condition. It has a beautiful mahogany laminate.</p>
I prefer the last one as it's much simpler, but I'm curious if search engines would prefer the existence of h2 tags in the first version.
Thanks,
Todd -
@NRSmart said in H2 tags always recommended? Or ok without?:
Is it ok to have no h2 tags? There are no "keywords" relevant to the product in these example h2 tags. Also, is it ok to not have a PRODUCT DESCRIPTION header, or is it better with that header? It's for a "product page".
Examples:
<h1>Used Bow Front Desk With Mahogany Laminate</h1>
<h2 style="display:inline;">QTY:</h2> 3 - <h2 style="display:inline;">Manufacturer:</h2> Hon
<h2>Product Description:</h2>
<p>This bow front desk is in excellent condition. It has a beautiful mahogany laminate.</p>OR (no h2 tags or product description header at all)
<h1>Used Bow Front Desk With Mahogany Laminate</h1>
<p>QTY: 3 - Manufacturer: Hon</p>
<p>This bow front desk is in excellent condition. It has a beautiful mahogany laminate.</p>I prefer the last one as it's much simpler, but I'm curious if search engines would prefer the existence of h2 tags in the first version.
Thanks,
ToddIn terms of SEO and HTML structure, it's generally recommended to use H2 tags for better organization and accessibility. However, it's not always mandatory, and the choice can depend on the specific context and design of your webpage.
(Study abroad)
The first example uses H2 tags to structure the content, which can help search engines understand the hierarchy of information on the page. It can be beneficial for SEO, especially if the content is more extensive.
(Canada PR)
The second example, without H2 tags, is simpler and can still be acceptable. It's more about user experience and design preference. If your product page is short and straightforward, and you find the design cleaner without H2 tags, it should be okay.
(PMP Exam Prep)
In summary, both approaches can work, but the use of H2 tags is generally recommended for SEO and content organization. However, it's not a strict rule, and the choice can depend on your specific needs and design preferences.
( 2 Year Post Graduate Diploma Canada) -
It defines the second-level headings on your page. Like a H1 tag, a H2 tag also appears larger than the rest of your main body text. However, H2 tags are always slightly smaller than your H1 tag, so that it does not compete with your main heading. Keep in mind that heading tags don't stop at H2. This strategy makes it simpler for web crawlers to properly index the content for the most important search questions, which likewise makes it almost certain for the webpage to rank higher for those keywords in the web search results pages (SERPs). For more understanding, read the full blog here: https://www.inbound.blog/on-page-optimization/
-
H2 tags are not always recommended, but they serve a specific purpose in structuring the content of a web page. In HTML, H2 tags represent second-level headings, which are typically used to organize content hierarchically under an H1 (first-level heading).
Whether or not to use H2 tags depends on the structure and content of your webpage. Here are some guidelines:
Hierarchy and Structure: If your content has a clear hierarchy with sections or subsections, it's a good practice to use H2 tags to denote those subsections under the main headings (H1 tags). This helps search engines and users understand the organization of your content.
Accessibility: Properly structured HTML, including the use of H2 tags, can improve the accessibility of your website for users who rely on screen readers or other assistive technologies. It ensures that the content is presented in a logical and understandable order.
SEO: Search engines use heading tags to understand the content and hierarchy of your page. Using H2 tags appropriately can positively impact your SEO by helping search engines better index and rank your content.
Readability: Breaking content into sections with clear headings (H2 tags) makes it more readable and scannable for users. It helps them quickly find the information they're looking for.
Consistency: Maintaining consistency in your HTML structure, including the use of H2 tags, makes your code cleaner and easier to maintain.
However, there may be cases where using H2 tags is not necessary. For very simple web pages with minimal content or if your content doesn't naturally lend itself to hierarchical structuring, you might not need H2 tags. In such cases, you can use other formatting techniques to make your content clear and readable.
In summary, while H2 tags are not an absolute requirement for every web page, they are a valuable tool for organizing and structuring content, improving accessibility, and enhancing SEO. Their use should be determined by the specific needs and structure of your website.
-
Yes, it is okay to have no h2 tags on a product page. H2 tags are not required for SEO, and they can actually be harmful if they are not used correctly. For example, if you use h2 tags for keywords that are not relevant to the product, you could actually hurt your ranking in search results.
In your example, the h2 tags "QTY:", "Manufacturer:", and "Product Description:" are not relevant to the product itself. They are more like metadata that helps to provide information about the product. This information is still important, but it does not need to be marked up with h2 tags.
The last version of your example is the simplest and most effective. It uses h1 tags for the main heading and p tags for the rest of the content. This is a clear and concise way to structure your product page, and it will not hurt your SEO.
If you do decide to use h2 tags on your product pages, make sure that you use them correctly. Only use h2 tags for headings that are relevant to the product itself. And avoid using h2 tags for keywords that are not relevant to the product.
Here are some additional tips for using h2 tags on product pages:
- Use h2 tags to break up your content into logical sections.
- Use h2 tags for the main features of your product.
- Avoid using h2 tags for keywords that are not relevant to the product.
You can use h2 tags to improve the structure and readability of your product pages without hurting your SEO.
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
-
What heading tag to use on sidebars and footers
Hello, I have some awareness of how to use H1, H2 and H3.
On-Page Optimization | | kowston
H1 only once per page as the main page heading.
H2's should be subheadings, H3's are sub-sub headings of the and so on.
This structure gives hierarchy and opportunities to use additional keywords in an order of priority. I can clearly understand how this would work in an article but what about other content on the page such as global/frequently repeated elements like sidebars and footers? I see sites - and in particular, I have examed SEO focused sites - that use H3, H4 and H5 in these instances seemingly giving themselves scope to use at least H2 tags as part of the page content and break out of the structure hierarchy when dealing with sidebars and footers. I suppose this could signal theses headings are sections of the page that are less relevant than the main article content but that is just an assumption. I don't know what is correct.0 -
On Site Question: Duplicate H2...
Hi All A few on-site audit tools pull information on duplicate H2 tags on pages. This implies it's a bad thing and should be fixed - is that the case? On one of my sites the tag-line is in H2 in the header, so appears on every page... Just wondering if this is something worth fixing. Thanks
On-Page Optimization | | GTAMP0 -
Is there any benefit to removing brand name from the title tag?
I just signed up for Moz recently, and have noticed that in my crawl errors, I have hundreds of issues with my title tag being too long. My business is selling prints for landscape/travel/nature photography, and I've built these pages dynamically to where the title tag for pages selling individual photos has the title of the photo for sale followed by a hyphen and then the brand name. The same goes for gallery pages "Gallery Name | Brand Name". Would it be worth it to shorten the title tags by removing the brand name from these pages? Or will that actually harm more than help? Thanks in advance!
On-Page Optimization | | shannmg10 -
H2's vs Meta description
in some of my serp results the h2's are showing up instead of the meta description. i have read that H2's arent really valid anymore. can someone clarify this for me?
On-Page Optimization | | dhanson240 -
Does a phone number in the title tag hurt your rankings in SERP?
Hi Mozzers, One of my client is a carpet cleaner and I was wondering if adding a phone number into the title tags would hurt our rankings . I am asking because the client has mentioned it and that we do have some space to add a phone number into the tag. Thanks
On-Page Optimization | | Ideas-Money-Art0 -
Can I use the first sentence of my page content as a meta description tag as well?
I just want to copy my content on the page and use the first or as well the second sentence of the content self for my meta description tag. Is that OK? Or should the Meta description tag be different?
On-Page Optimization | | paulinap19830 -
Is it ok to use encoded special characters in meta titles?
I've read blog posts stating that encoding special characters in title tags is both ok and not ok. Any definitive answer out there? Do the extra characters from adding encoding count towards the total number of characters that Google displays in SERPs? Or do they just count as one character?
On-Page Optimization | | BostonWright0 -
Should I include location in title tag to rank higher in local search
I'm working on a site for a small guest house (http://www.tommysonthebeach.com). I have created a Google Place page (Bing and Yahoo Local) as well and I have the address in the footer on every page. I have the location (Indian Rocks Beach) at the beginning of most titles tags because that is how people tend to search, e.g. "Indian Rocks Beach vacation rental." In theory I would think that I don't need location in the title tag because Google knows the location, and I could use the real estate for other keywords suchs as "pet friendly" or "beach hotel," etc. But when I look at the SERPS, those ranking highly all seem to have the location at the beginning of the title tag. Thanks. P.S. The site is currently not showing up in Google local search apparently because Google thinks it's a vacation rental agency, which are not allowed in local search. I'm trying to get that fixed.
On-Page Optimization | | bvalentine0