Answer the question
In order to leave comments, you need to log in
Why doesn't VKontakte pick up my OpenGraph image?
There is a site with og:image written like this:
<meta content="http://smoothmouse.com/img/og-image.jpg" property="og:image">
Answer the question
In order to leave comments, you need to log in
I know for sure that contact and fb cache links
and if you check, add something, check again - there will be an old result, you need to change the link to see the changes
Does anyone know if the cache is updated at all? There is no information anywhere, I used to change quickly, now something has changed.
UPD: They made a tool for that! :)
vk.com/dev/pages.clearCache
Like Facebook ( developers.facebook.com/tools/debug )
<link rel="image_src" href="./images/noimg100x100.gif" />
As already written, most likely cached. It's easy to make sure: add a get-parameter to the url.
clear cache
https://vk.com/dev/pages.clearCache?params[url]=fa...
It works for me like this:
In general, the complete filling of OpenGraph looks like this for me (this is for VK):
<meta property="og:type" content="article" />
<meta property="og:title" content="Заголовок" />
<meta property="og:description" content="Описание" />
<meta property="og:url" content="Ссылка на вашу страницу" />
<meta property="og:image" content="Ссылка на фото" />
<head> </head>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question