Jump to content

Dash or Underscore?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
What is the best option for SEO? Use a dash or an underscore?

I'm using WordPress and it uses dash, and as I can see vbSEO too uses dashes, but is this the best way for SEO?

Thanks.

#2
CygnetGames

CygnetGames

    Programmer

  • Members
  • PipPipPipPip
  • 119 posts
Yes, dashes are the way to go.

If you have a url: www.my-website.com/some-page.html
Then google will pick out the keywords from this: my, website, some, page.

But if you do the same thing with underscores: www.my_website.com/some_page.html
Then google will only pick out: my_website, some_page

I have no idea why google does this, but it does. You can test it for yourself - google for: test_this_out and the google for: test-this-out. With dashes, you find pages containing all the words, but with underscores you only get pages containing the words separated by underscores.

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Yes, you are right.. never noticed that actually, thank you very much for helping me.... interesting and strange too!