// Create the meta tag const metaTag = document.createElement('meta'); metaTag.name = 'google-site-verification'; metaTag.content = 'CcYjZcCDq3-OgLWt2bsErABD9sCbnD1Lhe3qi97xpsk'; // Insert it into the document.head.appendChild(metaTag);