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
-
Duplicate H3, H4 or H5 Tags
I know that duplicate H1 and H2 tags are a red flag for Google, but does the same apply for H3, H4 and H5 tags? A lot of my products have the same H5 tags and I'm wondering whether or not that is pulling down my keyword rank.
On-Page Optimization | | moon-boots0 -
H1 tag- on home page - what is it best to include
is it best to have in the H1 tag 1. just our website address 2. combination of website address followed by short keywords about our website
On-Page Optimization | | CostumeD0 -
[HELP!] File Name and ALT Tags
Hi, please answer my questions: 1. Is it okay to use the same keyword on both file name and alt tags when inserting an image? Example: File Name: buy-lego-online.jpg ALT tag: buy-lego-online Will it trigger Google Panda? Will I be penalized for that? Or the file name and alt tags should be different from each other? Because when inserting an image on Wordpress, the alt tags are always the same as the file name by default. 2. For example, I have 2 images in a page (same topic/niche) and I will put "cheap-lego-for-kids" and "best-lego-for-sale" as alt tags. Considering that I repeat the word "lego", is it considered keyword stuffing? Will I be penalized for that? Thanks in advance!
On-Page Optimization | | bubblymaiko0 -
Category page canonical tag
I know this question has been asked a few times on here but I'm looking for very specific advice. Currently when you go to a category, say http://www.bronterose.co.uk/range.html, a canonical tag is added to the head of the page. There are plenty of "variant" pages which carry the same tag, for example: /range.html?p=2
On-Page Optimization | | crichardson9
/range.html?p=3
/range.html?dir=asc&order=price
/range.html?dir=asc&limit=all&order=price Is it wise to push the "link juice" for each of these variant pages to the top level page? Or should each variant page have its own unique canonical tag? After reading many blog posts, guides and papers I'm truly confused! Any general guidance or recommendations would be much appreciated. Chris.1 -
Adding Tags in the blog is good or bad?
Hi Friends, In my blog I used to write unique content in between 300 to 450 words and add the related tags up to 15. When I research about adding tags in the blog I come across this video from “Matt Cutts” says Is it worth spending time on creating tags and categories? http://www.youtube.com/watch?v=A96yDPqa2rs Key Points from Matt Cutts Video are given below: No Need Tags - In general, Google figure out what your post is about, so don't worry too much about it. So my question is do I need to remove all tags from my blog or can I reduce the tag count to 5 alone? Currently I am using 15 tags to each post, is there any dis-advantage by adding tags like this? Let me know your suggestions? Thanks
On-Page Optimization | | zco_seo0 -
Using H3-4 tags in the footer or sidebars: good or not?
Howdy SEOmoz fans! Is it considered a good / bad / neutral practice to include H tags in the footer, as a mean to group a few links? Take http://www.seomoz.org/ for instance: - Voted Best SEO Tool 2010! = H2
On-Page Optimization | | AxialDev
- Looking for SEO consulting? = H3
- Product and Tools = H3 Company = H3 etc. I often see the same principle applied to sidebars. I feel like because they don't contribute to the actual content structure and because they are repeated from page to page, we should avoid them, but I have nothing to back my intuition. [+] Perhaps they are helpful for usability (screen readers) and thin added value (i.e. category names that carry more weight than if they weren't headers). What do you think? Thanks for your time.1 -
Title Tags: Does having the singular and plural version of the keyword hurt the ranking?
I'm wondering if there is a duplication issue with having a singular AND plural version of a keyword in the Title Tag. For example: Wood Desk - Wood Desks| Furniture Store Would this help or hurt my ranking for this URL? I can’t find a concrete answer for this under Moz’s “Title Tag SEO Best Practices Page.” Thanks for your help!
On-Page Optimization | | jampaper0 -
Best practice for Meta-Robots tag in categories and author pages?
For some of our site we use Wordpress, which we really like working with. The question I have is for the categories and authors pages (and similiar pages), i.e. the one looking: http://www.domain.com/authors/. Should you or should you not use follow, noindex for meta-robots? We have a lot of categories/tags/authors which generates a lot of pages. I'm a bit worried that google won't like this and leaning towards adding the follow, noindex. But the more I read about it, the more I see people disagree. What does the community of Seomoz think?
On-Page Optimization | | Lobtec0