Why the wrong image appears
LINE reads only og:image. No fallback to twitter:image or anything else. Common causes:
og:imagepoints to the wrong URL- Cached image from a previous crawl
- Multiple
og:imagetags – LINE picks one you didn’t intend - Image URL returns an error – LINE shows no image or a stale cached version
Diagnosis steps
- View page source – check the exact
og:imagevalue - Load the image URL in a browser
- Search HTML for duplicate
og:imagetags - Verify the image is publicly accessible over HTTPS
The fix
Correct the og:image tag, then:
- Use LINE’s cache-clearing tool on the LINE Developers site
- Share the URL in a new LINE message
No twitter:image fallback
Unlike other platforms, LINE won’t fall back to twitter:image. If og:image is missing, LINE shows no image – even if twitter:image is set.
curl -A "Linespider/1.1" https://yoursite.com/page | grep -i "og:image"Verify one og:image tag pointing to the correct absolute HTTPS URL.