Forum Moderators: Robert Charlton & goodroi
how do you stop dupe content issues for an international domain in English when you have regional domains in English?
In terms of best practices, country-level domains are the way to go.
The problem with this is that for English language, the .com international version will still compete with them.
<link rel="alternate" href="https://example.co.uk/" hreflang="en-gb" />
<link rel="alternate" href="https://example.com.au/" hreflang="en-au" />
<link rel="alternate" href="https://example.com/" hreflang="en" />
Andy, have you used this yourself and seen it work?