Trackback Reference
The Trackback namespace enables peer-to-peer communication between web sites that publish related content. In its simplest form, trackback is a means of sending a message that lets a site know you've published a link to one of its pages.
| Namespace URI | http://madskills.com/public/xml/rss/module/trackback/ |
|---|---|
| Specification | Trackback Namespace for RSS |
| Prefix | <trackback:*> |
| Available in | RSS, Atom |
| Property | trackback |
Types
ts
export namespace TrackbackNs {
export type Item = {
ping?: string
abouts?: Array<string>
}
}Related
- Parsing Namespaces - How namespace parsing works