Ruben Verborgh created ANY23-168:
------------------------------------

             Summary: RDFa properties in <meta> elements not picked up
                 Key: ANY23-168
                 URL: https://issues.apache.org/jira/browse/ANY23-168
             Project: Apache Any23
          Issue Type: Bug
            Reporter: Ruben Verborgh


RDFa annotations in <meta> elements are not picked up:
http://ruben.verborgh.org/tmp/dctitle-test.html
http://any23.org/any23/?uri=http%3A%2F%2Fruben.verborgh.org%2Ftmp%2Fdctitle-test.html

The Structured Data Testing Tool finds them:
http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fruben.verborgh.org%2Ftmp%2Fdctitle-test.html

Additionally, I wonder whether it's a good idea to drop the dcterms:title 
property extracted from <title> of an actual dc:title property is present. This 
allows for more meaningful titles, for instance:
    <title>HTML Title – Website Name</title>
    <meta property="dc:title" content="DC Title"/>
This would allow to overcome the common situation that the HTML <title> also 
contains the website name etc., so is not suited for a "clean" dc:title. I 
would thus say that an actual dc:title has precedence over an implied dc:title 
from <title>.

Furthermore, I'm confused by the double appearance of
<http://ruben.verborgh.org/tmp/dctitle-test.html> dcterms:title "HTML Title – 
Website Name" .
AND
<http://ruben.verborgh.org/tmp/dctitle-test.html> 
<http://www.w3.org/1999/xhtml/microdata#item> 
_:nodecfcd208495d565ef66e7dff9f98764da ;
        dcterms:title "HTML Title – Website Name" .

Should the page itself AND some blank node have this dcterms:title? (And what 
happens if the <meta> tags are parsed?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to