Skip to content

Commit e2f05b3

Browse files
Dgiordano33claude
andcommitted
Fix canonical base to /docs and retire the single-page probe
- seo.metatags.canonical -> https://www.checklyhq.com/docs so Mintlify's auto-generated canonicals keep the /docs mount (bare origin dropped it). Supersedes #421. - Remove the temporary trailing-slash canonical from cli/overview.mdx so it rejoins the control group. This makes every non-experiment page emit www + /docs + no-slash — the control baseline for the trailing-slash canonical experiment. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6998c7f commit e2f05b3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cli/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Checkly CLI
33
description: 'Code, test, and deploy synthetic monitoring at scale with the Checkly CLI.'
44
sidebarTitle: 'Overview'
5-
canonical: 'https://www.checklyhq.com/docs/cli/overview/'
65
---
76

87
import MainCicdCards from "/snippets/main-cicd-cards.mdx"

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"title": "Getting started with Checkly - Checkly Docs",
1212
"description": "The Application Reliability Platform built for modern engineering teams.",
1313
"metatags": {
14-
"canonical": "https://www.checklyhq.com"
14+
"canonical": "https://www.checklyhq.com/docs"
1515
}
1616
},
1717
"favicon": "/racoon_favicon.png",

0 commit comments

Comments
 (0)