When I Google our company's name I get a much shorter title tag then when I search for a keyword that we rank for. The correct title tag shows when I look for our company through keywords but not when I search the company name (the same home page shows up but with different title tags).
I figured the title might be echoing the WordPress name but when I changed it in the WordPress settings, forced Google to index and waited a few days the title was still wrong.
I also checked the source code and the correct title tag is displayed in there.
I use Yoast plugin and have a title tag for our home page so that is not the issue. I also looked at header.php and the only two chunks of code that I found related to the title were:
<title><?php wp_title(''); ?></title>
and
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" title="no title" charset="utf-8">
I should also add that my understanding of php/java etc is very limited.
Any help would be appreciated.
When I Google our company's name I get a much shorter title tag then when I search for a keyword that we rank for. The correct title tag shows when I look for our company through keywords but not when I search the company name (the same home page shows up but with different title tags).
I figured the title might be echoing the WordPress name but when I changed it in the WordPress settings, forced Google to index and waited a few days the title was still wrong.
I also checked the source code and the correct title tag is displayed in there.
I use Yoast plugin and have a title tag for our home page so that is not the issue. I also looked at header.php and the only two chunks of code that I found related to the title were:
<title><?php wp_title(''); ?></title>
and
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" title="no title" charset="utf-8">
I should also add that my understanding of php/java etc is very limited.
Any help would be appreciated.
I think that your title is too long. That's why, Google has truncated it. However, if it's not the case, try resubmitting your sitemap.
Also, keep in mind that Google modifies the title according to what you're looking for.