Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Is 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?

    Thread Starter textcorrect

    (@textcorrect)

    I 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.

Viewing 2 replies - 1 through 2 (of 2 total)