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.
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?
-
Hi
Never going to disagree with Rand. The first analysis is the actual SERP you want to rank on. So audit the SERP. What are the Title tags that are ranking? What is the content that is working? So start there on your Title tag. That should make it an easy decision.
WordPress only auto populates if you want, can set as per your requirements.
Confused on menu title.. is that the navigation?
-
Thank you for the response! In an attempt to better explain my question I believe I overcomplicated it ...
Your response is helpful, but also triggered more questions in addition to the ones I had.
Here are questions I am still working on addressing:
-
Your title tag example struck another question for me. Currently, we use the same structure which would be summarized by "Keyword | keyword version 2 | Brand/Company Name". Based on my understanding of Rand's recent Whiteboard Friday: https://moz.com/blog/one-hour-guide-to-seo-keyword-targeting-on-page-optimization this would not be considered best practice anymore. Rather, your title would be written to say Fast Car Insurance Quotes online with Example... It's not just keywords and brand, it's compelling, etc. Here is another supporting article: https://moz.com/blog/title-tag-hacks-whiteboard-friday Thoughts on that?
-
Based on almost all guides findable and the fact that WordPress auto-populates the H1 with the page title, does the page title need (or should) to match the meta title tag?
-
Does the menu name need to match the page title? In your case - the menu name itself (assuming in the main menu) does it need to include the longtail version. In other words - how much impact does the menu title itself have on SEO? If any? And does it need to match the page title/H1?
-
-
Hi
I am an unclear but will frame from car insurance and hope it assists. As am not sure on which customer queries to target in your scenario - dangerous to make a suggestion without a better understanding of your business model and products highest ROI. The customer queries should be data driven, ie volume. If that is the goal. We use semrush. moz and keyword planner and a few tools.
Lets say chasing car insurance, this got a client to No 1. This is a general answer..
The url we recommend be
www.example.com/car-insurance/
The Title tag we would recommend be Car Insurance | Compare Car Insurance Quotes | Example
If not a comparison site - Car Insurance | Car Insurance Quotes | Example
Now for the H1.
It should be different from the URL and Title but contextual..
So lets say Car Insurance Quote or Car Insurance Australia
The meta description should on our view the targeted keyword once and be about clickability.. not sure if that gets you there, but hope it helps.
Go get em.
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
-
Redirect wordpress from /%post_id%/%postname%/ to /blog/%postname%/
Hi what is the code to redirect wordpress blog from site.com/%post_id%/%postname%/ to site.com/blog/%postname%/ We are moving the site to a new server and new url structure. Thanks in advance
Intermediate & Advanced SEO | | Taiger0 -
Does Google give weight to the default measurement units (metric / imperial) on pages?
Hi, We run a series of weather websites that cater for the units (feet, metres, Celsius, Fahrenheight etc.) for the users by means of detecting their geo-location. So users in the US see the site in feet, Fahrenheight and pretty much the rest of the world gets metric units. My concern is that if we view the cached version of our pages as seen by the Googlebot out of Mountain View, California, it shows that our geoIP switch to imperial units has been activated for every location in the World. The question is, does the fact that we appear to cater for countries who use metric units by showing (in Google's eyes) Imperial units by default count against us from an SEO point of view? Thanks in advance for any comments, Nick
Intermediate & Advanced SEO | | nickruss0 -
Duplicate Title tags even with rel=canonical
Hello, We were having duplicate content in our blog (a replica of each post automatically was done by the CMS), until we recently implemented a rel=canonical tag to all the duplicate posts (some 5 weeks ago). So far, no duplicate content were been found, but we are still getting duplicate title tags, though the rel=canonical is present. Any idea why is this the case and what can we do to solve it? Thanks in advance for your help. Tej Luchmun
Intermediate & Advanced SEO | | luxresorts0 -
Javascript to fetch page title for every webpage, is it good?
We have a zend framework that is complex to program if you ask me, and since we have 20k+ pages that we need to get proper titles to and meta descriptions, i need to ask if we use Javascript to handle page titles (basically the previously programming team had NOT set page titles at all) and i need to get proper page titles from a h1 tag within the page. current course of action which we can easily implement is fetch page title from that h1 tag being used throughout all pages with the help of javascript, But this does makes it difficult for engines to actually read what's the page title? since its being fetched with javascript code that we have put in, though i had doubts, is anyone one of you have simiilar situation before? if yes i need some help! Update: I tried the JavaScript way and here is what it looks like http://islamicencyclopedia.org/public/index/hadith/id/1/book_id/106 i know the fact that google won't read JavaScript like the way we have done with the website, But i need help on "How we can work around this issue" Knowing we don't have other options.
Intermediate & Advanced SEO | | SmartStartMediacom0 -
Why does Google add my domain as a suffix to page title in SERPS?
Hi, If I do a search in Google - for one our products on our site, our site comes up - but it would appear that google is adding our domain name as a suffix to our title in the results... Anyone else seen this? Can I do anything about it? I would prefer it not to appear. Thanks!
Intermediate & Advanced SEO | | bjs20100 -
Should I prevent Google from indexing blog tag and category pages?
I am working on a website that has a regularly updated Wordpress blog and am unsure whether or not the category and tag pages should be indexable. The blog posts are often outranked by the tag and category pages and they are ultimately leaving me with a duplicate content issue. With this in mind, I assumed that the best thing to do would be to remove the tag and category pages from the index, but after speaking to someone else about the issue, I am no longer sure. I have tried researching online, but there isn't anything that provided any further information. Please can anyone with any experience of dealing with issues like this or with any knowledge of the topic help me to resolve this annoying issue. Any input will be greatly appreciated. Thanks Paul
Intermediate & Advanced SEO | | PaulRogers0 -
Should I Allow Blog Tag Pages to be Indexed?
I have a wordpress blog with settings currently set so that Google does not index tag pages. Is this a best practice that avoids duplicate content or am I hurting the site by taking eligible pages out of the index?
Intermediate & Advanced SEO | | JSOC0 -
Why should your title and H1 tag be different?
Is it dangerous to have your H1 tag and your title the exact same thing? My thought was that it's not be the best use of space, but that it couldn't cause harm. What do you think?
Intermediate & Advanced SEO | | MarieHaynes7