Hi all,
E.g.
After adding image link code to my XSLT stylesheet, it works.
However, it would be time consuming to add a tag for all my pages.
In the meantime, my pages already have other meta tags for thumbnails:
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="230" />
<meta property="og:image:height" content="230" />
Is there any way I can use these tags for adding a thumbnail for my search results?
Thanks,
Kit