Skip to content
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

Allow the site to be accessed via a French domain #2277

Open
jobara opened this issue Oct 22, 2024 · 3 comments
Open

Allow the site to be accessed via a French domain #2277

jobara opened this issue Oct 22, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jobara
Copy link
Collaborator

jobara commented Oct 22, 2024

Is your feature request related to a problem? Please describe.

While the site is localized in French/LSQ and English/ASL, the domain is only in English. The request is to be able to access the site also from https://connecteuraccessibilite.ca

Describe the solution you'd like

Describe alternatives you've considered

An additional option would be for the site to always use the French domain when the language is French/LSQ and the English domain when the site is English/ASL. However it would be more complicated to switch between languages and may also be confusing for users as it may appear to be changing to a different site. Another potential issue is that the session wouldn't automatically transfer over and would require the user to log in again if the session couldn't be passed along.

Additional context

@marvinroman has done some investigation into this with regards to using nginx configuration and custom middleware.

There's also the possibility of using something like https://github.com/gecche/laravel-multidomain

@jobara jobara added enhancement New feature or request help wanted Extra attention is needed labels Oct 22, 2024
@jobara jobara added this to the 1.5.0 milestone Oct 22, 2024
@jobara
Copy link
Collaborator Author

jobara commented Oct 24, 2024

@greatislander mentioned that having the two alias urls as described above would likely affect SEO. His suggestion instead is to have a bilingual url such as https://tae-ca.ca which the existing https://accessibilityexchange.ca redirecting to https://tae-ca/en and https://connecteuraccessibilite.ca/ redirecting to https://tae-ca/fr. In this way there is a single canonical domain name.

@marvinroman
Copy link
Contributor

Yeah having aliases instead of dedicated domains would likely affect SEO. I was assuming most of the site is behind a login screen so SEO wouldn't be super important but that assumption might be wrong.

@jobara
Copy link
Collaborator Author

jobara commented Oct 31, 2024

@greatislander mentioned that having the two alias urls as described above would likely affect SEO. His suggestion instead is to have a bilingual url such as https://tae-ca.ca which the existing https://accessibilityexchange.ca redirecting to https://tae-ca/en and https://connecteuraccessibilite.ca/ redirecting to https://tae-ca/fr. In this way there is a single canonical domain name.

Waiting to hear back from Erick regarding this approach with a bilingual url.

@jobara jobara modified the milestones: 1.5.0, 1.6.0 Nov 11, 2024
@michelled michelled removed this from the 1.6.0 milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

3 participants