-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unnecessary redirects for multilingual pages with user-friendly URLs #731
Comments
@fredericalpers
2. Your desire:
|
@yeneastgate yes, we need to eliminate the interim redirection, to always redirect to the final user-friendly URL. The step in between is bad for SEO. In the video it seems to be working fine :) thank you |
@fredericalpers so I need a day to implement and test it. Thanks! |
@fredericalpers I created a PR for this issue. Please take a look at my video demo. Thanks! cmt_731.mp4 |
@yeneastgate the video result looks good! is there any chance you can test it with the chrome browser extension Link Redirect Trace and comment the results here aswell? Thank you in advance :) |
@fredericalpers Okay, I will record a video and send it back later. |
@fredericalpers Here is my video test with the Chrome browser extension. chrome_extension.mp4 |
Initiative
Multilingual SEO optimization
Epic
URL structure enhancement for language switch
User story
As a real estate agent aiming for optimal SEO ranking and user-friendly URLs, I want the URL redirection during language switches to be seamless and consistent. Currently, the language switch causes unnecessary redirections and inconsistent URL structures, potentially impacting the SEO ranking.
The current implementation of URL redirection during a language switch results in suboptimal outcomes. Transitioning from German to English involves an interim redirection to a URL without the complete path, followed by another redirection to the final user-friendly URL.
(From DE ⟶ EN):
www.test.de/detail/1234-haus-am-see/ ⟶ www.test.de/en/detail/1234/ ⟶ www.test.de/en/detail/1234-house-by-the-lake/
(From EN ⟶ DE):
www.test.de/en/detail/1234-house-by-the-lake/ ⟶ www.test.de/en/detail/1234/ ⟶ www.test.de/detail/1234-haus-am-see ⟶ www.test.de/detail/1234-haus-am-see/
This behavior needs enhancement to eliminate unnecessary redirects and enhance the SEO-friendliness of the website.
Tasks
The implementation of this change aims to ensure that URL redirection during language switches on my real estate website works seamlessly, contributing to optimal SEO ranking and improved user experience.
The text was updated successfully, but these errors were encountered: