Skip to content

Well-Formed Web Namespace Reference

The Well-Formed Web namespace provides elements for linking to comment feeds and comment posting interfaces, enabling better integration between feeds and commenting systems.

Namespace URIhttp://wellformedweb.org/CommentAPI/
SpecificationWell Formed Web Comment API
Prefix<wfw:*>
Available inRSS, Atom, RDF
Propertywfw

Types

ts
export type Item = {
  comment?: string
  commentRss?: string
}