H1 for users or SEO in this case
-
Hello,
A client of mine has an online store with a pre-made cart. In this cart the name below the product in the category pages and the H1 tag on the product pages themselves are the same textbox entry (they have to be the same thing)
We want to add two product features to the product name, but this will make the H1 longer and diluted.
Let me give you a fictional example,
A category page for cross-trainer shoes would have products in it. Below each product it says things like "Nike Sports One Shoes" and "Adidas Action Series Shoes". We want to make it "Nike Sports Shoes size 7 through 12 for running and walking" and "Adidas Action Series Shoes size 5 through 10 for running, walking, and hiking".
The reason for the change is that we want users to know about size and one more important feature before they visit the product page in our case to save them time. But this changes the H1 on the product page (a pre-made cart problem) from
"Adidas Action Series Shoes" which is the direct search term to "Adidas Action Series Shoes size 5 through 10 for running, walking, and hiking" which is not a direct search term.
This dilutes the keyword in the H1 but will save users time.
We will put a tag inside the H1 just so you know, so that we can bold the name of the product to still be seen clearly, I hope that's not an HTML SEO problem.
**What do you think, for users with diluted SEO or better SEO in this case? Our product pages are our most important pages in this industry.
Thanks**
-
Hi Bob,
Like so many things in SEO, I'd be looking at this from a UX point of view first and foremost, then do a quick revision through your SEO glasses before implementing.
Will making this H1 change help or hinder your user experience?
To offer my own opinion in response to this question, I think the answer is 'hinder'. As a user I would much rather see just the name of the shoe both on the category page and in the H1 of the product page.
It's clean, succinct and doesn't feel like someone had an SEO agenda when they crafted it. I'd even go so far as to say I'd think twice before handing over my credit card details to a site that used product titles like "Adidas Action Series Shoes size 5 through 10 for running, walking, and hiking" rather than simply "Adidas Action Series". Even the word "shoes" is quite redundant here in my opinion.
To give you an idea of a website that ranks very well in this field in Australia, check out HypeDC. They're not our client, nor have they ever been but they deserve that link because they do a great job in most areas and they highlight my point. They sell shoes (and all things shoe-like... sneakers, boots etc) and yet they don't jam the word(s) into every title, heading and paragraph they can.
If you're looking at the Nike Air Huarache Ultra shoe, that shoe's product title on the category page is simply "Nike Air Huarache Ultra". That's it. No mention of shoe, shoes, running, walking, hiking, footwear etc. The page title is almost identical and even the content on the product page has no mention of the word shoe!
While I wouldn't necessarily recommend avoiding the keyword like they have, it's a clear demonstration that Google understands your website as a whole so there's no need to go jamming all those keywords everywhere. Craft a pleasant user experience and make sure your website in clear, as a single unit, what you do.
You may be wondering how the hell HypeDC ranks so well without using the keyword even once? All I can offer is external suggestions but I'd say it's a combination of the following:
-
They don't sell 'cheap shoes' so they know their target audience are "shoe people" who are pretty likely to know what they want already so I'd expect the search volume of specific shoe models is quite high. Just referencing the specific model on a product page likely works in their favor for these searches.
-
Their link profile is highly relevant, as is their anchor profile. This means from the link profile alone Google can start to understand that HypeDC = shoe store.
-
They have no shortage of pages on the site that relate directly to things in the shoe industry. A "shoe size guide", a bunch of shoe questions in the FAQ, a page for each of their shoe manufacturers etc.
I'm sure there are plenty more but this post is already getting long (sorry!) but you get the picture. Don't get caught up in "where and how exactly should I place my keyword in this element to appease the Google Gods?", just make a user friendly website and 9 times out of 10 you will have made a well-optimised one by accident!
I realise shoes is possibly not even your vertical but I'm just working with the example at hand. Everything I've just said can be applied to any industry because the core principles don't change.
I hope this helps!
-
-
Hey Bob
Hard to say. It may dilute the search term. It may expand scope and help you rank for a wider range of terms which are potentially further down the path to purchase. If experience in this business has taught me anything it is best to go with your gut and do things that you believe the benefit the user without hurting the SEO (and potentially helping it). And then, most importantly of all measure the results.
- Determine all your KPIs here - conversions, engagement, ranking, organic traffic etc
- Create a small experiment on a handful of products with fairly solid statistical results
- Measure the results and use that to inform your approach
It's so hard to generalise as well - what works for one product may hurt another so just test, test, test and use the results to keep iterating and improving the approach.
Hope that helps
Marcus
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
-
SEO Problem With My Pages ?
Hi everyone, I created a self-hosted custom PHP website the page is ( custom cosmetic boxes ), but it doesn't show up on Google. I tried to follow tutorials on the HubSpot, but even my site sucks. Please help me where I am wrong. Maybe the little thing is left unattended, which makes it void.
Web Design | | fbowable
Please help me.0 -
SEO Tips for Affiliate Website
Hi all , I would just like to have an expert Opinion on SEO for Affiliate Website . Basically if I list all Third party products (Amazon/Affilate Window etc ) on my website and then the customer will be redirected to the Affiliates website to make a Purchase will there be an issue with SEO (Lots of Outgoing Url's) and Will the website not rank for Important keywords or will it be hit by any penalty ? I heard it's not good for SEO , any work around this ? If this is case How come cashback Sites rank well with no issues , although the concept is basically the same ? Any Tips or Advice appreciated as how to get this done safe . My Preferred Option would be with Magento Shopping Cart or second option would be with Wordpress Cart only in case this provides some SEO benefits over Magento by some plugins .
Web Design | | Aus0070 -
Free websites that are good with SEO?
Dear members, I am looking for a free/ almost free website which is good for SEO. For example i am looking at WIX right now but i keeping reading that they aren't optimal for SEO. Does anybody has some tips which website is can use, example weebly, strato, etc?? Many thanks!
Web Design | | rijwielcashencarry0400 -
How to make my site title H1?
Hi In my Header.php I have the following php code for my title: <title><br /><?php<br />// Generate Page Title dynamically<br />if (is_home()) {<br /> bloginfo('name'); ?> - <?php bloginfo('description');<br />} elseif (is_category()) {<br /> single_cat_title(); ?> - <?php bloginfo('name');<br />} elseif (is_single()) {<br /> single_post_title();<br />} elseif (is_page()) {<br /> bloginfo('name'); ?>: <?php single_post_title();<br />} elseif (is_404()) {<br /> bloginfo('name'); ?> - <?php _e("Page not found", "fungames");<br />} elseif (is_search()) {<br /> bloginfo('name'); ?> - <?php _e("Search results for", "fungames"); echo esc_html($s, 1);<br />}<br />?><br /></title> This generates a good title different for every page/post I have on my site. But is now H1. I want the same code if, but with H1 tag somewhere in it. Cant figure it out how to do it! Can u help please?
Web Design | | Catinas970 -
How does a Responsive Site kill SEO?
How does a Responsive Site poentially kill SEO? I've seen a few feeds on twitter how a website took a rankings dive after implementing a Responsive theme; yet, it's not clear to me what is actually going on within a Responsive site that would cause the SEO rank to tank? I can only speculate that it introduces a bunch of 404 errors, or that it changes all of the URLs into gibberish, so you loose all of the links coming into your website if not 301'ed? Can someone clarify, what are the actual mechanical issues on a Responsive website that becomes a concern to SEO? Thanks.
Web Design | | ExploreConsulting1 -
Word Press Seo Errors/ Questions
Hi my name is Tina I am new here I hope you guys can help me out. I thought building my new site with Word Press was going to simplify things, however I have a ton of errors, and I am not sure what they are, or how to fix them. I am hoping someone could share with me a solution for these errors. I have 28 rel=canonical errors, I am not sure what this means, I understand it to mean my pages are similar, and this is to set a heirarchy between my pages. Please correct me if I am wrong. If I am correct would this be necessary to add if my main keyword was "widgets" and my home page was optimized for "widgets" and my next page was "blue widgets" and so on. While my pages are similar they are all optimized for different versions of my main keyword some using long tail keywords. Do you know of a plugin that can help solve this problem? Also does anyone have a plugin they recommend for G+ my G+ authorship verification is causing an error as well? I am using Head Space 2 I have used this seo plugin numerous times with great success it has been my favorite seo plugin. However, we have a portfolio that shows our clients websites, and on those pages Head Space will not let me enter a description tag. What plug in do you guys recommend with more control over each page? Another interesting issue is on one of our pages I optimized it for our Canadian clients, and now every page has been listed in Google.ca for the keywords it should have on Google.com. We are listed on Google maps, verified in Google places, and our address is on the site so they know we're from the USA however, the majority of our keywords are only listed in Google.ca. We're on page one for all of them, we are in the top three on most of them so that's not bad, but we want to be listed in Google.com as well. Any suggestions on this?
Web Design | | TinaGammon1 -
Implementing a new Nav Bar: Best practice, SEO benefit, your suggestions?
Hi Mozland, We are going to have a new Nav Bar for our site built from the horror that we currently have to up with. We want to make it a simple affair, similar to The Guardian two-tier Nav Bar - main menu which will drop down to the 2nd tier according to what you clicked on in tier one. Regular stuff, I think. Any suggestions, from your experience, about how best to implement this, what to include, what not to do, what can be included and done to make it as best it can be to get people to peruse our site as easily as possible? Thanks
Web Design | | Martin_S0 -
How is an SEO's time best used?
We have over 50 highly varied and niche sites in our company. Each website is for an annual event spread across the calendar. I am the solo SEO person here and was wondering what your opinions are about what would bring in the greatest SEO power in my limited daily allotment; link building? Keywords? Content? Oh, and to make my life even easier - its all based on SharePoint 2007!
Web Design | | DaveGerecht0