我有一个带有下载说明的<div>
元素。这还包含用于谷歌索引的Schema.org结构化数据。请参阅此示例:
<div id="about-download" itemscope itemtype="http://schema.org/SoftwareApplication">
You're about to download latest stable release of <span itemprop="name">My Program</span>.
<br />
My Program currently only works on <span itemprop="operatingSystem">Windows</span>
<link itemprop="applicationCategory" href="http://schema.org/GameApplication"/>
</div>
现在google似乎将id="about-download"
误解为其他内容:
必须处理,似乎指向无效的URL。下载页面的路径仅为http://xxxx.github.io/xxxxxxx/download/
。