Wordpress Title with |

platin

Junior Member
Joined
Sep 20, 2012
Messages
111
Reaction score
14
Hello guys,
i hope someone can help me with this.
I have on my wordpress site on the google overview a |.
How can i get this away
Thank you for your help.
 

Attachments

  • grader strich.jpg
    grader strich.jpg
    22.4 KB · Views: 7
It would take some work in the code of your theme, but it could be removed. I don't like using SEO plugins, but you can remove it using that as well. I think All in one SEO plugin will use it.
 
Where is the | located? If its in the title, or description, it could be in the settings part of WP or if you have a SEO plugin or theme which overrides the default WP settings, it will be in there.
 
The title separator?
Code:
%%sep%%
That's the variable for the title separator.

I think it's represented by $sep = "|"; in the code. I'm not sure if you can just remove the "|" and leave it blank, but I suppose you can give it a try.
 
ok guys i found the problem
i used the whole time all in one seo
and in the option "rewrite title" was activated, now i have it deactivated and it works.
Thank you for the tips.
 
Are you using yoast plugin? You can change it in the settings
Yeah, but Yoast only gives you the option to change it. I think OP wants to get rid of the title separator entirely (though I could be wrong).
NZxhTIM

ok guys i found the problem
i used the whole time all in one seo
and in the option "rewrite title" was activated, now i have it deactivated and it works.
Thank you for the tips.
Ah, I'm glad you got it sorted out! :)
 
Back
Top