How to force telegram to update link preview?

SeoTelegram

Seo Problem Overview


Telegram show description meta tag as link preview. I changed the description meta tag but the link preview of my website didn't changed. How to force telegram to update link preview?

Seo Solutions


Solution 1 - Seo

Go to @webpagebot and send the link (up to 10) you want to update. Automatically will scan your site and generate the new image thumbnail, site name and description.

Remember to have og prefix in your html tag as: <html prefix="og: http://ogp.me/ns#"> or telegram bot will not update the graph cache.

via telegramgeeks

Solution 2 - Seo

You may add /?v=n at the end of URL when sharing the link, where n can be any number and should increase after an update.

Solution 3 - Seo

Sending the pure link to @webpagebot would not work so I used

<meta property="og:url" content="https://mylink.com" />

and it worked.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAli SeyfollahiView Question on Stackoverflow
Solution 1 - SeolittlegugaView Answer on Stackoverflow
Solution 2 - SeoMorteza PourmirzaiView Answer on Stackoverflow
Solution 3 - SeotigismileyView Answer on Stackoverflow