Skip to content

Comments

fix: seo issues#607

Merged
AlexAndBear merged 1 commit intomainfrom
seo-fix-2
Jan 22, 2026
Merged

fix: seo issues#607
AlexAndBear merged 1 commit intomainfrom
seo-fix-2

Conversation

@AlexAndBear
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 22, 2026 11:44
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses SEO issues by standardizing URL slugs with trailing slashes across documentation files. The changes ensure consistent URL formatting for better search engine optimization.

Changes:

  • Added trailing slashes to all slug URLs in category configuration files
  • Updated navigation links to include trailing slashes
  • Normalized capitalization in one label and description for consistency

Reviewed changes

Copilot reviewed 50 out of 50 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
versioned_docs/version-4.0/user/spaces/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/sharing/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/roles/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/ios-app/shares/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/ios-app/general/overview/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/ios-app/general/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/ios-app/files-and-folders/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/files-and-folders/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/desktop-client/windows/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/desktop-client/macos/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/desktop-client/linux/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/desktop-client/common-functionality/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/android-app/shares/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/android-app/general/overview/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/android-app/general/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/android-app/files-and-folders/category.json Added trailing slash to slug
versioned_docs/version-4.0/user/admin/category.json Added trailing slash to slug
versioned_docs/version-4.0/dev/web/testing/category.json Added trailing slash to slug
versioned_docs/version-4.0/dev/web/development/category.json Added trailing slash to slug
versioned_docs/version-4.0/admin/resources/category.json Added trailing slash to slug
versioned_docs/version-4.0/admin/maintenance/upgrade/category.json Added trailing slash to slug
versioned_docs/version-4.0/admin/maintenance/category.json Added trailing slash to slug
versioned_docs/version-4.0/admin/getting-started/category.json Added trailing slash to slug
versioned_docs/version-4.0/admin/configuration/category.json Added trailing slash to slug
src/pages/index.tsx Updated navigation links to include trailing slashes
docusaurus.config.ts Updated documentation links to include trailing slashes
docs/user/spaces/category.json Added trailing slash to slug
docs/user/sharing/category.json Added trailing slash, normalized label and description capitalization
docs/user/roles/category.json Added trailing slash to slug
docs/user/ios-app/shares/category.json Added trailing slash to slug
docs/user/ios-app/general/overview/category.json Added trailing slash to slug
docs/user/ios-app/general/category.json Added trailing slash to slug
docs/user/ios-app/files-and-folders/category.json Added trailing slash to slug
docs/user/files-and-folders/category.json Added trailing slash to slug
docs/user/desktop-client/windows/category.json Added trailing slash to slug
docs/user/desktop-client/macos/category.json Added trailing slash to slug
docs/user/desktop-client/linux/category.json Added trailing slash to slug
docs/user/desktop-client/common-functionality/category.json Added trailing slash to slug
docs/user/android-app/shares/category.json Added trailing slash to slug
docs/user/android-app/general/overview/category.json Added trailing slash to slug
docs/user/android-app/general/category.json Added trailing slash to slug
docs/user/android-app/files-and-folders/category.json Added trailing slash to slug
docs/user/admin/category.json Added trailing slash to slug
docs/dev/web/testing/category.json Added trailing slash to slug
docs/dev/web/development/category.json Added trailing slash to slug
docs/admin/resources/category.json Added trailing slash to slug
docs/admin/maintenance/upgrade/category.json Added trailing slash to slug
docs/admin/maintenance/category.json Added trailing slash to slug
docs/admin/getting-started/category.json Added trailing slash to slug
docs/admin/configuration/category.json Added trailing slash to slug

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"type": "generated-index",
"description": "Tutorials about sharing files and folders.",
"slug": "user/sharing"
"description": "tutorials about sharing files and folders.",
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description should start with a capital letter to maintain consistency with other category descriptions in the codebase, such as 'Tutorials about Spaces.' in user/spaces/category.json.

Suggested change
"description": "tutorials about sharing files and folders.",
"description": "Tutorials about sharing files and folders.",

Copilot uses AI. Check for mistakes.
@AlexAndBear AlexAndBear requested review from micbar and removed request for Copilot January 22, 2026 11:44
@AlexAndBear AlexAndBear merged commit 8201e5e into main Jan 22, 2026
2 of 3 checks passed
@AlexAndBear AlexAndBear deleted the seo-fix-2 branch January 22, 2026 11:52
@openclouders openclouders mentioned this pull request Jan 22, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants