I have a <div>
element with download description. That also contains Schema.org structured data used for google indexing. See this sample:
<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>
Now google seems to misinterpret the id="about-download"
into something else:
This must be dealt with, it seems to point to invalid URL. The path to download page is just http://xxxx.github.io/xxxxxxx/download/
.