Website Title Appears Twice in Search Engine List
Hi,
The title of my website, Real Brown Girls appears twice when searched on google (Home-Real Brown GirlsReal Brown Girls). Any help on resolving this would be much appreciated.
Thank you!
Real Brown Girls
Comments
<title itemprop="name"><?php
if( mfn_title() ){
echo
mfn_title();
} else {
global
$page, $paged;
wp_title(
'|', true, 'right' );
bloginfo(
'name' );
if ( $paged
>= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'betheme' ),
max( $paged, $page ) );
}
?></title>
I edited/changed name to Real Brown Girls, but that didn't work.
there is no need to modify any theme files because all works properly. You just set something wrong in the back-end. You may set title for page via external SEO plugin like Yoast and also you got site title under Settings > General section and this is the reason why title appears twice.