Choice of canonical URL language between the default language or a specific language in Liferay DXP 7.0 and 7.1
How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
Legacy Article
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
- Given a page with a friendly URL for en-US like "/page" and another friendly URL for es-ES "/pagina", visiting "http://localhost:8080/page" or "http://localhost:8080/pagina" will always display "http://localhost:8080/page" as the canonical URL, even if the visited page is "http://localhost:8080/pagina".
Resolution
- This is a limitation for Liferay DXP 7.0 and Liferay DXP 7.1.
- This was implemented in DXP 7.2+ as a new feature, see:
- If this feature is needed for this version, a custom development should be developed to fulfill this requirement.
- Attached to this article, a sample module for Liferay DXP 7.1 is provided as a starting point, never constituting a final solution. The aforementioned sample module comes without any support.
Did this article resolve your issue ?