• I am using the Polylang plugin. The problem occurs only on the homepage and its pagination pages.
    I removed the function in your plugin in the CanonicalUrl.php file

    private function get_home_value() {
    return home_url( ‘/’ );
    }

    Now

    site.com – link rel=”canonical” href=site.com/
    site.com/es/ – link rel=”canonical” href=site.com/
    site.com/de/ – link rel=”canonical” href=site.com/

    Need

    site.com/ – link rel=”canonical” href=site.com/
    site.com/es/ – link rel=”canonical” href=site.com/es/
    site.com/de/ – link rel=”canonical” href=site.com/de/

    Please help me

  • The topic ‘Canonical homepage’ is closed to new replies.