Direct booking site URLs should escape "unsafe" or "unwise" characters per RFC 3986
The URLs that are built for the Direct Booking site MUST escape characters that are considered "unsafe". This includes the pipe character ( | ), which is pretty commonly used in page titles as a separator that doesn't take up much space.
If these are not escaped, Google Travel will NOT accept the weblink. For example, one of our listings has this for the direct URL:
That should escape the | to %7C:
For reference: https://stackoverflow.com/questions/1547899/which-characters-make-a-url-invalid
-
Jenn Eddy commented
Note that this can be handled temporarily by manually escaping the characters when entering the weblink. But, the DBS should not be using URLs that might be considered unsafe by third parties.