Hello,
I’ve been working on implimenting meta tag support for weblog entries and noticed that the LG Meta extension uses the Dublin Core meta element set.
<link rel='schema.DC' href='http://purl.org/dc/elements/1.1/' />
<link rel='schema.DCTERMS' href='http://purl.org/dc/terms/' />
<meta name='DC.title' content='eCalc' />
<meta name='DC.creator' content='' />
<meta name='DC.subject' content='' />
<meta name='DC.description' content='' />Is there any advantage in including this purl url? Will this require an extra http request for every page that loads?
Why not just specify the name yourself as opposed to going through a url redirect?
How does this affect SEO?
thanks