<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TomDoepker.com &#187; Uncategorized</title>
	<atom:link href="http://tomdoepker.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomdoepker.com</link>
	<description>The web development portfolio of Tom Doepker, web site designer, developer and team lead</description>
	<lastBuildDate>Wed, 25 Aug 2010 12:00:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dublin Core Metadata File</title>
		<link>http://tomdoepker.com/2010/07/23/dublin-core-metadata-file/</link>
		<comments>http://tomdoepker.com/2010/07/23/dublin-core-metadata-file/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 12:00:27 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tomdoepker.com/?p=258</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is it?</strong></p>
<p>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/)</p>
<p><strong>Why is it useful?</strong></p>
<p>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.</p>
<p><strong>How to create one</strong></p>
<p><a href="http://www.w3schools.com/RDF/rdf_dublin.asp">The W3 School specifications are here</a>.</p>
<p><strong>Example</strong></p>
<p><a href="http://sixrevisions.com/web-standards/5-web-files-that-will-improve-your-website/">Six Revisions has the example (and a great write up)</a> that I refer to:</p>
<blockquote><p>&lt;?xml version=&#8221;1.0&#8243;?&gt;</p>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;rdf:RDF xmlns:rdf=&#8221;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#8221; xmlns:dc= &#8220;http://purl.org/dc/elements/1.1/&#8221;&gt;<br />
&lt;rdf:Description rdf:about=&#8221;http://www.yoursite.com/&#8221;&gt;<br />
&lt;dc:contributor&gt;Your Name&lt;/dc:contributor&gt;<br />
&lt;dc:date&gt;2008-07-26&lt;/dc:date&gt;<br />
&lt;dc:description&gt;This is my website.&lt;/dc:description&gt;<br />
&lt;dc:language&gt;EN&lt;/dc:language&gt;<br />
&lt;dc:publisher&gt;Company&lt;/dc:publisher&gt;<br />
&lt;dc:source&gt;http://www.yoursite.com/&lt;/dc:source&gt;<br />
&lt;/rdf:Description&gt;<br />
&lt;/rdf:RDF&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tomdoepker.com/2010/07/23/dublin-core-metadata-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
