- From: Chuck <chuck42@gmx.de>
- Date: Mon, 27 Feb 2012 23:32:38 +0100
- To: public-vocabs@w3.org
Hello guys, I want to use schema.org for my new Website and I have few questions: (1) I miss a `license' attribute for http://schema.org/CreativeWork . How can I add information about the license to a creative work object on my web site. (2) Is it true, that I always should use CC Rel[1] for adding license informations, when the creative work is under a CC-license? (3) On my contact page I have obscured my email address with some JavaScript code to protect it from being crawled by spam bots. How can I use schema.org to mark this code as "hello web crawler, here is my email address, but you may not read it"? Is something like the following code correct? <div itemscope itemtype="http://schema.org/Person"> <p>Hello, I'm <span itemprop="name">Chuck</span>.</p> <p> My email is <span itemprop="email"> <script type="text/javascript"> document.write( ... ) </script> <noscript><img src="my_email.png" /></noscript> </span> </p> </div> [1] http://labs.creativecommons.org/2011/ccrel-guide/ Greetings, Chuck
Received on Monday, 27 February 2012 22:33:10 UTC