Verified August 27, 2026: Pinterest supports website claiming through Google Merchant Center for eligible accounts, an HTML tag, an HTML file, or a DNS TXT record. A website can be claimed by only one Pinterest account, and Pinterest says DNS verification can require up to 72 hours.
Start here: confirm the exact domain or subdomain entered in Pinterest, the final URL after redirects, and the Pinterest business account that should own the claim. Most verification loops are scope or delivery problems—not a reason to paste the token repeatedly.
Check whether the site is claimable
Pinterest's website-claim requirements say you must own the domain, subdomain, or subpath and be able to change its source or DNS. Most marketplace profiles and stores hosted on services such as Etsy, eBay, or Amazon cannot be claimed because you do not control verification at the required scope.
Also verify that another Pinterest account has not already claimed the same website.
Resolve the canonical host first
- Open the exact URL entered in Pinterest using HTTPS.
- Record every redirect: HTTP to HTTPS, apex to www, www to apex, or a subdomain to another host.
- Choose the host where the site actually resolves and where you control verification.
- Confirm the page is public and does not require login, geo access, or a browser challenge.
A tag placed on www.example.com cannot help a verifier that is checking a different final page with unrelated source.
Diagnose the HTML tag method
- Paste the Pinterest verification meta tag inside the server-rendered
<head>. - Deploy it to the public production site.
- Use View Source—not only the live DOM inspector—to confirm the exact tag appears.
- Check the final redirected URL and a signed-out request.
- Purge page/CDN caches if source remains stale.
A tag injected only after JavaScript runs may not be visible to every verifier. Server-render it whenever possible.
Diagnose the HTML file method
Upload the exact Pinterest-provided file without renaming or editing it. Open its public HTTPS URL directly and confirm a 200 response—not a redirect to the home page, custom 404 page, login wall, or HTML framework fallback.
Security middleware and static-site rewrites commonly intercept verification files. Add a specific public route before the generic application fallback.
Diagnose the DNS TXT method
- Add the exact TXT value at the host Pinterest specifies.
- Do not include extra quotation marks unless the DNS provider displays them automatically.
- Query the authoritative/public DNS record with
dig TXT example.com. - Check multiple public resolvers if propagation differs.
- Allow up to Pinterest's documented 72-hour window before recreating the record.
Adding the token to a subdomain when Pinterest checks the apex—or vice versa—is a different DNS record.
Use an evidence table
Pinterest account:
Website entered:
Final HTTPS URL:
Method: tag, file, TXT, or Merchant Center
Public verification result:
Redirect chain:
DNS first visible:
Other account previously claimed it: yes/no/unknown
Screenshot and response:
After the claim succeeds
Verify that the profile attribution appears where expected and that Analytics can distinguish content from the claimed website. Claiming a site does not automatically fix Rich Pin metadata, search distribution, blocked destinations, or catalog errors.
- Use the Rich Pins diagnostic for synchronized page metadata.
- Use the Pinterestbot/indexing checklist when Pins remain undiscoverable.
- Use the Visit Site link-quality guide when destination controls are missing.
What not to do
- Do not publish multiple different verification tokens at random.
- Do not move the website between Pinterest accounts without documenting business assets.
- Do not unclaim a working production domain merely to retry another method.
- Do not repeatedly delete a DNS record that is still propagating.
- Do not expose a private staging site solely for verification.
The verification principle
Pinterest must retrieve one exact proof from the same web property you asked it to claim. Prove public delivery, host scope, and account ownership independently; then wait for the documented propagation window.
Keep building your Pinterest system
Continue with the guide that matches your next step:
Get the Notestopin Chrome extension
Add private notes to any Pin, tag them, and search your saves later.
Add to Chrome