August 15, 2009
3:30 am
Specifying Creative Commons license using RDFa
Google recently added a Creative Commons filter in Google Image Search; To let Google know which licenses your images are released under, just enclose the image and the license's link in a div tag and to use RDFa's about attribute to specify the resource:
<div about="image.jpg">
<img src="image.jpg" alt="" / />
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike 3.0</a>
</div>
Loading

Leave a comment »