Skip to content

Pingback Reference

The Pingback namespace provides a mechanism for notifying websites when content references or links to them, enabling automatic trackback of linkages between web resources.

Namespace URIhttp://madskills.com/public/xml/rss/module/pingback/
SpecificationPingback RSS Module (madskills.com)
Prefix<pingback:*>
Available inRSS, Atom
Propertypingback

Types

ts
export namespace PingbackNs {
  export type Feed = {
    to?: string
  }

  export type Item = {
    server?: string
    target?: string
  }
}