Following the examples given on Schema.org, I've put a couple of
"link" elements into a page to point to a URL even though the URL is
not directly listed in the text of the page - I've done this where the
URL is relevant to the article, but accessed through a dialog box
rather than directly off the page.
The RSTT thing spots the "url" tag in the <link> element, but does not
capture the URL itself. So...
<div itemscope itemtype="
http://schema.org/Article">
<h1 itemprop="headline name">Results of the 2010 2GC Balanced
Scorecard Usage Survey</h1>
<p itemprop="about description">The 2010 Survey found ... /snip/</
p>
<link itemprop="url" href="
http://www.2gc.co.uk/pdf/2GC-
BSCSurvey101006Screen.pdf" />
<link itemprop="url" href="
http://www.2gc.co.uk/pdf/2GC-
BSCSurvey101006Print.pdf" />
</div>
appears in RSTT as
Item
Type:
http://schema.org/article
headline = Results of the 2010 2GC Balanced Scorecard Usage
Survey
name = Results of the 2010 2GC Balanced Scorecard Usage Survey
about = The 2010 Survey found ... /snip/...
description = The 2010 Survey found ... /snip/...
url =
url =
This is expected result I hope...
If not, can someone advise what I'm doing wrong? Thanks!