From d632aac69532a62d3f9739c1d575df9cd31e12e5 Mon Sep 17 00:00:00 2001 From: Alexander Fuks Date: Sun, 25 Feb 2024 23:52:37 +0400 Subject: [PATCH] feat: change site verification settings --- _config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 79f153d5603..215c6180385 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