Forum Moderators: phranque
Is using underscore(_) in Web page name or directory name worse than using minus(-)?
The major engines will index a "-" as a space, but ignore an underscore.
So if you're trying to put keywords into URL's, you definitely want to use the dash and not an underscore, eg:-
/shiny-widgets.html (to an SE "shiny widgets")
and not
/shiny_widgets.html (to an SE "shinywidgets")
If you're not concerned with keywords being visible in the URL by SE's, then it makes no difference.
TJ
The major engines will index a "-" as a space, but ignore an underscore.I undertood.Thanks.
I wanna know if Google, MSN, DMOZ, Yahoo! differentiate b/w _ and -Most of other search engines take (most times, totally rely on) their results like Alexa(Google), AltaVista(Yahoo!), AlltheWeb(?), HotBot(?) ..
Next, I think, its wrong to consider words separated bt underscore as a single string. This is the error in their algorithm and may be, in recent future, non-major engines and directories will correct this.
I use underscores without any trouble.Well, ease of using _ is more than -