WhatsApp Open Graph Debugger
How WhatsApp link previews actually work.
There is no official WhatsApp Open Graph debugger.
However, you can use our OG tags tester to check your Open Graph tags and render a preview how WhatsApp will render your URL.
If a WhatsApp link preview looks wrong or outdated, it’s almost always a caching issue—and WhatsApp gives you no button to fix it.
How WhatsApp Link Previews Work
When a link is shared, WhatsApp:
- fetches the page once
- reads Open Graph tags (
og:title,og:description,og:image) - generates a preview
- caches it aggressively
If Open Graph tags are missing, WhatsApp guesses. Poorly.
Which OG Tags Matter Most
WhatsApp mainly uses:
og:titleog:descriptionog:image
If og:image is missing or invalid, WhatsApp often shows:
- a text-only preview
- the wrong image
- or no preview at all
Images matter more than text.
Why WhatsApp Previews Don’t Update
The common causes:
- WhatsApp cached the preview
- the image URL didn’t change
- the image is not publicly accessible
- the image is too slow or blocked
Updating the image file alone is not enough.
How to Force WhatsApp to Refresh a Preview
Since there’s no debugger, these are the only reliable options:
1. Change the Page URL
https://example.com/page?v=2
WhatsApp treats this as a new link.
2. Change the og:image URL
og-image.png → og-image-v2.png
This fixes most image issues.
How to Debug Properly
Because WhatsApp provides no tools:
- validate OG tags in server-rendered HTML
- confirm
og:imageloads publicly in a browser - test with Facebook’s Sharing Debugger (WhatsApp behavior is similar)
If it works on Facebook, it usually works on WhatsApp.
Final Takeaway
WhatsApp doesn’t let you debug Open Graph previews. You debug around it.
Design previews as immutable, version URLs intentionally, and WhatsApp previews stop being a mystery.