Is there any possibility that you could
Is there any possibility that you could use a worker or other sort of transform rule to either remove the spaces before storing or rewrite the url while in transit?
5 Replies
Yes, that's what I'm doing now to avoid the issue, but I would prefer to resolve the issue if possible – or know definitively that spaces aren't supported for some reason (which you'd think should be documented/acknowledged somewhere...?)
Honestly, it's just sort of standard practice to avoid spaces in Linux, web stuff etc...
I'd strongly recommend doing what you can to remove them altogether from your application's workflow
You can use hyphens, underscores, CamelCase etc
I like lowercase with hyphens. Google does too. https://developers.google.com/search/docs/crawling-indexing/url-structure?hl=en&visit_id=638355689029320455-3874879255&rd=1
Google for Developers
Google URL Structure Guidelines | Google Search Central | Documen...
It's a good idea to keep your site's URL structure as simple as possible. Learn more about the URL format recommended by Google, such as the use of hyphens, underscores, and domain structure.
Stack Overflow
Hyphen, underscore, or camelCase as word delimiter in URIs?
I'm designing an HTTP-based API for an intranet app. I realize it's a pretty small concern in the grand scheme of things, but: should I use hyphens, underscores, or camelCase to delimit words in th...
What’s the particular reason there are spaces in the name? (You aren’t letting end-users name your files, are you?)