Verify with meta tag
How to verify domain ownership with a meta tag for Snyk API and Web
Last updated
Was this helpful?
How to verify domain ownership with a meta tag for Snyk API and Web
Verify domain ownership by adding a meta tag to your website's HTML.
This verification method is quick and straightforward for websites where you can modify the HTML source code.
In Snyk API & Web, navigate to the Targets page.
Click the Domains tab.
Locate your domain and click Verify.
Select Meta Tag as the verification method.
Copy the META TAG content provided.
Keep the verification dialog open.
Access your website's source code.
Open the index page (typically index.html or your homepage template).
Locate the <head> section.
Paste the meta tag before the closing </head> tag:
<head>
<!-- other head content -->
<meta name="snyk-site-verification" content="your-verification-token" />
</head>Save and deploy the changes to your live website.
Confirm the meta tag is visible in your website's source code by viewing the page source in a browser.
Return to the verification dialog in Snyk API & Web.
Click Verify.
After successful verification, you can remove the meta tag if desired, though it is harmless to leave it in place.
If verification fails, check that:
The meta tag is on the index/homepage of your domain
The meta tag is inside the <head> section
There are no typos in the meta tag content
The changes have been deployed to your live website (not just saved locally)
Caching is not serving an old version of the page
Last updated
Was this helpful?
Was this helpful?

