大约2-3周前,产品图片和说明会在我们的Google+商家页面的帖子中显示。
他们正在我们的Facebook商业页面上展示。
继承OG代码:
<meta property="og:type" content="product" />
<meta property="og:title" content="Product Name" />
<meta property="og:site_name" content="Website Name" />
<meta property="og:description" content="Description of listed item on webpage" />
<meta property="og:image" content="http://www.mywebsite.com/myimage.jpg" />
<meta property="og:url" content="http://www.mywebsite.com/product-name.html" />
有什么想法吗?