Verify on Shopify
Step 1: Copy your meta tag
Find your verification meta tag on your account page. It looks like:Step 2: Open the theme editor
- Go to your Shopify admin
- Navigate to Online Store → Themes
- Click Actions → Edit Code on your active theme
Step 3: Add the meta tag
- Open the
theme.liquidfile (under Layout) - Find the
<head>section near the top of the file - Paste your meta tag on a new line before the closing
</head>tag - Click Save