From 33ef389915ee007ff4d68f4a5de569f6024d8e6a Mon Sep 17 00:00:00 2001 From: Soumyaranjan Dash <51014191+sr-dash@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:26:23 -1000 Subject: [PATCH] Updated FAQ.md Added documentation for Google Search Console ID generation ad usage in the template with `google-site-verification` tag. --- FAQ.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index d7d12d0a955c..23734161b554 100644 --- a/FAQ.md +++ b/FAQ.md @@ -161,9 +161,7 @@ Currently we have the following workflows: In the configuration file `_config.yml` the tag `google-site-verification` should be updated to use this functionality. Here is how you can proceed, - Generate your HTML tag by following [https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag](https://support.google.com/webmasters/answer/9008080?hl=en#meta_tag_verification&zippy=%2Chtml-tag) with URL prefix option. - - In the verify ownership option choose HTML tag and copy the tag contents which should look like ``. - - The string against `content` is the Google Search Console ID that can be used in the template. e.g. `google-site-verification: GoogleSearchConsoleID`. Now set the property `enable_google_verification: true`. It looks like the Domain type property in the Google Search Console to verify the ownership of all URLs across all subdomains with GitHub Pages does not work.