Skip to content

Commit 6998c7f

Browse files
authored
Merge pull request #420 from checkly/docs/canonical-url
Fix docs canonical domain (www) + probe trailing-slash override
2 parents f53c6b5 + 22d819b commit 6998c7f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

cli/overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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/'
56
---
67

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

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)