From 5245af25c6d383642bdabbe8ac54622aebf444f0 Mon Sep 17 00:00:00 2001 From: Tianqi Zhang Date: Wed, 31 Aug 2022 14:54:22 +0800 Subject: [PATCH] [SEO][Rollout Monikered Canonical]Add URL moniker Enable build config to generate canonical URL with moniker --- docs/Mono.Android/en/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Mono.Android/en/docfx.json b/docs/Mono.Android/en/docfx.json index c9c3ee8b03..0f470cac68 100644 --- a/docs/Mono.Android/en/docfx.json +++ b/docs/Mono.Android/en/docfx.json @@ -61,6 +61,7 @@ "template": [], "dest": "_site", "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], + "isCanonicalUrlWithMoniker": true, "lruSize": 0 } - } \ No newline at end of file + }