How do I combat title tag issues in Moz because of long company/site name? [Currently using Yoast SEO Plugin]
-
I've only just started to dip my toe into the SEO pool, so please forgive me if this is a silly question.
I've been working heavily in the Moz tool and the Yoast SEO plugin to clean up the meta descriptions on our site, as there were many pages without descriptions in place (we just transferred from a different CMS to Wordpress within the last month or so). Now I'm noticing on our Site Crawl that we have 60+ pages that have title elements that are considered too long. When I go in to fix these issues on our blog posts (as this is where most of the issues lie), Yoast is already giving me the green light on the title lengths.
I've discovered that the reason why Moz is telling us that many of our site lengths are too long is because "| Parker Staffing Services" is added to the end of our title tags automatically.
Deep breath Now that you've heard all of the backstory... Is there a way that I can prevent that site title (which is 26 characters all by itself! Talk about limiting!) from displaying on search engines when our blog posts or pages show up in search results?
I've poked around in the Titles & Metas settings that come with Yoast, but I fear making too many changes will result in me screwing something up.
Help an SEO beginner out?
-
Just realized I never answered the question about the title tag appearing further down - I think this is normal. Yoast SEO tries to put all it's output in the head together, and it's usually near the end of the section, so it's suppressing WP's default <title>tag higher up, then spitting out a new one down lower. My understanding is that the position of the <title> has no effect on SEO.</p></title>
-
Not at all! I think this ultimately should've led to me reading things a little more clearly. I really do appreciate all of your help. Thank you again!
-
No problem! I guess I my lesson should be to always start by making sure whatever we're troubleshooting is on
-
I think you just solved my problem.
Though the title tag appears much further down in the code than it did before - is this normal? Either way, I think it will accept my new code.
You are a certified life saver. Thank you so so much!
-
Try enabling it. I think that if it's disabled, Yoast SEO won't do anything to your title tags, so they'll just be the WordPress default, which is usually "Postname | Sitename." My hunch is that enabling that setting will put Yoast to work and both your settings in Titles & Metas will be respected, and your overrides in the metabox will be as well.
Once it's enabled check the source again, you'll know right away, (before Google or Moz has a chance to get in there and punish you if it's the wrong thing to do).
-
I just added the exclamation point... and it showed up in the title code immediately after, so I don't think it's a cache issue, sadly. If only!
-
Looks like it is disabled. That's the way it should be though, correct?
-
I guess we should check the obvious - go to yoursite.com/wp-admin/admin.php?page=wpseo_titles - that's the first tab of Titles & Meta - is the Force Rewrite set to enabled? (it looks like the purple background means enabled - it's a kind of confusing colour choice).
Failing that, are there other caches that might need to be busted? An easy way to check would be to edit the title of a post or page - add an exclamation mark or something, save, and check the source. If the exclamation mark is there then it's not a cache problem. If it's not then look for caches elsewhere. Other caches might be:
- other caching plugins, (W3 Total Cache, WP-Rocket, Something else).
- Varnish, or some other whole-page cache active on your server outside of WordPress.
- CloudFlare, if it is caching everything, including the HTML.
-
I am also surprised about the override not being respected, because I've used the Yoast plugin to create custom titles on websites for former employers & have never experienced this issue. To my knowledge, I don't believe we are using WP Super-Cache. I don't see it in our plugin list, nor do I see it when I conduct a search on the admin panel.
I just took a look at the source code for a couple of our blog posts & it appears to still be there. AUGH! This is very frustrating.
-
I'm a bit surprised that the override in the metabox isn't being respected 100%, but I haven't played with the manual overrides much. Are you using a full-page caching plugin, like WP Super-Cache? If so you might have to clear the cache's contents to see the changes.
I think the problem should go away because you edited the Titles & Meta settings, but you can check right away. Do you know how to read HTML, at least sort of? Look at the page's source, (in Chrome: View > Developer > View Source), and look to see what's between the <title>and</title> tags - they will be fairly near the top, (you can Ctrl+F in View Source to find them). That's the title tag that we're trying to change, so if "| Parker Staffing Services" is gone, Moz, (and maybe Google), will be happy, then it's just a case of waiting for Moz & Google to re-crawl your site to see the changes.
If that doesn't work, and you don't want to set the site name to something shorter, there's a way to do it with PHP. I believe Yoast SEO passes the title tag through a WordPress filter before outputting it to the page. You can hook on to that filter and replace "| Parker Staffing Services" with an empty string. This is a bit overkill, though - you should be able to solve the problem in the admin interface.
-
Nico - how funny, that's my brother's name
I am thinking this might be my last resort option because it might be a hard sell to our executive team; however, if this ends up being the only way to fix my issue, I think we'll have to at least try.
Thank you!
-
Hi there! Thanks for responding to my question
So, I went ahead & took off the %%sep%% %%sitename%% pieces of the templates in the Titles & Metas section in the Yoast plugin settings.
In response to the override using the metabox, that's actually the process I have been doing, creating my own title without the "| Parker Staffing Services" at the end for each individual page on my site, but it's automatically added without my knowledge - and I only find out about it when I see the errors pop up in my weekly Moz Site Crawl. As you can imagine, it's frustrating because so much of my time is being spent updating meta data only for it to stay the same.
Do you think that because I edited the Titles & Meta settings that this problem will go away? Or are they not completely correlated?
-
You can also very likely change this directly in the wordpress settings without fiddling around in plugins. Normally this Suffix comes from the "website name" you enter in "Settings" > "Tagline".
Many people tend to enter the whole, long name of their business here, which is quite commonly very, very long and thus exceeds the displayed title limit.
Nico
-
I think you have a few options:
In the Titles & Metas section Yoast uses a sort of templating system. So if you go to the Post Types tab and remove %%sep%% and %%sitename%% from the Title Template under the "Posts" heading, (probably the first one), you'll be removing the "| Parker Staffing Services" from all of your Posts. You can do the same for Pages, Media, and any Custom Post Types you have installed on that tab.
The other tabs are similar. Taxonomies is just a scary word for Categories, Tags, and things that behave like categories & tags, and has nothing to do with stuffed animals like it looks like. If you go that tab you'll see a lot of the Title Templates end in %%sep%% %%sitename%% so you can remove those as well, if you want. That'll take the "| Parker Staffing Services" off of the Tag & Category archive pages, (pages like example.com/category/new-staff). The Archives tab works the same way. If you're worried about messing things up, a quick hack is to take a screenshot before changing anything, or do a database backup.
You can also override these templates on a per-post/page/CPT basis using Yoast SEO metabox, (that's what WP calls the boxes in the admin), on the Edit Post/Page/CPT screen in the admin. The Yoast SEO metabox is usually right below the box you write your actual content in, but it may be forced down depending on what plugins you have installed. If you don't see it at all click the "Screen Options" tab in the top right of the screen, it'll slide down and show you a bunch of checkboxes, where you should be able to make the Yoast SEO metabox visible. In the Yoast SEO metabox, click the title in the Snippet Preview, and the snippet editor will magically appear, letting you edit the title tag & meta description for that page only.
Hopefully that helps.
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 canonical tag issue
i have this site https://www.dealsmango.com/ which i have selected for canonical , but google is still selecting my old website https://www.selldealsmango.com/ , i have removed everything from old site only one page with new site link, and also put 301 redirect , but still when i click on request for indexing on google search console same error appears regarding duplicate canonical tag . what should i do? remove the canonical tag from old site which i don't want google to index, or what will be the best possible solution.
Moz Pro | | MudassirSultn0 -
Duplicate Site Content found in Moz; Have a URL Parameter set in Google Webmaster Tools
Hey, So on our site we have a Buyer's Guide that we made. Essentially it is a pop-up with a series of questions that then recommends a product. The parameter ?openguide=true can be used on any url on our site to pull this buyer's guide up. Somehow the Moz Site Crawl reported each one of our pages as duplicate content as it added this string (?openguide=true) to each page. We already have a URL Parameter set in Google Webmaster Tools as openguide ; however, I am now worried that google might be seeing this duplicate content as well. I have checked all of the pages with duplicate title tags in the Webmaster Tools to see if that could give me an answer as to whether it is detecting duplicate content. I did not find any duplicate title tag pages that were because of the openguide parameter. I am just wondering if anyone knows:
Moz Pro | | MitchellChapman
1. a way to check if google is seeing it as duplicate content
2. make sure that the parameter is set correctly in webmaster tools
3. or a better way to prevent the crawler from thinking this is duplicate content Any help is appreciated! Thanks, Mitchell Chapman
www.kontrolfreek.com0 -
Redirects, SEO and More
Website errors remittent of Chernobyl. First of all, I ask a lot of questions of the community and I don't do a lot of answering. For that, I am sorry! I own a small SEO company and the majority of my clients are upstarts just like myself. We try to do the best we can on a very limited budget.
Moz Pro | | underdogmike
With that said, the client website in question, http://bestdefensega.com has been a struggle to rank in the metro atlanta lawyer market.
Here's the story. My client is a new solo attorney that practices criminal law and personal injury law. We launched bestdensega.com to focus on criminal defense and my client has also paid AVVO for a website as well. We recently decided to make a monster website that would have 50+ pages and be representative of all that he practices.
I recently put a temporary redirect on bestdefensega.com and pointed it to the avvo website while I was rebuilding the website. I did this using a plugin.
This morning I decided that I wanted to remove the redirect, so I deactivated and deleted the plugin. The redirect is still in effect. I suspect that this may be a cacheing scenario.
How do I undo a redirect?
Also, I noticed that the AVVO site has all of a sudden shot up to the top of the search results and bestdefnesega.com has dropped past the 3rd page for our keywords. Have I lost all of bestdefensega.com's link juice? Also, bestdefensega.com has a spam score of 7. Why? There are no shady links and everything I do is on the up and up. Also Open Site Explorer says that bestdefensega.com doesn't have any inbound links.
Google WebMaster Tools says that the site has of 500 inbound links.. Frustrated, Thanks0 -
I have a new website and would like to use the keywords my competitors are using and was wondering the best way to take a look using Moz Pro?
The website is www.fapwrap.com - it's a new adult wall decals website. [editor's note: may not be safe for some workplaces] The wall decals we have are obviously a bit more niche than the bigger competitors, but I want to get into the first page to see how it helps us. I'm slowly taking over some kws like "xbox wraps" and "ps4 wraps" but those have low search volume and I feel like "wall decals" will help - though it's highly competitive. Suggestions? I just kinda want to plug in my competition and pick from their list of existing kws..... Ha.
Moz Pro | | JohnnyRoq0 -
Duplicate page title
Hello my page has this Although with seomoz crawl it says that this pages has duplicate titles. If my blog has 25 pages, i have according seomoz 25 duplicate titles. Can someone tell me if this is correct or if the seomoz crawl cannot recognize rel="next" or if there is another better way to tell google when there a pages generated from the blog that as the same title Should i ignore these seomoz errors thank you,
Moz Pro | | maestrosonrisas0 -
What do you use for site audit
What tools do you use for conducting a site audit? I need to do an audit on a site and the seomoz web crawler and on page optimization will takes days if not a full week to return any results. In past Ive used other tools that I could run on the fly and they would return broken links, missing htags, keyword density, server information and more. Curious as to what you all use and what you may recommend to use in conjunction with the moz tools.
Moz Pro | | anthonytjm0 -
Title too long
When I look at the Crawl Results for Title Too Long, I receive several pages of results. If I want to print these results as a PDF, only the first page prints. When I go to the Next Page and attempt to create a PDF of the second page of results, the PDF only contains results from the first page - which I have already printed. When I ask for a CSV of the results, I receive ALL of the results but NOT the "over by x characters" that I see in the online results and in the PDF. The "over by x characters" would be very helpful! How can I get PDF printouts of ALL pages of the results, not just the first page? Thanks.
Moz Pro | | OliverVT0 -
Canonical issue in open site explorer
When I look at my back links in OSE, I see two landing pages on my site that are really the same page. www.mysite.com/ and www.mysite.com/(affiliate code here) These show different inbound link characteristics and page authority. The page in question has a rel=canonical tag. Am I doing something wrong?
Moz Pro | | EugeneF0