Archived topic
Bing Webmaster Verification
3 replies · Started by Charlotte on July 7, 2021
Hello!
I want to add the bing verification code to my site (marketer child theme), but I can't see where to add it. I used a wp_hook for my google analytics code, but that didn't work for this one. It's probably really obvious, how do I do this? :)
Thank you!
Charlotte
Hi there,
Does the Bing verification code provide any instructions on where it should be added?
Hi, yes. It says '<meta> tag not found before <body>: make sure you place the verification tag with the correct verification key in the <head> section and before the <body> tag in your page.'
In that case wp_head is the correct hook:
https://github.com/tomusborne/generatepress/blob/master/header.php#L17