Hello, I currently have two version of my e-commerce site on two separate domains/subdomains :
ht
tps://subdomain.example.com (this one is a subdomain to my main .com site)
ht
tps://example.ca (this one is not a subdomain but has Canadian TLD)
When looking for how to avoid duplicate content issues and target the proper region in search results, I keep finding examples of how to add hreflang to site subfolders :
<link rel=”alternate” hreflang=”en-us” href=”https://www.example.com/” />
<link rel=”alternate” hreflang=”en-ca” href=”https://www.example.com/ca/” />
But I'm not sure exactly what I need to add to either site if in this example I have a subdomains ?
[edited by: not2easy at 4:25 pm (utc) on Jun 18, 2018]
[edit reason] readability [/edit]