Tagged Questions
The dublin-core tag has no wiki summary.
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 ...
3
votes
3answers
182 views
rdfa namespace specifically for cars
I would like to implement RDFA to a car site.
Triples would go something like:
This image is about a honda
This page is about a honda
This rating is for a honda civic
...etc...
I can't seem to ...
3
votes
1answer
1k views
Dublin Core and Google SEO
What do you think, is Google using Dublin Core tags when indexing site ?
Are these tags (DC.description etc) important for Google ?
Thanks.
2
votes
1answer
122 views
Modifying read permissions on DublinCore metadata and Plone 4
I have created a custom content-type using Dexterity that works fine. This content should be viewable but its creator kept hidden from unpriviledged members.
I can obviously accomplish this by ...
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." ...
1
vote
1answer
140 views
What format should I use for exposing structured meta data for my web site (dublin core, rdf, atom)?
In an altruistic manner I would like to expose as much structured data about my website.
I also wouldn't mind SEO boost but its secondary.
Seems there are a couple of options:
Full on RDF (kill me ...
0
votes
2answers
172 views
Meta tags not valid (html5reset templates)
I am using html5reset as a reset and template for a website. However I am getting all kinds of validation errors on some meta tags:
<meta name="title" >
<meta name="google-site-verification" ...
0
votes
1answer
32 views
Article lead in RSS
What would be the most accepted way to include the lead (as in introductory section of a story) of an article in a RSS feed?
The rss spec does not seem to contemplate this. Maybe the subject element ...
0
votes
2answers
423 views
How to write an RDF Schema?
I am trying to get my head around using RDF to describe custom resources. I understand there are xmlns' out there such as Dublin Core and foaf which provide predefined element sets. How do I go ...
0
votes
1answer
675 views
How to read “dc:creator” element from an RSS feed using System.ServiceModel.Syndication
Scenario
I am consuming an RSS feed that looks, in part, like this:
<item>
<title>Blog Title Here</title>
<link>http://blogurl.com/2010/03/23/title/</link>
...
0
votes
1answer
665 views
YQL XML Output with custom namespace
I am attempting to parse a JSON feed from Yahoo Pipes to turn it into XML, using YQL. My query is:
"select * from json where ...