skip to Main Content

Please help me out here people so that I can give a middle finger to the small firm where I was the sole web developer, from which I was sacked after only 2 days into a trial.

So, for just an afternoon, they asked me to look into their SEO markup. Which I did.

They were using Magento, and using subdomains with separate instances to market a slightly different product set and slightly different pricing to different countries under au.subdomain, uk.subdomain, can.subdomain etc. Pants way of doing it I know but I’m thinking heyho, let’s see what I can do.

To try and avoid their content being considered duplicate by search engines, they were using link tags pointing to alternates with hreflang pointing to language codes, for example en_GB, en_US to point to their respective UK and US sites on each of their pages on each of their subdomains, where relevant.

This wasn’t completely new to me, but in terms of internationalised sites was a little alien because the approach I took with Drupal was different.

Nevertheless, I looked into it, and decided their approach was wrong. Because their situation was region-centric and not language-centric.

I tried to explain that to them, that while yes it’s possible to specify a region alongside a language, it indicates a regional variant of a language, not a language and the region which you are targeting. I.e. you could be speaking British English in the USA.

I was told I was wrong, that this was an industry standard way of approaching the situation, and that my understanding was dated.

The next day I was fired because apparently my SEO technical understanding wasn’t up to scratch.

You know when you think surely what I said was right but you doubt yourself?! Would appreciate any thoughts, was I right? ☹️

2

Answers


  1. The definition of hreflang says it uses BCP47 tags, which clearly defines region subtags as regional linguistic variations.

    This says you’re technically correct on the semantics of hreflang; it doesn’t say anything about whether you’re correct on the way it is used as standard in the SEO industry (on which I have no insight).

    Login or Signup to reply.
  2. I don’t know about SEO, but the way that I would target sites to different regions would be by using IP address, and rather than having different sites (which would be harder to maintain anyway), I would use translation functionality (e.g. Angular Translate) to target them to regions. The different sites could also convert between currencies, or get prices by region, once the IP address has been detected. So their entire approach is wrong.

    And I agree that en-GB is meant to target speakers of British English, who may be anywhere, not the region where en-GB is the majority language.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search