Tagged Questions

0
votes
1answer
437 views

Trackback implementation: rel=“trackback” vs RDF

I want my Rails App to parse external websites for a trackback URL but I'm not really sure if I should just look for a <a href="url" rel="trackback">Text</a> or follow the RDF ...