Three regions plus a default
Input: en-US -> https://example.com/us/ | en-GB -> https://example.com/uk/ | de-DE -> https://example.com/de/ | x-default -> https://example.com/
Output: <link rel="alternate" hreflang="en-US" href="https://example.com/us/" /> plus matching en-GB and de-DE tags, and <link rel="alternate" hreflang="x-default" href="https://example.com/" />.
Each of these tags must appear on every listed page for the signal to hold.
