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
-
Drupal 8 tags and categories cause duplicate content shown in MOZ
Hi all, There is something difficult to trace that is causing duplicate content that is related to categories and tags i.e. https://example.com/contact Associated Pages https://example.com/tags/business https://example.com/taxonomy/term/41 example 2 https://example.com/category/example-category-1 Associated Pages https://example.com/category/occupiers-liability example 3 https://example.com/tags/test https://example.com/tags/test-2 Above two pages display same content (maybe due to similar posts feature) My question here is: Is this caused by Drupal website misconfiguration (or one of its modules) since website uses similar posts feature or it's something else. Duplicate content for example.com/index.php issue has been solved by redirects. Should something similar be done in case of tags / categories? Any discussion / suggestions on that matter are greatly appreciated. Thank you.
Moz Pro | | Optimal_Strategies0 -
What all other SEO tool (along with Moz) are you using at your company / SEO Agency / Marketing Agency?
Hello Folks. Let me put it this way. Moz is great. especially, this community of like minded people. But, when it comes to Moz tool's features- it has its own Pros and Cons. And, that's what force us to add other tools to our tool kit. So, just wanted to know what all other SEO tools you use and why??? Let me start this by answering this question: I use SERPed.net as my other SEO tools suite. And the reasons are: It offers 40+ SEO tools ( Few are similar to the ones that I get with Moz, but the other ones that I don't get in Moz are real good. For ex: **Site Auditor Pro, Mobile **Prospector) Along with showing data for their metrics and algos, they pull data from- SEMrush and Majestic SEO. So, I don't need to have subscription of these 2 tools and still I get the data from them. A big money saver 🙂 Let's start this interesting thread 🙂
Moz Pro | | w1t1 -
404 errors High Priority Issues in Moz Pro: change to 301 or not ?
Hi there, Moz Pro is showing us 404 errors on our site as High Priority Issues. These 404 errors regard deleted product pages, which we did not 301. Should we 301 them all backwards ? We have an ecommerce site. After reading How Should You Handle Expired Content? on Moz and a few other Q&A discussions I now know we should 301 each expired url and now we do so. My concern is with what was done in the past, and what we should do about it: for the past few years we have been leaving the pages on the site, creating a big amount of outdated url's without either content nor traffic in march our IT decided to delete these url's, and ask for a webpage removal in Google Search Console: we 301 only a 40 url's and 404 the other 3500 now 6 monthts after, we still have 2500 crawl errors in the Search Console, and Moz Pro finding each week new 404 errors Our SEO consultant says we should not bother about the errors shown in the Search Console. But I am concerned about these errors not reducing, and about Moz Pro High Priority Issues: should we 301 the url's to similar categories or products?
Moz Pro | | isabelledylag0 -
Meta Tag Descriptions not being found in Moz Crawls
Hey guys, I have been managing a few websites and have input them into Moz for crawl reports, etc. For a while I have noticed that we were getting a gratuitous amount of errors when it came to the number of missing meta tags. It was numbering in the 200's. The sites were in place before I got here and a lot of the older posts no one had even attempted to include tags, links of the page or anything. As they are all Wordpress Sites and they all already had the Yoast/Wordpress SEO plug-in installed on them, I decided I would go through each post and media file one at a time and update their meta tags via the plug in. I personally did this so I know that I added and saved each one, however the Moz crawl reports continue to show that we are missing roughly 200 meta tags. I've seen a huge drop off in 404 errors and stuff since I went through and double checked everything on the sites, however the meta tag errors persist. Is this the case that Moz is not recognizing the tags when it crawls because I used the Yoast Plugin? Or would you say that the plugin is the issue and I should find another way to add meta tags to the pages and posts on the site? My main concern is that if Moz is having issues crawling the sites, is Google also seeing the same thing? The URLS include:
Moz Pro | | MOZ.info
sundancevacationsblog.com
sundancevacationsnews.com
sundancevacationscharities.com Any help would be appreciated!0 -
Why is my site not ranking?
I have done various link building strategies, and used all white hat seo methods. SEOMoz even shows that my site is better than all my competition, but yet it doesn't rank ANYWHERE on Google. Can someone point me in the right direction as to why this is happening? I have attached the opensitexplorer screenshot showing my competition. 2013-02-13_1456_zpsb86ab0e1.png
Moz Pro | | locallyrank0 -
To Many Links on site
I've had an issue with to many links on the site. My drop down menu, secondary footer and footer. The report told me that I had 253 links on each page. I then programmed my secondary footer to dynamic and ran a crawl and my links reduced accordingly to 201. Then turned the footer into dynamic and ran a crawl with my links increasing to 1500. This also happened between each phase but en went away. Oddly enough, my domain authority increased as well as other factors in the crawl report. This too many links thing is driving me crazy. Please provide some guidance.
Moz Pro | | CHADHARRIS0 -
Reports for page titles
Is there a report I can run on SEOmoz that shows me the page titles for all pages on my website, along with the link to each page?
Moz Pro | | TalarMade0 -
Any SEO moz users notice a HUGE change in OSE (Open Site Explorer) link data numbers?
Hi All, I am having some serious concern with OSE data recently for numerous clients, one client I want to talk about today has the following data from OSE for the month of August 2011 compared with July 2011: Total links to the domain: (decrease of around 100,000+)
Moz Pro | | ColumbusAustralia
External Followed links: (decrease by around 5,000)
**Linking Root domains: (decrease of over 60) ** The crazy thing is that the domain authority has actually gone up by around 5 points for this client even though every thing has suddenly gone down? Also funny thing is we have been link building quite strong for this client over the last 12 months using only high quality sources from out niche. I am worried that their is serious issues with the data, I realise we saw some updates to OSE recently yet I am suprised it can be this drastic. Kind Regards. PSV1