Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a More Effective Title Seperator for SEO purposes? | or - [closed]

Tags:

seo

What is the best separator for the title tag for SEO.

This

<title>This is a sample title - mysite.com</title>

or

<title>This is a sample title | mysite.com</title>

In Wordpress the SEO pack's default is |. What is the best separator as it relates to SEO? Why?

like image 306
coderex Avatar asked Jul 26 '09 10:07

coderex


People also ask

What is a title separator in SEO?

Most of the cases WordPress websites are using default pipe “|” character as a page title separator. You may come to pages where they recommend using one of the three characters; hyphen “-“, comma “,” or pipe “|”.

Do title tags help SEO?

Title tags are important for SEO because search engines use them to understand the contents of the page. Title tags also influence the user's decision to click on your page in the Search Results. Great page titles promote the contents of the page and incentivize users to click on them.

Do page titles affect SEO?

The page title tag is critical for SEO as it affects how Google's algorithms understand your content and rank your page. Changing your page titles leads to either a positive or negative change in your search engine rankings, visibility, and traffic for your primary target keywords.


1 Answers

I'd personally use the |, mainly because when you type - mysite.com it should be -- mysite.com (I cant type the correct dash here) as it's supposed to be an em dash, not a hyphen. But coding &mdash into a title may cause some issues.

like image 140
Rahul Khosla Avatar answered Jan 01 '23 20:01

Rahul Khosla