Archived topic
Inserting Google Search Console Meta Tag
5 replies · Started by Stefan on September 9, 2020
Hi GeneratePress,
I have a quick question. What's a good place/way that you recommend to insert a meta tag for Google's Search console. It's supposed to be inserted in the header of the "theme" / "page".
These are the instructions received: "1. Copy the meta tag below, and paste it into your site's home page. It should go in the <head> section, before the first <body> section."
Should I set up a child theme and make change, or?
Looking forward to your feedback.
Regards,
Stefan
Hi there,
The wp_head hook in a hook element should be what you are looking for:
https://docs.generatepress.com/article/hooks-element-overview/
https://docs.generatepress.com/article/wp-head/
Thanks, that works.
No problem :)
exactly what i searched for. Still works. Thx.
Glad to hear :)