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 URI | http://madskills.com/public/xml/rss/module/pingback/ |
|---|---|
| Specification | Pingback RSS Module (madskills.com) |
| Prefix | <pingback:*> |
| Available in | RSS, Atom |
| Property | pingback |
Types
ts
export namespace PingbackNs {
export type Feed = {
to?: string
}
export type Item = {
server?: string
target?: string
}
}Related
- Parsing Namespaces - How namespace parsing works