Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63140, comment 3


Ignore:
Timestamp:
03/21/2025 09:05:09 AM (11 months ago)
Author:
im3dabasia1
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63140, comment 3

    initial v1  
    33Thanks for reporting this issue. I was able to reproduce the problem.
    44
    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.
     5This 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.
    66
    77However, many sites still have emojis in their URLs despite these recommendations.