Pinterest Claim Website Not Working: Every Fix
Your Pinterest website claim keeps failing? Here is every fix for Shopify and WordPress, from meta tag placement to DNS records, redirects and caching.

If your Pinterest website claim keeps failing, the cause is almost always one of five things: the verification meta tag sits outside the <head> of your page, your site is password protected or unpublished, a redirect (www to non-www, or http to https) breaks the check, a cache is serving Pinterest an old version of your page, or the domain is already claimed by another account. Fix the one that applies and the claim goes through, usually within minutes and at most within 24 hours. In this guide we walk through each root cause and give you the exact steps for Shopify and WordPress, plus the DNS method that works when everything else fails. No guesswork, just the checks that actually move the needle.
Claiming matters because it connects your content to your brand. Once your site is claimed, you get analytics for Pins published from it and your profile is attributed on those Pins, according to Pinterest Business. On a platform with 570M+ monthly active users (Pinterest, Q3 2024), that attribution is worth getting right.
🎯 Key Takeaways
- A failing claim usually comes down to five causes: tag placement, a password wall, redirects, caching, or a domain already claimed elsewhere.
- The verification meta tag must sit inside the
<head>of your homepage, and only one copy of it. - On Shopify, claim your custom domain, not your
myshopify.comURL, and make sure the store is published with the password page off. - On WordPress, a caching plugin is the most common reason a correctly placed tag still fails: clear the cache before you hit Verify.
- The DNS TXT record method is the most reliable fallback when tag and file upload methods fail.
- Claim the root domain you actually use, and give Pinterest up to 24 hours to confirm.
Why your Pinterest website claim is failing
Before you touch a single setting, it helps to understand what Pinterest is doing. When you click Verify, Pinterest visits your homepage, downloads the raw HTML, and looks for proof that you control the site: either a specific meta tag in the <head>, an HTML file you uploaded, or a DNS record on your domain. If it cannot fetch a clean version of your page and find that proof, the claim fails. Every real fix comes back to removing whatever stands between Pinterest and that proof.
Here are the five root causes, in the order we see them most often.
1. The meta tag is in the wrong place
Pinterest only reads the <head> section of your page for the verification tag. If the tag ends up in the <body>, in a footer widget, or inside a page builder block that renders lower down, Pinterest will not find it. The tag has to be a direct child of <head>, on your homepage specifically.
2. Your site is password protected or not published
If Pinterest hits a password page, a "coming soon" screen, or a maintenance-mode page, it never reaches your real homepage. This is the single most common Shopify failure, because new stores ship with a password page enabled by default. The same applies to any WordPress site running a maintenance or launch plugin.
3. A redirect is breaking the check
If you try to claim http://yoursite.com but your site forces every visitor to https://www.yoursite.com, Pinterest may follow the redirect and lose track of the tag, or read a different page than you expect. Mismatches between www and non-www, or between http and https, are a frequent silent cause of failure.
4. A cache is serving an old page
Content delivery networks, Shopify's edge cache, and WordPress caching plugins all store a snapshot of your page and serve that snapshot to visitors, including Pinterest's crawler. If you added the tag but the cache still holds the pre-tag version, Pinterest sees a page with no tag and fails the claim.
5. The domain is already claimed by another account
A domain can only be claimed by one Pinterest account at a time. If a former agency, a previous team member, or an old test account already claimed it, your claim will fail until the domain is released from that account.
yoursite.com/shop or a subdomain you do not serve from will fail. Use the bare domain, for example yoursite.com.How to claim your website on Pinterest: the three methods
Pinterest offers three verification methods inside your business account, under Settings and then the Claimed accounts section. Understanding all three matters, because when one fails, another usually works.
Method 1: Add the HTML meta tag
Pinterest gives you a short meta tag that looks like <meta name="p:domain_verify" content="a-long-string-of-characters" />. You paste this into the <head> of your homepage and click Verify. This is the fastest method and the one both Shopify and WordPress make easy.
Method 2: Upload an HTML file
Pinterest gives you a small file to download. You upload it to the root directory of your site so it is reachable at yoursite.com/the-file-name.html, then click Verify. This method suits sites where you have direct file access, such as a WordPress install over FTP, but it is awkward on Shopify because you cannot freely drop files into the domain root.
Method 3: Add a DNS TXT record
Pinterest gives you a TXT value to add to your domain's DNS settings through your registrar or DNS provider. This method ignores your site's HTML entirely, which is exactly why it is the most reliable fallback. Caching, redirects, and theme quirks cannot break it. The tradeoff is that DNS changes can take time to propagate.
Fixing the Pinterest claim on Shopify
Shopify stores fail verification for predictable reasons. Work through these in order.
Publish the store and turn off the password page. Go to your Shopify admin, then Online Store and Preferences, and confirm the password protection is off. If a password page is up, Pinterest cannot see your homepage and every method except DNS will fail.
Claim your custom domain, not the myshopify URL. If your live domain is yourbrand.com, claim that, not yourbrand.myshopify.com. Claiming the wrong one is a very common mistake. Your myshopify.com address stays as the underlying admin URL, but your public site and your Pins point at the custom domain.
Add the meta tag to the theme, inside the head. In your Shopify admin, go to Online Store, then Themes, then the three-dot menu and Edit code. Open theme.liquid in the Layout folder and paste the Pinterest meta tag directly after the opening <head> tag. Save, then return to Pinterest and click Verify.
Or use the Pinterest sales channel app. Shopify supports the Pinterest app, which connects your account and handles verification for you without editing code. If you install it, you generally do not also need to paste the tag by hand. Pick one method, not both, so you do not end up with a duplicate tag.
theme.liquid and also connect the Pinterest app, some setups render two tags, and two conflicting verification tags can cause the claim to fail. Keep exactly one.Fixing the Pinterest claim on WordPress
WordPress gives you more ways to add the tag, and more ways to get it wrong. Here is the reliable path.
Add the tag through your SEO plugin or theme options. Many WordPress SEO plugins include a dedicated field for site verification codes, and Yoast SEO in particular offers a Pinterest verification field where you paste the tag. This is the cleanest option because the plugin places the tag in the <head> for you and survives theme updates. A header-and-footer scripts plugin does the same job.
Or edit the header template directly. If you prefer to edit code, add the tag inside the <head> of your theme's header.php. Use a child theme so a parent theme update does not wipe your change. This is more fragile than the plugin route, so most people should stick with the plugin.
Then clear every cache. This is the step people skip. If you run WP Rocket, W3 Total Cache, LiteSpeed Cache, or a host-level cache, purge it after adding the tag. If your site sits behind a CDN, clear that too. Until the cache is cleared, Pinterest keeps seeing the old page without the tag.
p:domain_verify. If it appears once inside the <head> section, Pinterest will see it. If it does not appear, your cache or plugin placement is the problem, not Pinterest.When to use the DNS TXT record instead
If you have added the tag correctly, cleared the cache, taken down the password page, and the claim still fails, stop fighting your site's HTML and switch to the DNS method. Because DNS verification never touches your pages, it sidesteps caching, redirects, page builders, and theme conflicts in one move.
Log in to wherever your domain's DNS is managed, which may be your registrar, Cloudflare, or your host, and add a new TXT record with the value Pinterest provides. Save it, then give it time. DNS changes can take up to 48 to 72 hours to propagate fully, though they often resolve much faster. Come back to Pinterest and click Verify once the record is live.
This is also the method we recommend for anyone managing several stores, because it is the least likely to break silently when a theme is updated or a plugin is swapped out.
How long verification takes and what to do after
Once your setup is correct, Pinterest usually confirms the claim within a few minutes, but it can take up to 24 hours. If it has been longer than a day, remove the tag, wait a moment, add it back, and try again, or switch to the DNS method. A claim that never confirms after 24 hours almost always means Pinterest still cannot fetch a clean page, so recheck the password wall, the cache, and the redirect chain.
After a successful claim, two things change, according to Pinterest Business. First, you get analytics for Pins that come from your claimed site, so you can see which of your pages and products actually drive saves and clicks. Second, your profile is attributed on Pins created from your site, which reinforces your brand every time your content spreads. Given that 96% of searches are unbranded (Pinterest Business), consistent attribution is one of the few levers that ties that discovery back to you.
Claiming is the foundation. The real growth comes from publishing fresh, keyword-rich Pins consistently, which is where most Shopify and WordPress owners run out of hours. That is the gap PinAutopilot closes: it turns your product pages into on-brand Pins and publishes them on a schedule, so a verified account actually stays active instead of going quiet after week two.
Claimed your site? Now keep it active on autopilot.
Turn your Shopify or WordPress products into fresh, optimized Pins and publish them automatically, every day, without lifting a finger.
Try PinAutopilot Free →A pre-flight checklist before you click Verify
Run through this list and most claims go through on the first try:
- The store is published and the password or coming-soon page is off.
- You are claiming the bare root domain you actually serve from, not a path, subdomain, or the
myshopify.comURL. - The meta tag appears exactly once inside the
<head>of your homepage, confirmed in view-source. - Every cache is cleared: plugin, host, and CDN.
- You know which URL your site redirects to, so you claim the version that resolves without a redirect loop.
- The domain is not already claimed by an old account.
- If any of the above is uncertain, you use the DNS TXT method instead.
Frequently Asked Questions
Why does my Pinterest website claim keep failing?
Almost always one of five causes: the verification meta tag is outside the <head>, your site is password protected or unpublished, a redirect between www and non-www or http and https breaks the check, a cache is serving Pinterest an old page without the tag, or the domain is already claimed by another account. Fix the one that applies and the claim goes through.
How do I claim my website on Pinterest for Shopify?
Publish your store and turn off the password page under Online Store and Preferences, then either install the Pinterest sales channel app, which handles verification for you, or paste the Pinterest meta tag directly after the opening <head> tag in your theme's theme.liquid file. Claim your custom domain, not your myshopify.com URL. Use one method only, so you do not end up with a duplicate tag.
How do I verify my website on Pinterest with WordPress?
Paste the Pinterest meta tag into the verification field of your SEO plugin, such as the Pinterest field in Yoast SEO, or into a header-scripts plugin so it lands in the <head>. Then clear every cache, including any caching plugin and your CDN, before clicking Verify. Confirm the tag is live by viewing your homepage source and searching for p:domain_verify.
How long does Pinterest take to verify a website?
Usually a few minutes once your setup is correct, and up to 24 hours at most. If it has been longer than a day, your setup is likely still blocking the crawler. Recheck the password wall, clear your caches, review your redirects, and if needed switch to the DNS TXT record method, which bypasses your site's HTML entirely.
Should I use the meta tag, the HTML file, or the DNS record?
Start with the meta tag, since it is the fastest on both Shopify and WordPress. If it keeps failing after you have cleared caches and checked placement, switch to the DNS TXT record. Because DNS verification never reads your pages, it sidesteps caching, redirects, and theme conflicts, which makes it the most reliable fallback. The HTML file method suits sites where you have direct root file access.
Why does Pinterest say my domain is already claimed?
A domain can only be claimed by one Pinterest account at a time. If a previous agency, teammate, or test account claimed it, you have to release the claim from that account first, then claim it from your own. If you cannot access the old account, Pinterest support can help you sort out ownership.
Conclusion
A failing Pinterest claim feels like a platform bug, but it is nearly always a small, fixable gap between Pinterest's crawler and a clean copy of your homepage. Take down the password page, put the tag once inside the <head>, clear every cache, claim the right root domain, and confirm the tag is really live in your page source. When the HTML route keeps fighting you, the DNS TXT record settles it. With 570M+ monthly active users (Pinterest, Q3 2024) and 80% of weekly Pinners having discovered a new brand or product (Pinterest Business), a verified site is the entry ticket, not the finish line. Once it is claimed, keep it working: let PinAutopilot turn your catalog into fresh Pins and publish them for you, so all that discovery keeps pointing back to your brand.