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

Revert "fix: document does not have a valid rel=canonical" #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tchebb
Copy link
Contributor

@tchebb tchebb commented Oct 2, 2023

The SEO plugin adds a rel="canonical", so when it's enabled this makes us emit multiple, which isn't allowed. When the SEO plugin isn't enabled, it's fine not to emit a rel="canonical", since that tag exists only for SEO.

Additionally, the value of this canonical tag is wrong. It always points to the root of the site, but it's supposed to point to the main URL of the current page.

This reverts commit f75cca2.

This contribution is on behalf of my company.

The SEO plugin adds a rel="canonical", so when it's enabled this makes
us emit multiple, which isn't allowed. When the SEO plugin isn't
enabled, it's fine not to emit a rel="canonical", since that tag exists
only for SEO.

Additionally, the value of this canonical tag is wrong. It always points
to the root of the site, but it's supposed to point to the main URL of
the current page.

This reverts commit f75cca2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant