URL Localisation

URL Localisation

EdwinSNT
Visitor
2 0 0

Hi, I recently implemented a replays app which has shown me that customers who are visiting the site from different markets outside Australia, specifically the US are being shown product URL with /en-us/products/xxxxxx in the URL which shows an error page. Remove the URL en-us and it shows the correct product. When I try to find how the customers land on that page I cannot figure it out. Is there a way to remove the en-us from the link so that customers actually get shown the products and not an error page?

Screenshot 2024-12-29 at 1.49.44 PM.png

 

Thanks 

Edwin

Replies 2 (2)

Bundler-Manuel
Trailblazer
557 26 67

Hello Edwin @EdwinSNT  you can start by trying the following steps

  • Log in to your Shopify admin panel.
  • Navigate to Settings > Markets.
  • Click on Preferences.
  • Under Automatic redirection,ensure both Country/region redirection and Language redirection are disabled.
  • A cached version of the redirect rule might be causing the issue.Clear your browser cache and cookies, then try accessing your website again.
  • Certain apps might have built-in localization features. Deactivate any apps related to language or markets and see if the redirects stop.
  • If you've customized your theme code, there might be a snippet that triggers localization redirects. Search for code related to locale or geolocationand consider removing them if they seem unnecessary.

If these do not work then I suggest either reaching out to Shopify Support directly or looking to see if there’s a particular page or section causing the issue and then temporarily removing it.

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
EdwinSNT
Visitor
2 0 0

No, this didn't work. I'm using ninja 404 redirects and its showing traffic to localised links still happening