I'd like to add trackback to my blog. I don't want to add the trackback URL to my pages or anything, but I do want other blogs to pick it up when somebody is referring to my page in their own blog.
I think adding this to each page, would suffice:
CODE
<!--
<rdf:RDF
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
<rdf:Description
trackback:ping="http://www.site.com/movabletype/mt-tb.cgi/4014"
</rdf:RDF>
-->
<rdf:RDF
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
<rdf:Description
trackback:ping="http://www.site.com/movabletype/mt-tb.cgi/4014"
</rdf:RDF>
-->
Is this correct?