How can I verify my website if the <head> tag is missing?

How can I verify my website if the <head> tag is missing?

Certa
Excursionist
19 0 3
Hi,
 
I'm trying to verify my website but there is a <head> missing. What should I do?
 
dd a meta-tag
Verify this domain by copying and pasting the provided meta-tag code into the  ... section of your website's home page HTML code.
  1. Copy this meta tag:
    <meta name="facebook-domain-verification" content="hiqzu2ljtkl1v6et3lb43zzyb3uqh0" />

Paste the meta-tag into the head ... <head> section of the website's home page HTML source, and publish the page.

Note: Verification will fail if the meta-tag code is outside the <head> section or in a section loaded dynamically by JavaScript.

 

Thanks 

 

Reply 1 (1)

Certa
Excursionist
19 0 3

@Certa wrote:
Hi,
 
I'm trying to verify my website but there is a <head> missing. What should I do?
 
dd a meta-tag
Verify this domain by copying and pasting the provided meta-tag code into the  ... section of your website's home page HTML code.
  1. Copy this meta tag:
    <meta name="facebook-domain-verification" content="hiqzu2ljtkl1v6et3lb43zzyb3uqh0" />

Paste the meta-tag into the head ... <head> section of the website's home page HTML source, and publish the page.

Note: Verification will fail if the meta-tag code is outside the <head> section or in a section loaded dynamically by JavaScript.

 

Thanks 

 


Anyone please?