Forum Moderators: Robert Charlton & goodroi
[edited by: aakk9999 at 1:43 pm (utc) on Jun 24, 2016]
[edit reason] No specifics please - removed wordpress plugin URL [/edit]
Shouldn't there be just one default (primary) post?
1: hreflang to 2/3/4/5
In fact it should be
1: to 1/2/3/4/5
in Spanish independent of region (http://www.example.com/es/ )
in English targeted towards Aussie users (http://www.example.com/au/ )
page in English independent of region (http://www.example.com/ )
So the head section of the Spanish page will have
<link rel=”canonical” href=”http://www.example.com/es/” />
<link rel=”alternate” hreflang=”es” href=”http://www.example.com/es/” />
<link rel=”alternate” hreflang=”en-AU” href=”http://www.example.com/au/” />
<link rel=”alternate” hreflang=”en” href=”http://www.example.com/” />
The English page targeted towards Aussie users will have
<link rel=”canonical” href=”http://www.example.com/au/” />
<link rel=”alternate” hreflang=”es” href=”http://www.example.com/es/” />
<link rel=”alternate” hreflang=”en-AU” href=”http://www.example.com/au/” />
<link rel=”alternate” hreflang=”en” href=”http://www.example.com/” />
<link rel=”canonical” href=”http://www.example.com/au/” />
<link rel=”alternate”