From e4363871b5be0608d2b92b8aff482825a8044c1b Mon Sep 17 00:00:00 2001 From: Alexander Fuks Date: Mon, 26 Feb 2024 18:17:18 +0400 Subject: [PATCH] feat: change site verification settings (#1561) --- _config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 79f153d56030..215c6180385b 100644 --- a/_config.yml +++ b/_config.yml @@ -44,7 +44,14 @@ social: # - https://www.facebook.com/username # - https://www.linkedin.com/in/username -google_site_verification: # fill in to your verification string +# Site Verification Settings +webmaster_verifications: + google: # fill in your Google verification code + bing: # fill in your Bing verification code + alexa: # fill in your Alexa verification code + yandex: # fill in your Yandex verification code + baidu: # fill in your Baidu verification code + facebook: # fill in your Facebook verification code # ↑ -------------------------- # The end of `jekyll-seo-tag` settings