SEO Title is not showing correctly in Google

#101395
  • Resolved Alexis
    Rank Math free

    Hello,

    I have a quick question for you.

    Google sees title for our home page as “Sitename: Title” instead of “Title | Sitename”….. All the other pages are okay; the only different thing is the schema. All of our pages are “article”, and our homepage is “service”. I looked around the files, and found the only difference in settings->titles, in post-type.php,

    $cmb->add_field(

    [

    ‘id’ => ‘pt_’ . $post_type . ‘_title’,

    ‘type’ => ‘text’,

    /* translators: post type name */

    ‘name’ => sprintf( esc_html__( ‘Single %s Title’, ‘rank-math’ ), $name ),

    /* translators: post type name */

    ‘desc’ => sprintf( esc_html__( ‘Default title tag for single %s pages. This can be changed on a per-post basis on the post editor screen.’, ‘rank-math’ ), $name ),

    ‘classes’ => ‘rank-math-supports-variables rank-math-title’,

    ‘default’ => ‘%title% %page% %sep% %sitename%’,

    ‘attributes’ => [ ‘data-exclude-variables’ => ‘seo_title,seo_description’ ],

    ‘sanitization_cb’ => [ ‘\RankMath\CMB2’, ‘sanitize_textfield’ ],

    and for homepage.php:

    cmb->add_field(

    [

    ‘id’ => ‘homepage_title’,

    ‘type’ => ‘text’,

    ‘name’ => esc_html__( ‘Homepage Title’, ‘rank-math’ ),

    ‘desc’ => esc_html__( ‘Homepage title tag.’, ‘rank-math’ ),

    ‘classes’ => ‘rank-math-supports-variables rank-math-title’,

    ‘default’ => ‘%sitename% %page% %sep% %sitedesc%’,

    ‘sanitization_cb’ => [ ‘\RankMath\CMB2’, ‘sanitize_textfield’ ],

    ‘attributes’ => [ ‘data-exclude-variables’ => ‘seo_title,seo_description’ ],

    ]

    If we change homepage.php to:

    cmb->add_field(

    [

    ‘id’ => ‘homepage_title’,

    ‘type’ => ‘text’,

    ‘name’ => esc_html__( ‘Homepage Title’, ‘rank-math’ ),

    ‘desc’ => esc_html__( ‘Homepage title tag.’, ‘rank-math’ ),

    ‘classes’ => ‘rank-math-supports-variables rank-math-title’,

    ‘default’ => ‘%title% %page% %sep% %sitename%’,

    ‘sanitization_cb’ => [ ‘\RankMath\CMB2’, ‘sanitize_textfield’ ],

    ‘attributes’ => [ ‘data-exclude-variables’ => ‘seo_title,seo_description’ ],

    ]

    Would it fix the problem? If not, what would fix this problem? I did enter the title manually in “Schema” tab, instead of “%seo_title%”…. it didn’t help either. I also looked into snippets PHP files, and I did not see anything there, besides pointing to this file.

    Thank you for your help,

    Alexis.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Alexis,

    ​Thank you for getting in touch with us.
    ​
    ​1. First of all, I am assuming that you have already changed the SEO Meta Title and Meta Description with the help of Rank Math:
    Add a Meta Description in Classic Editor:

    Add title and description in Gutenberg:


    ​
    ​2. Then, ensure that this is the setting in the Schema tab if Rich Snippets are enabled on your website:
    ​
    ​
    ​To reiterate, the Schema title must show %seo_title% and the description should show %seo_description% – this will ensure your SEO title and SEO Description that you set up via Rank Math can also be used for your schema details:
    ​
    ​3. The next step is to check if your title/description is properly set up in the page source:
    https://i.rankmath.com/HwXR1o

    You can use this tool for the same as well: https://www.heymeta.com/

    4. If it matches your settings, then you must check if Google has seen the changes already or not.
    ​
    For that, please check when the Google cache was updated for that page:
    a.

    b.

    If the cache date is from before adding the new meta description, then you just have to wait for Google to re-crawl and re-index the page with the new info. If the date is after you made the changes,
    ​
    ​Do note that if everything’s fine and Google still decides to show a different meta title/description for your search keyword, there is nothing you can do as Google sometimes ignores the custom meta info altogether and show something they feel it matches the search intent better.

    The best you can do is optimize your meta tags to try and match the intent of the search/keyword.

    You can read more about it here

    https://support.google.com/webmasters/answer/35624?hl=en

    This section sheds light on that:

    Why the search result title might differ from the page's <title> tag

    Hope that helps. If you have any further question(s), please let us know.

    Hello Michael,

    Thank you for your reply.

    Yes, everything is set as it supposed to be, the source, the title in the snippet, etc. However, I am not checking for the specific keywords, I’m just checking for indexed pages, I do “site:trade360.com”…. all the other pages are coming out as all right, but the HomePage. I also have another website, where the schema for the main page is “article” and the title shows up just fine. We also do not have anywhere on the website “Sitename: Title”…… Schema for this page is set to “organization”, hence my theory that because of it Google sees it as “sitename: title”….

    Hello,

    Trade360 seems to be your site brand name. It’s completely normal for Google to include your brand name in the title’s automatically – even if you deliberately leave them out from your titles.

    Here’s an article mentioning that as well.
    https://seo-gold.com/marcus-lemonis-website-seo-review/google-automatically-adds-brand-name-to-titles/

    And a link to Google’s forums with replies from Experts saying that it is like that on purpose:
    https://support.google.com/webmasters/thread/5328043?hl=en&msgid=5328043

    If you wish to know Google’s guidelines on writing Good titles, here are the guidelines straight from the horse’s mouth:
    https://support.google.com/webmasters/answer/35624?hl=en

    With that said, it largely depends on keyword intent too. For some keyword searches, your custom title might appear while for others – Google might append your brand name to the title and there is nothing you can do to force them to do otherwise. That is regardless of what SEO plugin you use.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Good morning Michael πŸ™‚

    Thank you for your reply, but it doesn’t answer my question πŸ™‚ We do have the Brand name in the title; we do not leave it deliberately out of the title …. I did all the research, and I understand what Google says, but, in my opinion, it does not apply to us in this particular case…. however, my question still remains the same:

    I believe that if I make the changes I mentioned before, it will help with this issue. Would it affect anything on your end? And why do you have it differently on the homepage than on posts? Does organization schema affect it?

    Thank you for your help,

    Alexis.

    Hello Alexis,

    Making the change is unlikely to affect anything on our end.

    You can try it and let us know if it makes a difference on your page results.

    The setting for homepage and pages are set separately given you can have your homepage set to static or dynamic in which case you wouldn’t have a specific page to modify the SEO settings on. You can find the homepage settings in Rank math > Titles & Meta > Homepage.

    Looking forward to help you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘SEO Title is not showing correctly in Google’ is closed to new replies.