Where to Find This Tab
Go to SEO Rank Genius → Indexing & Sitemaps → Site Verification (fourth tab under the “Main” group).
How It Works
Search engines require you to prove you own a website before they give you access to their webmaster tools. The most common method is adding a special <meta> tag to your site’s <head>. SEO Rank Genius does this for you automatically — just paste the tag, click Save, and the plugin inserts it on every page.
1Copy tag
From Google/Bing dashboard2Paste here
Into the verification field3Verify
Click Verify in the webmaster toolSupported Services
SEO Rank Genius supports verification for six platforms out of the box:
| Service | Meta Tag Name | Why Verify |
|---|---|---|
| Google Search Console | google-site-verification | Access search analytics, submit sitemaps, monitor indexing |
| Bing Webmaster Tools | msvalidate.01 | Powers Bing + Yahoo search. Free SEO tools included |
| Yandex Webmaster | yandex-verification | Russian search engine. Important for CIS markets |
| Baidu Webmaster | baidu-site-verification | Chinese search engine. Essential for China traffic |
p:domain_verify | Enables Rich Pins with your site’s metadata | |
| Norton Safe Web | norton-safeweb-site-verification | Security trust badge displayed in Norton browser tools |
Step-by-Step: Google Search Console
Here’s a walkthrough for the most common verification — Google:
- Go to Google Search Console and add your site as a property.
- Choose the HTML tag verification method.
- Copy the entire
<meta>tag Google provides (or just thecontentvalue). - In SEO Rank Genius, paste the tag into the Google Search Console field.
- Click Save All at the top of the page.
- Go back to Google Search Console and click Verify.
Tip: You can paste either the full
<meta> tag or just the content="..." value. The plugin handles both formats.Caching note: If your site uses a caching plugin (WP Rocket, W3 Total Cache, etc.), clear the cache after saving so the new meta tag appears immediately.
Custom Head Tags
Need to add verification tags for services not listed above? The bottom of the tab has a Custom Head Tags textarea where you can paste any raw HTML to be injected into the <head> of every page.
Common uses:
- Domain verification for Shopify, HubSpot, or other platforms
- Third-party analytics or tracking snippets
- Custom
<link rel="preconnect">tags
Security: Only paste HTML from trusted sources. Malicious scripts in the
<head> can compromise your site. Never paste code you don’t understand.Troubleshooting
Google Says “Verification Failed”
- Clear your site’s cache (page cache + CDN cache if applicable).
- View your site’s source code (
Ctrl+Uin Chrome) and search forgoogle-site-verificationto confirm the tag is present. - Make sure you copied the complete tag — partial content values won’t work.
- Wait 1–2 minutes after saving before clicking Verify.
Tags Disappear After Saving
- Ensure you have the
manage_optionscapability (Administrator role). - Check if another SEO plugin is conflicting — some plugins remove duplicate meta tags.