Skip Navigation

Waiting for author

Reported for: WooCommerce Multilingual & Multicurrency 4.12.6

Overview of the issue

You can set WooCommerce products to use translations if available or fallback to the default language by going to WPMLSettingsPost Types Translation. However, when you enable this Translatable option on a site that also uses Rank Math SEO, you may get a ERR_TOO_MANY_REDIRECTS error when trying to access a product in the secondary language that’s not translated.

Workaround

This issue is related to the Remove Base option from Rank Math SEO which is available by going to Rank MathGeneral SettingsWooCommerceRemove Base. Our team is still investigating the issue to find a definitive solution. For now, as a workaround you can either:

  • Make a full backup of your site before proceeding.
  • Add this code into your theme’s functions.php file:
    /* Filter to disable custom product redirection. */
    add_filter( 'rank_math/woocommerce/product_redirection', '__return_false' );
    

2 Respostas para “Rank Math SEO - ERR_TOO_MANY_REDIRECTS error on WooCommerce products”

    • Hello!
      The problem is investigated by the Rank Math SEO plugin authors.
      You can use the workaround that is supplied here as this is what they have recommended to us.
      Perhaps it would be a better idea if you can open a ticket in their support forum at let them know that you have the issue as well and ask for a better fix.

Deixar uma Resposta

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

Você pode usar estas tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>