Skip to content

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

Open
tchebb wants to merge 1 commit intojeffreytse:masterfrom
tchebb:fix-rel-canonical
Open

Revert "fix: document does not have a valid rel=canonical"#132
tchebb wants to merge 1 commit intojeffreytse:masterfrom
tchebb:fix-rel-canonical

Conversation

@tchebb
Copy link
Copy Markdown
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.

1 participant