From fc6b53fbde282ab6be1a0e30a4226565b5f9c4cd Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Aug 2024 20:49:06 +0700 Subject: [PATCH] docs: add instructions for Google Site Verification in AstroPaper (#353) Resolves #348 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d1f4e35..46a3d5968 100644 --- a/README.md +++ b/README.md @@ -142,13 +142,15 @@ docker run -p 4321:80 astropaper ## Google Site Verification (optional) -You can easily add your [Google Site Verification HTML tag](https://support.google.com/webmasters/answer/9008080#meta_tag_verification&zippy=%2Chtml-tag) in AstroPaper using environment variable. This step is optional. If you don't add the following env variable, the google-site-verification tag won't appear in the html `` section. +You can easily add your [Google Site Verification HTML tag](https://support.google.com/webmasters/answer/9008080#meta_tag_verification&zippy=%2Chtml-tag) in AstroPaper using an environment variable. This step is optional. If you don't add the following environment variable, the google-site-verification tag won't appear in the HTML `` section. ```bash # in your environment variable file (.env) PUBLIC_GOOGLE_SITE_VERIFICATION=your-google-site-verification-value ``` +> See [this discussion](https://github.com/satnaing/astro-paper/discussions/334#discussioncomment-10139247) for adding AstroPaper to the Google Search Console. + ## 🧞 Commands All commands are run from the root of the project, from a terminal: