Google search console how to add astro paper to it #334
-
|
Sir please write a detail article on how to add astro paper to Google search console please |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
|
What do you mean by add documentation for Google Search Console ? Do you mean SEO ? |
Beta Was this translation helpful? Give feedback.
-
|
@fazi-gondal you can refer to the google guide here: https://support.google.com/webmasters/answer/34592 |
Beta Was this translation helpful? Give feedback.
-
Yes because I don't know how to add astro paper theme to Google search console and do seo please tell me about it in detail |
Beta Was this translation helpful? Give feedback.
-
Bro I don't know where i add Google search console verification tag in astro paper theme please tell me about it in detail because I want to add my website to Google search console and tell me little bit SEO |
Beta Was this translation helpful? Give feedback.
-
|
Hello @fazi-gondal You can verify your site ownership by providing Google site verification value in AstroPaper also uses this way to verify the site ownership. Here are the steps to follow: Step (1) Click
|
Beta Was this translation helpful? Give feedback.
-
|
I'm going to convert this issue to a discussion in case someone might need this in the future. |
Beta Was this translation helpful? Give feedback.


Hello @fazi-gondal
Did you manage to do that?
As @maheshrijal said, you can follow along with the Google guide.
You can verify your site ownership by providing Google site verification value in
PUBLIC_GOOGLE_SITE_VERIFICATION. It is also mentioned in the README.AstroPaper also uses this way to verify the site ownership.
Here are the steps to follow:
Step (1) Click
Add propertyin Google Search Console.Step (2) Choose
URL prefixStep (3) Choose
HTML tagmethodStep (4) Copy the content value from
<meta name="google-site-verification" content="copy-this" />and put that value inside thePUBLIC_GOOGLE_SITE_VERIFICATIONenv variable.Step (5) Verify the HTML tag inside the search console.
H…