#8765 closed defect (bug) (duplicate)
Strip ° characters from permalink
Reported by: | aronchi | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | needs-patch, reporter-feedback |
Focuses: | Cc: |
Description
If I put a "1°" in my post title, the permalinks will contain "1%c2%b0"
I think it should be stripped to "1"m without %c2%b0.
It's a problem because google doesn't follows those links, according to google webmaster tools.
I think it's not so difficult to strip down it, like it does with dollar signs and other special chars.
Change History (7)
#2
@
16 years ago
- Keywords needs-patch added
- Severity changed from major to normal
- Version set to 2.7
#6
@
15 years ago
- Keywords reporter-feedback added
I agree with miqrogroove, where does it state that these are invalid links?
encoded chars in urls are valid.
I can see a reason why I would want to retain the "1°" in my permalink. If you strip this char out, then what other chars would you strip? all non US-ASCII?
This seems like a 'wontfix' to me unless the reporter can site a specific example where Google will not crawl these urls.
Note: See
TracTickets for help on using
tickets.
Why would Google not follow those links? I've got Permalinks with Chinese characters in them, and they show up in Google just fine, percent encoding and all.