Tagged Questions
8
votes
5answers
1k views
Does anyone bother with Dublin Core anymore?
As the question states, is there any point adding Dublin Core meta-tags to your HTML head? Or has sitemap.org removed the use for most of this (though it only replaces some of the tags)
I ask this as ...
1
vote
1answer
37 views
Is there a standard way to display qualified Dublin Core meta in HTML meta tags?
DC includes an element called "Date". You display it like this:
<meta name="dc.Date" content="2011-06-28" />
But the idea of qualifiers lets you have a "Date Created" and "Date Updated." ...