Skip to content

Commit 02d52af

Browse files
Dgiordano33claude
andcommitted
Set global canonical base to www.checklyhq.com
Add seo.metatags.canonical so Mintlify emits canonical URLs on the www apex. Live pages currently emit `https://checklyhq.com/docs/...` (bare domain), which 301s to www — a non-self-referential canonical. This fixes the domain for every docs page in one line. Note: Mintlify appends each page's path without a trailing slash, so the canonical becomes www + no-slash (still a single 308 to the served trailing-slash URL). The trailing-slash question is probed separately. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f53c6b5 commit 02d52af

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
},
1010
"seo": {
1111
"title": "Getting started with Checkly - Checkly Docs",
12-
"description": "The Application Reliability Platform built for modern engineering teams."
12+
"description": "The Application Reliability Platform built for modern engineering teams.",
13+
"metatags": {
14+
"canonical": "https://www.checklyhq.com"
15+
}
1316
},
1417
"favicon": "/racoon_favicon.png",
1518
"customCSS": "/style.css",

0 commit comments

Comments
 (0)