From 5502c162e25a0bf44b68826af2fb55329c8c8987 Mon Sep 17 00:00:00 2001 From: hhimanshu <6589036+hhimanshu@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:15:23 +1200 Subject: [PATCH] fix: use only the docs.truecalc.app token in BingSiteAuth.xml Bing rejected verification with 'Incorrect authentication key' while the file held two entries, even though the required token was present and the file was served correctly to bingbot. Bing reads the first element rather than matching against all of them, so the previous token shadowed the one being verified. Drops the old token. It verified https://truecalc.app/, whose apex has no DNS records at all, so that property could never be crawled and its verification was worth nothing. Co-Authored-By: Claude Opus 5 --- public/BingSiteAuth.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/public/BingSiteAuth.xml b/public/BingSiteAuth.xml index d9bcf34..2534d21 100644 --- a/public/BingSiteAuth.xml +++ b/public/BingSiteAuth.xml @@ -1,5 +1,4 @@ - 4A2DF37AEACD708CD051F4D161C07367 8C5913DDDB5710E055911488CB4A9E96 \ No newline at end of file