Skip to content

Commit

Permalink
Updated FAQ.md
Browse files Browse the repository at this point in the history
Added documentation for Google Search Console ID generation ad usage in the template with `google-site-verification` tag.
  • Loading branch information
sr-dash authored Jan 3, 2025
1 parent 689e979 commit 33ef389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<meta name="google-site-verification" content="GoogleSearchConsoleID" />`.
- 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.

0 comments on commit 33ef389

Please sign in to comment.