We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://domain.com/my-page
de
en
GET https://domain.com/my-page/en
<link href="https://domain.com/my-page/en" rel="alternate" hreflang="x-default"> <link href="https://domain.com/my-page/en" rel="alternate" hreflang="en"> <link href="https://domain.com/my-page/de" rel="alternate" hreflang="de">
GET https://domain.com/my-page/en?page=2
<link rel="canonical" href="https://domain.com/my-page/en">
i18n.canonical_query_urls: true
https://domain.com/mypage/en/page/1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given Scenario
https://domain.com/my-page
de
anden
en
Current Result
Default Request
Query Request
Desired Result
Default Request
Query Request
To Define
i18n.canonical_query_urls: true
)https://domain.com/mypage/en/page/1
)?The text was updated successfully, but these errors were encountered: