diff --git a/cli/overview.mdx b/cli/overview.mdx index 4c90eddc..f92bbb19 100644 --- a/cli/overview.mdx +++ b/cli/overview.mdx @@ -2,6 +2,7 @@ title: Checkly CLI description: 'Code, test, and deploy synthetic monitoring at scale with the Checkly CLI.' sidebarTitle: 'Overview' +canonical: 'https://www.checklyhq.com/docs/cli/overview/' --- import MainCicdCards from "/snippets/main-cicd-cards.mdx" diff --git a/docs.json b/docs.json index 7824638d..e69fcb7c 100644 --- a/docs.json +++ b/docs.json @@ -9,7 +9,10 @@ }, "seo": { "title": "Getting started with Checkly - Checkly Docs", - "description": "The Application Reliability Platform built for modern engineering teams." + "description": "The Application Reliability Platform built for modern engineering teams.", + "metatags": { + "canonical": "https://www.checklyhq.com" + } }, "favicon": "/racoon_favicon.png", "customCSS": "/style.css",