I'm new to Craft. I've the following questions about locales for a international company.
Configuration could look like this:
'siteUrl' => array(
'en' => 'domain.com/en',
'en_us' => 'domain.com/us'
'it' => 'domain.com/it',
'de' => 'domain.com/de',
'es_es' => 'domain.com/es',
'es' => 'domain.com/es'
)
I want to have a generic international version, without any slug, in English. How am I supposed to configure that?
I want the same contents for Spain and other Latin countries but I want to distinguish locales, to target at least Spain specifically. Do I need to create a locale or just use the correct
hreflangin HTML?
'en' => 'domain.com'? – Brad Bell Jul 21 '17 at 18:16