Designed by

From Microformats Wiki
Revision as of 09:08, 19 September 2008 by Brian (talk | contribs) (wiki mark-up edit)
Jump to navigation Jump to search

1. This page has been prematurely created. See process.

2. If we are talking about people we should use hcard with a role of creator, designer, etc.


I propose a new microformat that credits the designer of a web page. If the client doesn't want it visible, you can use visibility:hidden in the stylesheet. But should be always in the HTML of the page.

<div class="designby">
<a rel="design_shop" href="http://authorswebsite.com">Website Design</a> by <span rel="designer">Joe Webdesigner</span>.
</div>

I'm sure you Microformat pros can improve on this. Please do.