Forum Moderators: open
So I was wondering, if there is an other way to separte these two words in the folder name. It should be separted so that Google will notice the two words.
(For exampe: a search in Google returned about the same results for "w1;w2" and "w1 w2", but they are completly different for "w1_w2"). So I just decided to separate them with a semicolon.
Now, today I checked the stats with webalizer, and it can't read the folders separated (leaving away everything that comes after the ";". (The site is not registered in Google yet, so I don't know its effect!)
Do you know of a working way?
Thanks!
--
globay
For what it's worth GoogleGuy prefers hyphens:
[webmasterworld.com...]
though the file's name, title and text contain key_word google can't find the word key or word!
test [google.de]
Basically I wanted to know now I could replace "-" while still getting the same results!
--
globay
I have a file called mt_widget (named before I understood how Google parses filenames) and a newer one (on a different topic) called mt-widget-winter. Doing an "allinurl:mt widget" search returns the hyphenated file and not the one with underscores.
Note that the search showed no results with an underscore, but several with a space represented as %20 (something that was discussed in another thread recently).
would it be a good idea to change them all to hyphens?
and if it is a good idea is the best way to do this redo the entire structure of the page with these, but also leave the underscore files on the site all pointing to the new hyphenated urls? that way the pages do not come up as missing.
the one thing i would fear is getting in trouble for having duplicate content.
I am asking myself that very question! More specifically, is it worth it?
I have changed one filename as a test, using a 301 Redirect Permanent in my .htaccess file, and it works. It would not be too difficult to write a sed script that would change the URLs in all my files and add appropriate lines to my .htaccess.
Since I am thinking of other potential modifications of my file nameing I am doing nothing right now, other than using hyphens in new filenames.