Hi,
I'm getting this error when I try to add a site to the security scan.
Unable to verify this site. Please recheck your verification code and try again!
I followed the steps to add the code to the html head. Generated content, flushed en cleared cache but still no success.
Any suggestions?
Thanks in advance...
Roel
Solved! Go to Solution.
Solved it myself ;-) Added meta tag to default_head_blocks.xml
Same thing I did, It worked for me, In admin panel it failed to add the magento security scan snippet in design->configuration->HTML Head (scripts & styles)
I added the meta tag in default_head_blocks.xml in Magento_Theme/view/layout/default_head_blocks.xml
In head tag we should add that meta tag as below shown.
<head> <meta name="p:domain_verify" content="xxxxxxxxxxxxxxxxxxxxx"/> </head>