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.
Why Put an H1 Tag On A Product?
-
Why would you put an H1 tag on a product name? I came across this in another forum and thought I'd float it here.
-
I use H1 tags on category pages. Typically, category pages have short tail keywords and could use some reinforcement. I could use an H1 tag on product pages in the descripton area, but haven't found it necessary since its in the title and product names are typically long tail.
I don't know how prevalent it is, but I've not heard of using an H1 tag on a product name. I'm not suggesting its wrong or would hurt anything. We rank well for products. I just don't use the practice myself and don't see the point in it.
-
H1 tags do carry some weight in SEO and if that is something you want to rank for then I definitely see doing this. You have the keyword used in the Title Tag with a concise description of the page and then utilizing the H1 tag as the product name reinforces the fact that this page is going to be highly relevant for that term. Now the H1 tag is not as important as the title tag but is an indicator to the SE's that crawl the page and show relevancy. What else would you consider making the H1 if you don't mind me asking.
-
I understand they don't want to use the product name in an H1 tag in the product description, but rather on the product name at the top of the page. There's no problem with tagging it in the description, I just don't know why it would be done on the name itself when they have a title tag for that.
Here's how they would set it up:
Insert Product Name Here
.
-
I'm not sure I understand the downside of using an H1 tag on a product name, if the product name is the keyword phrase you're attempting to rank.
-
The H1 title for a specific product page. A Product page would most likely have the product name as that is very relevant to the page. I think you misread the previous reply.
-
The H1 title for a specific product page. A Product page would most likely have the product name as that is very relevant to the page. I think you misread the previous reply.
-
Thanks Tom. I've never heard of anyone putting an H1 tag on a product name and wouldn't do it myself.
So the only reason someone would put an H1 tag on a product name is because they are clueless, correct?
-
The title element of a web page is meant to be an accurate and concise description of a page's content. This element creates value in three specific areas (covered below) and is critical to both user experience and search engine optimization:
Relevancy
Creating a descriptive, keyword-laden title tag is important for increasing rankings in search engines. The screen shot below comes from SEOmoz's survey of 37 influential thought leaders in the SEO industry on the search engine ranking factors. In that survey, 35 of the 37 participants said that keyword usage in the title tag was the most important place to use keywords to achieve high rankings.
http://www.seomoz.org/learn-seo/title-tag
Cheers!
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
-
Looking for opinions on structuring meta title tags/page title/menu title/H1
Hi everyone I am hoping a few of you can share your opinions. I have been having conversations (okay, healthy debates) about how to write/structure meta title tag and how to compliment them with the H1, page title, menu name. To help explain the thought processes I will use a pretend keyword. How about "screwdriver". Case: (I made this up) we are redesigning a website for a construction tools manufacturing company (pretend name: ABC Tools) targeting OEMs who are interested in purchasing large quantities of tools. The product categories (to become main menu items) are Screwdrivers, Nails, Drills, and Hammers. (bear with me .... this is just an example I am making up on the fly) K. Circling back to screwdrivers - let's say we have one landing page (a primary category page and in the main menu) listing products and great details about screwdrivers. Focus keywords are screwdriver manufacturer, screwdriver supplier, construction screwdrivers Below are questions being debated. If you are willing ... how would you address these questions? And, can you explain WHY? QUESTION ONE: How would you structure the meta title tag (feel free to write one of your own) Screwdriver Manufacturer - Construction Screwdriver | ABC Tools ABC Tools - US-based Screwdriver Manufacturer Supplier Near You High-Quality Screwdrivers for Construction with ABC Tools QUESTION TWO: how would you write the H1 on the page? Would it match the meta tag? OR, would you write something different using the primary keyword? QUESTION THREE Remembering this is not a blog post ... it is a primary landing page linked to the main navigation. What would the menu title be? (remember the product categories above are how the main menu items are bucketed) Screwdrivers Screwdriver Manufacturer Typically in WordPress, the H1 and the menu title is auto-populated using the page title (not the title tag)... So, if we use Screwdrivers as the page title but we want the H1 to match the meta title tag, would we manually change the H1? Or, have the page title and title tag match, but manually change the menu item?
Intermediate & Advanced SEO | | Brenda.Haines1 -
Multiple H2 tags
Is it advisable to use only one H2 tag? The template designs for some reason is ended up with multiple H2 tags, I realise if any think it's that each one is that are important and it is all relative. Just trying to assess if it's worth the time and effort to rehash the template. Has anyone done any testing or got any experience? Thanks
Intermediate & Advanced SEO | | seoman101 -
How (or if) to apply re canonical tags to Shopify?
Anyone familiar with Shopify will understand the problems of their directory structure. Every time you add a product to a 'collection' it essentially creates a duplicate. For example... https://www.domain.com/products/product-slim-regular-bikini may also appear as: https://www.domain.com/collections/all/products/product-slim-regular-bikini https://www.domain.com/collections/new-arrivals/products/product-slim-regular-bikini https://www.domain.com/collections/bikinis/products/product-slim-regular-bikini etc, etc It's not uncommon to have up to six duplicates of each product. So my question is twofold: Firstly, should I worry about this from an SEO point of view? I understand the desire to minimise potential duplicate content issues and also in focussing the 'juice' on just one page per product. But I also planned on trying to build the authority of the collection pages. If I request Google not to index the product pages which link off the collections, does this not devalue these collections pages? Secondly, I understand the correct way to fix these is using 'rel canonical' tags, but I'm not clear about HOW to actually do this. Shopify support has not been very helpful. They have provided two different instructions, so just added to the confusion (see below). Shopify instruction #1: Add the following to the theme.liquid file... <title><br />{{ page_title }}{% if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} – Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}<br /></title>
Intermediate & Advanced SEO | | muzzmoz
{% if page_description %} {% endif %} Shopify instruction #2: Add the following to each individual product page... So, can anyone help clarify: The best strategic approach to this inherent SEO issue with Shopify (besides moving to another platform!)? and If 'rel canonical' tags is the way to go, exactly where and how to apply them? Regards, Murray1 -
Best practice for H1 on site without H1 - Alternative methods?
I have recently set up a mens style blog - the site is made up of articles pulled in from a CMS and I am wanting to keep the design as clean as possible - so no text other than the articles. This makes it hard to get a H1 tag into the page - are there any solutions/alternatives? that would be good for SEO? The site is http://www.iamtheconnoisseur.com/ Thanks
Intermediate & Advanced SEO | | SWD.Advertising0 -
Partial duplicate content and canonical tags
Hi - I am rebuilding a consumer website, and each product page will contain a unique product image, and a sentence or two about the product (and we tend to use a lot of the same words in different ways across products). I'd like to have a tabbed area below the product info that talks about the overall product line, and this content would be duplicate across all the product pages (a "Why use our products" type of thing). I'd have this duplicate content also living on its own URL's so they can be found alone in the SERP's. Question is, do I need to add the canonical tag to this page, since there's partial duplicate content on the product pages? And if I did that, would my product pages go un-indexed?? I understand how to handle completely duplicated content, it's the partial duplicate that I'm having difficulty figuring out.
Intermediate & Advanced SEO | | Jenny10 -
When removing a product page from an ecommerce site?
What is the best practice for removing a product page from an Ecommerce site? If a 301 is not available and the page is already crawled by the search engine A. block it out in the robot.txt B. let it 404
Intermediate & Advanced SEO | | Bryan_Loconto0 -
Headings H1, H2, H3
Hi I'm tidying up my site and had a few questions ref: use of headings. 1. My previous SEO company use to reduce the font size for headings, this seems a bit black hat to me ? Is this okay? For example heading text as font 6 and paragraph text as font 12. 2. If my key search term is 'driving lessons in London' and my second key search term is 'Driving Schools London', Is it better to have my H1 as: Driving Lessons London & H2 as: Driving Schools London OR H1: Quality Driving Lessons in London by driveJohnson's H2: How our driving school in London can help you: In my opinion the 2nd one reads better and i notice other companies doing it the second way, the first way i mentioned seems a bit old school and doesn't read well ? 3. Is it worth using H3 & H4 ? Can you use H2 more than once ? 4. Lastly could i have two key search terms within one heading, as long as the paragraph underneath is about the heading. For example: H1: Our driving school in London offers cheap driving lessons The two keywords search phrases here for me would be driving schools London and driving lessons london. If someone could get back to me, i would be very grateful.
Intermediate & Advanced SEO | | Anthony19820 -
tags inside <a>tags - is this bad?</a>
Hi, I'm currently redesigning my website, and in many places, I've now decided to make links a little bit more obvious for the user, using tags within a <a>tag in order to make the entire block of text clickable. I was just wondering if this could have a negative impact in the search engines. My gut feeling is no, since I'm actually improving usability, but I guess it could have an impact on how Google looks at the anchor text? An example of the HTML is as follows: </a> <a></a> <a></a> [Cristal Night Club Hotels <address>1045 5th Street
Intermediate & Advanced SEO | | mjk26
Miami Beach, FL33139</address> 6.4 miles from Miami Dade County Auditorium](http://localhost:8080/frontend/venue-hotels/cristal-night-club-hotels/301022 "Hotels near Cristal Night Club") Thanks for your thoughts and comments, Best wishes Mike0