|
trackback_rdf |
|
trackback_rdf is a string variable containing trackback RDF information.
This information is not meant for readers but for blogs and other web pages that support the trackback standard. Its format is:
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<rdf:Description
rdf:about="(URL for the individual page for the article)"
dc:identifier="(URL for the individual page for the article)"
dc:title="(Article title)"
trackback:ping="(Article title)" />
</rdf:RDF>
In the default article template, the trackback_rdf variable is placed inside HTML comments at the start.
Example
The example below shows how the trackback_rdf variable is typically used:
<!--
{{trackback_rdf}}
-->