Site authentication settings webmaster_verifications: Inquiry regarding this #1988
Unanswered
LeeJuhyeong424
asked this question in
Q&A
Replies: 1 comment
-
You get the verification code from the search engine and put it in the config file. See e.g. Google documentation and HTML tag verification specifically for more information. If you need to add additional meta tags that are not supported by Chirpy, you can create a file <meta name="name" content="value"> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
Looking at the config file
There is a webmaster_verifications settings tab.
google: # Enter your Google verification code.
bing: # Enter your Bing verification code.
alexa: # Enter your Alexa authentication code.
yandex: # Enter Yandex verification code.
baidu: # Enter Baidu authentication code.
facebook: # Enter your Facebook verification code.
I wonder where and how to load the code if I enter it. When I check f12 after building the website, I can see that the value is being loaded normally. What file are you dragging in to save it as that variable? Additionally, I would like to add a variable because I need an additional meta tag. (naver) When saving the variable for direct addition, can I know which file it is loaded from?
Operations you have already tried
I checked all source files to find the tag, but I can't find it.
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions