From bebe3fa1d27c874ef592c52e739a1fd29188061a Mon Sep 17 00:00:00 2001 From: Adrian Rumpold Date: Sun, 10 Mar 2024 14:52:36 +0100 Subject: [PATCH] fix: Attempt to fix Google canonical URL detection It seems that a meta redirect with a timeout greater than 0 is treated as a temporary redirect by the Google crawler. This seems to cause a discrepancy between our reported canonical site URLs and the ones inferred by Google. Setting the timeout to 0 may force Google to update its view of the canonical URLs. --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 41a13bb7..24acd94a 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,9 @@ Redirecting +