My question is quite similar, but not exactly matching what I found here: Internationalize target country for SEO using language url path
The only difference is that the default (only) language (Italian) does not match the domain localisation. My business is located in UK and my MVC application is hosted on a ".uk.com" domain. The website is for a software exclusively created for Italian customers, and is intended to be targeted for Italy only.
From a SEO perspective, I have configured the routing to use sub-directories like "www.mysite.uk.com/it", but I suspect that the default URL "www.mysite.uk.com" should be localised for Italy as well.
If so, what is the best approach to achieve this in MVC?
Thanks in advance.