Dublin Core Metadata File
What is it?
The “Dublin.rdf” file gives you an opportunity to define your site’s metadata using prescribed specifications managed by the Dublin Core Metadata Initiative. (http://dublincore.org/)
Why is it useful?
Search engine optimization (SEO) and clean, well-defined mark up have long been important and will continue to be so. This file is an easy addition to your site that provides the great benefit of allowing you to help shape how the search engines define the content.
How to create one
The W3 School specifications are here.
Example
Six Revisions has the example (and a great write up) that I refer to:
<?xml version=”1.0″?>
<?xml version=”1.0″?>
<rdf:RDF xmlns:rdf=”http://www.w3.org/1999/02/22-rdf-syntax-ns#” xmlns:dc= “http://purl.org/dc/elements/1.1/”>
<rdf:Description rdf:about=”http://www.yoursite.com/”>
<dc:contributor>Your Name</dc:contributor>
<dc:date>2008-07-26</dc:date>
<dc:description>This is my website.</dc:description>
<dc:language>EN</dc:language>
<dc:publisher>Company</dc:publisher>
<dc:source>http://www.yoursite.com/</dc:source>
</rdf:Description>
</rdf:RDF>
Related posts
- Migrating SharePoint
- Redesigning SharePoint
- SharePoint Research
- Even Better Customer Service
- New Marketing, New Look
- Posted by Tom at 07:00 am
- Permalink for this entry
- Filed under: Best Practices, Development
- TrackBack URI