-
Notifications
You must be signed in to change notification settings - Fork 18
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
Use canonical links #896
Labels
Comments
we can probably add the metadata here in the napari-hub/frontend/src/pages/_app.tsx Lines 94 to 102 in 36f7ce2
you just need a way to pass the URL without any query parameters |
Merged
@codemonkey800 Could you also provide a screenshot of the current behavior? I think it would make it more clear visually what the problem is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ahrefs.com/blog/canonicalization/
Canonical links is a way for us to specify the primary URL for all pages that can be derived from a single authoritative URL. This is important for the following scenarios:
https://www.napari-hub.org/?search=napari&sort=relevance&license=oss&supportedData=2D&page=1
https://www.napari-hub.org/plugins/napari-stracking?workflowStep=Object+tracking
Because of this, it's important we specify a canonical URL for each page so that it points directly to the napari hub.
The text was updated successfully, but these errors were encountered: