Skip to content

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 URIhttp://madskills.com/public/xml/rss/module/trackback/
SpecificationTrackback Namespace for RSS
Prefix<trackback:*>
Available inRSS, Atom
Propertytrackback

Types

ts
export namespace TrackbackNs {
  export type Item = {
    ping?: string
    abouts?: Array<string>
  }
}