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 URI | http://madskills.com/public/xml/rss/module/pingback/ |
|---|---|
| Specification | Pingback RSS Module (Web Archive) |
| Prefix | <pingback:*> |
| Available in | RSS, Atom, RDF |
| Property | pingback |
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>
}
}Related
- Parsing Namespaces - How namespace parsing works