Forum Moderators: open
Some programs parse spaces as +. Don't html rules say that spaces in urls should be replaced by +s? I think I've read that somewhere (w3c?), but I could be wrong. If Google doesn't consider a + to be a space I'm worried because my site has lots of urls with them.
In other words:
if I have a url like .../a-b/.. G. counts a and b as keywords, right?
.../a_b/... a_b is a keyword for G., but not a alone or b alone, right?
.../a+b/... ?????
Either papabear or pageoneresults was talking about this the other day, but most importantly I remember what they said
From what it "seems", a - separates words but _ does not, "according to google". I'll try find the thread where I read this, but for sure, definetely a question worth getting a good complete answer for.
Don't hold me to this, but I believe a-b are treated as 2 words while a_b is one.....
[yourwebsite.com...] world
interpreted as
[yourwebsite.com...]
unless you joined it with a +
[yourwebsite.com...]
About 1.5% of my users are Netscape 4.x browsers. Not sure if it is worth supporting them anymore.
I'm a bit peeved because my web site has filenames based on book titles e.g. The_Secret_History.html... I guess I could abandon that convention now, but I have over 600 old files and I'd really like to keep it consistent.
Did anybody else read that spaces should be replaced with +s? If not, I guess I dreamed it.
Spaces are also encoded as %20
so /a%20b.html should (i did say should) display the file 'a b.html'
There are rules on url encoding, search some docs to find the exact sequence (I just don't remember), but I would not bet that google would consider blue%20widget as 'blue widget'.
Try using advanced search with something like 'inurl:' (check the commands, i'm not sure here either).