Take a search engine as a human,
for example if you are using a url like following for an about us section for you site.
http://yoursite.com/pageid
or if you use
http://yoursite.com/aboutu
the above is called as a clean url or search engine friendly....
the same thing is with a + and -
Hypen makes more sense and GoogleBot ( Google's Web Crawling Robot Programe) is written like that
so it is good to follow them.
i hope, i answered you...let me know for any other concern
Main Topics
Browse All Topics





by: Hube02Posted on 2009-04-07 at 05:12:06ID: 24086337
I would suggest that you go with the - rather than the +. For one thing, google is correct, they are the ones that crawl your site. The second matter is that the + is considered a special character in url query strings and can represent a space in a parameter as in
e
somepage.php?name=my+nam
using a + in your url could cause problems, however, I have not actually tested this so I can't say it is a certain that it will cause trouble.