我已经在我的网站上为我的 iPhone 应用程序yycParking设置了 Google 的 Rich Snippets 代码。相关的 HTML 如下所示:
<div itemscope itemtype="http://schema.org/SoftwareApplication">
<!-- ... -->
<h2 class="txt-align-center" itemprop="description">
<strong>yycParking</strong> provides real time updates of parking in downtown Calgary
</h2>
<!-- ... -->
<div class="two-column last">
<!-- ... -->
<p>We created <strong itemprop="name">yycParking</strong> to enhance a service provided by ...</p>
<!-- ... -->
</div>
<div class="two-column last txt-align-right">
<!-- ... -->
<a title="Download the YYC Parking App from the iTunes store now" href="http://itunes.apple.com/ca/app/yycparking/id460852653?mt=8" target="_blank" itemprop="url">
<img class="alignnone size-full wp-image-436" title="app-store-badge" src="http://randomtype.ca/cms/assets/app-store-badge.png" alt="" />
</a>
<!-- ... -->
</div>
<p>
<meta itemprop="image" content="http://randomtype.ca/cms/assets/app-icon-124x124.png" />
</p>
</div>
你会从上面的 HTML 中看到我包含了以下元素:
- 架构:
itemscope itemtype="http://schema.org/SoftwareApplication"
- 描述:
itemprop="description"
- 姓名:
itemprop="name"
- 网址:
itemprop="url"
- 图片:
itemprop="image"
通过阅读丰富的代码片段软件应用程序规范,我相信我已经达到了 4 个必需项,并正确识别了我所遵循的模式。
通过Rich Snippet 测试工具运行它,我得到的结果不会将片段识别为 iPhone 应用程序,并且会跳过像“Cut the Rope”这样的漂亮图像。
我错过了什么吗?我想主宰卡尔加里停车市场 - 但谷歌阻止了我!1:P