textcorrect
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang hreflang en_USIs there a solution for this issue yet?
I have
<link rel=“alternate” href=“https://homepage/” hreflang=“en” />
<link rel=“alternate” href=“https://homepage/de/” hreflang=“de” />
<link rel=“alternate” href=“https://homepage/it/” hreflang=“it” />
<link rel=“alternate” href=“https://homepage/ar/” hreflang=“ar” />
<link rel=“alternate” href=“https://homepage/zh/” hreflang=“zh” />
But I need:
<link rel=“alternate” hreflang=“x-default” href=“https://homepage/”/>
<link rel=“alternate” hreflang=“en-CA” href=“https://homepage/”/>
<link rel=“alternate” hreflang=“en-US” href=“https://homepage/”/>
<link rel=“alternate” href=“https://homepage/de/” hreflang=“de” />
<link rel=“alternate” href=“https://homepage/it/” hreflang=“it” />
<link rel=“alternate” href=“https://homepage/ar/” hreflang=“ar” />
<link rel=“alternate” href=“https://homepage/zh/” hreflang=“zh” />Do you have a suggestion regarding how I can solve this issue?
Forum: Plugins
In reply to: [Polylang] Oxygen Pages/Templates duplicating content across variationsI have solved the issue. It appears to be because I had used All-In-One WP Migration to copy my production site back to the staging server. Basically, once I tried to configure polylang on the production server, carefully, it’s working 99% perfectly. One of the re-usable templates needs to be deleted and re-added, but that’s fine. Otherwise, I think it’s a glitch due to migrating it.