Forum Moderators: Robert Charlton & goodroi
example.com/dir/Keyword1,Keyword2,123.html
In fact this entire directory was formatted with commas.
I have never seen this done before and wondered who had taught them to do so?
Obviously there's nothing much wrong since they rank well for many terms...it just looked so weird to my eyes!
Call up a friend, and read them this link: test.example.com/space_or underscore.html [test.example.com]
Underscores can 'hide' beneath the link underline, and look like spaces.
Jim
Why avoid underscores?
Underscores are also not taken unambiguously as a "separator" character, even by today's search algos. They cannot be, because they are also part of many technical names that are searched for.
Want to see the difference in action? Do a google search for "_" and you get 454 million results. Do a search for "-" or "," or "+" and you see zero results.
Do a search for
[_add] and for [add_]for example to find functions for adding up, and note that there's no results for Attention Deficit Disorder in there. Note that those two results are completely different to each other. See that the results for [add] are completely different again. The only time I use underscores in filenames is when they are for installers and other temporary files - files that the user would remove immediately after setting up the functions on their website. In this case, the filename begins with an underscore which makes it appear at the very top of the list in the FTP or SSH window.
_install.php
_README.TXT
_upgrade.php
afile.php
otherfile.php
somefile.php
thatfile.php
thisfile.php The instructions would say: Once installed, remove all filenames with an underscore from the server.