Facebook 및 LinkedIn과 같은 소셜 공유 사이트는 schema.org 스키마를 존중하는 경향이 있습니다. 그래서 나는 내 몸에 SoftwareApplication
을 때리는 경향이있다. 그리고 숨겨진 div를 사용하여 거기에 공유하고 싶은 것을 넣는다. 수동으로 (또는 프로그래밍 방식으로) 페이지의 스냅 샷을 찍은 다음 스키마 div에 포함시켜 이미지로 표시 할 수 있습니다.
여기에 내 사이트 중 하나에서 어떻게 표시되는지를 보여줍니다 : 특히
<body itemscope itemtype="http://schema.org/SoftwareApplication">
<!-- SoftwareApplication information -->
<div style="display: none;">
<h1 itemprop="name">Dache - Distributed Caching For .NET Apps</h1>
<img itemprop="image" src="/images/logo.png" />
<p itemprop="description">Fast, scalable .NET distributed caching with meaningful performance metrics for your managers and a simple API for your development team.</p>
</div>
...
페이스 북은 자신의 오픈 그래프 기술을 사용합니다. Here's an article on configuring what appears when your site is shared on Facebook.