Do certain spiders/robots remove spaces from filenames and hence should spaces in filenames be avoided in websites?
Do certain spiders/robots remove spaces from filenames and hence should spaces in filenames be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I once learned that I should avoid mixing upper and lowercase as well as special chars (use only ASCII) and spaces. Since in the URL they may need to be escaped – hard to type manually (for testing) and likely to be overseen.
You might have as well problems with some weird bots not working correctly, but I’m not aware of one.