Long title problem
-
I'm getting an incredible number of 4xx errors and long titles from a small website (northstarpad.com); over 13k 4xx errors and almost 20k "title element is too long". The number keeps climbing, but the site shouldn't have more than a couple hundred pages. When I look at the 4xx errors they are clearly being generated by some program since they have multiple and repeating keywords.
Here's an example:
I looked at the ftp files and plugins and couldn't see anything that could cause it, but I'm a beginner so no surprise there. Any suggestions where to look or how to fix this?
-
Looks like a problem with Wordpress. Are you using any SEO Plugins like Yoast or something ? I'd suggest reaching out to your Wordpress Guy and have them look into it. It's clearly an issue, and needs to be fixed. You can also download Screaming Frog SEO Spider and crawl your website with it to see where Google is finding these links from. It could also be an issue with your Theme or Permalinks. These are the only areas I can think of. You are using the latest version of Wordpress, so you are good from that point of view. So has to be a Plugin, Theme or your Permalinks settings.
-
Thanks a bunch Nakul! I'll let you know if any of your suggestions help me find the problem.
-
I crawled the site with Screaming Frog and it only showed 475 pages instead of the 57k+ from Moz, and none of them had 404 errors. Is it possible that Moz is crawling our WordPress pages? I looked in our settings for a way to exclude that URL, but couldn't see where to do it.
We'll also try deleting/reinstalling the All in One SEO pack to see if that helps.
-
The root of your issue is that there are links that are coded incorrectly
--> http://screencast.com/t/ndeKw3PL
which is resulting in infinite crawling of pages that do not really exist, and thus the same duplicate/long title tags.
For example this page is a good URL: http://northstarpad.com/category/business-portrait-metro-detroit/
But as shown in my screenshot the "Pet Photography" image links to: http://northstarpad.com/category/business-portrait-metro-detroit/pet-photography// which is a bad URL and NOT http://northstarpad.com/pet-photography/ which is where it should link.
Essentially your links should be "absolute" URLs (which show the full file path) not "relative"
--> http://screencast.com/t/koL5QX9B
You'll need to pass this to a web dev who knows how to edit your WordPress theme files.
-
I just wanted to clarify that the SEO plugin has nothing to do with this, and also turning all in one on/off will probably not fix anything.
Either you may have the free version of Screaming Frog which limits to 500 URLs, or you may need to adjust crawl settings - my crawl definitely was heading towards the 57k

-
Thanks a bunch Dan! I'm still clearly a neophyte, but am learning as I go so I appreciate your detailed responses. I'll get someone to work on the URLs right away.
It's also good to know Screaming Frog's limitations for the freebie.
-
Hello Dan,
I've sent your message to a few web developers who apparently don't have a clue. Any suggestions on someone who could fix this?
Thanks!
-
I can point you towards the best places online to find wordpress developers;
- https://clarity.fm/browse/technology/wordpress
- https://www.odesk.com/o/profiles/browse/skill/wordpress/
- http://premium.wpmudev.org/blog/find-wordpress-developer-designer/
Try those!
-
Thanks!