Skip to content

Pingback Namespace Reference

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

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

Types

ts
export namespace PingbackNs {
  export type Feed = {
    /** @deprecated Not defined by the Pingback module. Will be removed in v4. */
    to?: string
  }

  export type Item = {
    server?: string
    target?: string
    abouts?: Array<string>
  }
}