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.
Exact match Title and H1 tags, and over optimization
-
Hi Mozzers - was just wondering whether matching H1 and Title tags are still OK, or whether there's an over optimization risk if they exact match?
-
I think that Google knows what (keywords) your articles are about - so there is less need to stuff them into a title tag.
However, matching the keyword to what the searcher has in mind and will see bolded in the SERPs is still important.
"providing variety within the SERP when compared to other results"
Exactly. You need to stand out. Show that your content or product has special value, inspire the searcher to click on your page. I believe that title tags can move rankings if you can get the visitor to click and hold them after they land.
-
Thanks for responding so quickly. Upon further thought, I think what I'm seeing is less about Title and H1 matching, and more about providing variety within the SERP when compared to other results. I'm trying some things on a low risk site so we'll see what happens.
-
I still think that there is no problem with having title tags that match your H1 tags.
Ten years ago, I wrote title tags that focused on keywords. Now I am writing title tags that focus more on presenting something interesting from the article that might elicit clicks. A lot of the old title tags remain on the site but I revisit them every time I update or rewrite a page.
-
Almost 4 years later, I'm curious what your current thoughts on this are EGOL? I too have seen great results with exact match title tags, but I've started to notice more recently that it doesn't work like it used to. Especially in cases where many other results in the SERPs also show results with exact match (or very close to exact) title tags. My untested suspicion is that Google doesn't want a SERP chalk full of results that all look the same (neither would users for that matter), so a better SERP would show more variety.
Anyway, the world of SEO is ever-changing and I was curious to see how your answer from 2013 stacks up in 2017.
-
Thanks for feedback EGOL and Oleg - can't see there's a problem myself, though I haven't carried out any testing - I remember Rand debated this very issue a few years back.
-
there's an over optimization risk if they exact match?
Who is saying this stuff?
I have this on LOTS of pages. LOTS. Have been doing this since the 1990s.
My pages rank great.
Why would google penalize for this? This is giving the visitor a page that is named exactly what he saw when the title tag was displayed in the search engines.
I don't think that Google engineers are in the Plex saying. "Let's screw people who use identical title and H1." "Gotcha you sneaky weasel!"
If somebody is getting a rankings reduction for this I bet that they have awful spammy title and H1 that on their own deserve a markdown.
<title>Best Green Widgets | Nice Green Widgets | Cheap Green Widgets</title>
If anybody knows where a credible SEO is publishing stuff like this, backed-up with good experimental data involving lots of demoted pages, please post a link here. And, if I am motivated enough by it to go out and change a huge number of pages, I'll let you know.
-
I think you should still be fine as I've not noticed any penalties when thats the case. However, you can throw the brand name into the title. "Keyword - Brand" with "Keyword" as the H1 is very common and wouldn't be overoptimized for sure.
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 single H1 tag still best practice?
Hi Guys, Is having a single h1 tag still best practice for SEO? Guessing multiple h1 tags dilute the value of the tag and keywords within the tag. Thoughts? Cheers.
Intermediate & Advanced SEO | | kayl870 -
Onsite Videos- Multiple on a Single Page- How to Optimize?
I have a specific page which needs multiple videos. A primary video of the client (Youtube Video) and two secondary videos with patient testimonials (Wistia Videos). Here is the actual page: https://www.johnbarrasdds.com/houston-tmj-dentist/ My understanding is Google only values the first video on a page. Is this accurate and either way what is the best practice for how to post the second group of videos and gain SEO value? Thanks!
Intermediate & Advanced SEO | | mgordon0 -
Google Adding Wrong Location to Title Tag on Multi-Branch Business Homepage
We're a business with 5 separate locations across 5 cities in Upstate NY. While doing some visual ad previews in the adwords interface I noticed that Google is altering my title tag and adding the word "Rochester" to the end of it, cutting short my designated title tag. Rochester is the location of our headquarters so not a big deal for 1/5th of our customers. But to my dismay, the same thing is happening when searching from the geo locations of my other branches. So when searching for my business in Buffalo (we have a physical address in Buffalo), the title tag in the results still says our company name and "Rochester". This of course is likely leading to confusion and actively harming our organic CTR in our branch locations. This is happening in all of the remaining 4 branch locations. I'm at a loss, I tried lengthening the title tag but it still gets cut off. The term Rochester appears (as do the other branch locations) in my meta description for the homepage as well as in the text of the page itself. I haven't gone so far as to remove that yet and hopefully don't have to. Does anyone have any ideas? Thank you in advance!
Intermediate & Advanced SEO | | Doylejg30 -
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 -
H2 Tags- Can you have more than 1 H2 tag
Hi All, Screaming frog has identified that we have a few H2 tags on our pages , although we only have 1 H1 tag. We have numerous H3,H4's etc. I am wondering, is it good SEO to have only 1 H2 tag like with H1 tag or can you have more ? thanks Peter
Intermediate & Advanced SEO | | PeteC120 -
Page title and slug as complements to one another?
When creating a page, is it ever worthwhile to ensure that there's minimal duplication in the keywords in the page title vs. the slug? Or is it more like the title is more like a sentence description of the page and the slug is a scannable set of keywords that describes the page, and duplication doesn't really matter.
Intermediate & Advanced SEO | | TheaterMania0 -
Easy way to change wordpress category titles. Currently categories are appearing with the same title?!
I'm working on a wordpress adult dating review site and have started to set up categories for each of my main keywords. I have also started to add sub categories by county and town and so far have done so for the counties of 'Lincolnshire' and 'Derbyshire'. The problem is though that for each of my subcategories the page titles are appearing the same. For example: www.mysite.com/category/online-dating/lincolnshire/spalding (root category online dating) shows the title as 'Spalding'. www.mysite.com/category/adult-dating/lincolnshire/spalding also has the title 'Spalding' even though it's root category is different (adult dating). It's probably easier to go to http://www.top-10-dating-reviews.com to see how it's set up. If you click in the category text in the top menu and navigate to dating/derbyshire/alfreton for example and then adult dating/derbyshire/alfreton you'll notice the page titles are the same. I use all in one SEO pack and have rewrite titles checked with category titles set to %category_title% | %blog_title%. I also use category SEO updater. In order to prevent duplicate content issues how can I simply make the title of each category category root title/category subtitle(county)/category subtitle 2(town). The title of each category page would then read for example Online Dating Lincolnshire Spalding.
Intermediate & Advanced SEO | | SamCUK0 -
Optimize a Classifieds Site
Hi, I have a classifieds website and would like to optimize it. The issues/questions I have: A Classifieds site has, say, 500 cities. Is it better to create separate subdomains for each city (http://city_name.site.com) or subdirectory (http://site.com/city_name)? Now in each city, there will be say 50 categories. Now these 50 categories are common across all the cities. Hence, the layout and content will be the same with difference of latest ads from each city and name of the city and the urls pointing to each category in the relevant city. The site architecture of a classifieds site is highly prone to have major content which is not really a duplicate content. What is the best way to deal with this situation? I have been hit by Panda in April 2011 with traffic going down 50%. However, the traffic since then has been around same level. How to best handle the duplicate content penalty in case with site like a classifieds site. Cheers!
Intermediate & Advanced SEO | | ketan90