DOC-3497 - Fix self-referencing canonical URLs on v5 pages#4118
Closed
kemister85 wants to merge 1 commit intotinymce/5from
Closed
DOC-3497 - Fix self-referencing canonical URLs on v5 pages#4118kemister85 wants to merge 1 commit intotinymce/5from
kemister85 wants to merge 1 commit intotinymce/5from
Conversation
…d in later versions Pages renamed or split between v5 and v6+ have self-referencing canonical URLs because Antora cannot match their page IDs to a v8 equivalent. This causes Google to treat legacy pages as authoritative, ranking them above current documentation. Adds :page-canonical-url: attributes to 14 affected pages pointing to their latest equivalents.
This was referenced Apr 27, 2026
Contributor
Author
|
Closing in favour of #4126, which uses The The correct Antora mechanism is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
DOC-3497 / TINY-14151
Site
Changes
Adds
:page-canonical-url:attributes to 14 pages on thetinymce/5branch that were renamed or restructured in v6+. These pages currently have self-referencing canonical URLs because Antora cannot match their page IDs to a v8 equivalent, causing Google to treat them as authoritative and rank them above the current documentation.Framework integrations (8 pages):
react.adoc→/latest/react-cloud/vue.adoc→/latest/vue-cloud/svelte.adoc→/latest/svelte-cloud/webcomponent.adoc→/latest/webcomponent-cloud/rails.adoc→/latest/rails-cloud/django.adoc→/latest/django-cloud/bootstrap.adoc→/latest/bootstrap-cloud/laravel.adoc→/latest/laravel-tiny-cloud/Plugin/feature pages (6 pages):
paste.adoc→/latest/copy-and-paste/quick-start.adoc→/latest/cloud-quick-start/spellchecker.adoc→/latest/spelling/noneditable.adoc→/latest/non-editable-content-options/template.adoc→/latest/advanced-templates/export.adoc→/latest/exportpdf/Each change is a single metadata line addition; no content changes.
Companion PR: #4119 (v6 branch — 2 pages)