• I’ve selected a Title separator, but the past few days, it fails to appear. Neither in the snippet, nor on Google. So for example, here’s how a piece would appear “Top 10 Plugins Yoast” rather than “Top 10 Plugins – Yoast”.

    Anyone facing this issue, what steps can I take?

    Thanks in advance.

    https://ww.wp.xz.cn/plugins/wordpress-seo/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same issue. Any luck in finding out why this won’t work?

    I have seen a couple of unanswered posts about this but haven’t seen an answer. My site won’t even add a space, so it ends up looking like “Page TitleSite Name”

    my URL is HERE

    In my custom theme, the header.php title looks like this:

    <title><?php
    global $page, $paged;
    wp_title( '|', true, 'right' );
    bloginfo( 'name' );
    $site_description = get_bloginfo( 'description', 'display' );
    if ( $site_description && ( is_home() || is_front_page() ) )
        echo " | $site_description";
    if ( $paged >= 2 || $page >= 2 )
        echo ' | ' . sprintf( __( 'Page %s' ), max( $paged, $page ) );
    ?>
    </title>

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

The topic ‘Title separator not working’ is closed to new replies.