voldr
voldr

Reputation: 392

Preview from Open Graph is not appearing in Telegram for main page

I'm encountering an issue where the preview from Open Graph is not appearing in Telegram for the main page of my website, but it appears for any other page. For example:

https://andrei-psyhelp.ru/ - Preview is not working

https://andrei-psyhelp.ru/consent - Preview is working

Both pages have identical meta information.

I've ensured that the meta tags for title, description, and image are properly set on the main page, yet Telegram seems to be ignoring them. Is there any specific reason why Telegram might not be displaying the Open Graph preview for the main page? Are there any additional steps or considerations I should take to ensure the preview appears correctly?

Upvotes: 0

Views: 524

Answers (1)

Jitesh chhaya
Jitesh chhaya

Reputation: 11

Please try putting

'<link rel="preload" as="image" href="/header.avif" type="image/avif"/>'

all preload image tags after meta tags.

Upvotes: 1

Related Questions