Only use the canonical / permanent URL #184
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
good first issue
hacktoberfest
help wanted
icebox
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Osprey
priority: blocker
priority: high
priority: low
priority: medium
protocol dependent
resilience
Tom's Wishlist
type: bug
type: discussion
type: error handling
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/spee.ch#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For SEO purposes, each discrete piece of content should only have a single canonical URL. Currently, in spee.ch, a piece of content can exist on up to 4 URLs:
All 4 of these pages should include a
<link rel="canonical">
tag to a single URL. That URL should be the one described by lbryio/lbry#958More on these tags here: https://en.wikipedia.org/wiki/Canonical_link_element
Additionally, we ought to consider if an outright redirect (or JS based updating of the location bar) so that users are encouraged to use one URL over another. In particular, if content is published via a channel, we probably want to encourage users to use channel based URLs.
Acceptance Criteria
Definition of Done
The URLs described by lbryio/lbry#958 are the only URLs that the app should directly send a user to and are the URLs that should be shown in all embed/share codes.
Additional URLs can resolve, but should include the canonical URL tag.
Most of this is done and live on spee.ch. Publishes are not yet using this feature. That will be part of the update-abandon PR upon which this ticket will be closed.