Changes between Initial Version and Version 1 of Ticket #63140, comment 3
- Timestamp:
- 03/21/2025 09:05:09 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63140, comment 3
initial v1 3 3 Thanks for reporting this issue. I was able to reproduce the problem. 4 4 5 This is not considered good practice. According to Google's recommendations (https://developers.google.com/search/docs/crawling-indexing/url-structure ), having emojis in URLs is considered bad practice since they are non-ASCII characters, and non-ASCII characters generally aren't recommended in URLs.5 This is not considered good practice. According to Google's recommendations (https://developers.google.com/search/docs/crawling-indexing/url-structure#:~:text=https%3A//example.com/%F0%9F%A6%99%E2%9C%A8), having emojis in URLs is considered bad practice since they are non-ASCII characters, and non-ASCII characters generally aren't recommended in URLs. 6 6 7 7 However, many sites still have emojis in their URLs despite these recommendations.