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/
Prefix<wfw:*>
Available inRSS, Atom, RDF

Structure

INFO

TDate represents date fields in the type definitions. When parsing, dates are returned as strings in their original format (see Parsing › Handling Dates for more details). When generating, dates should be provided as JavaScript Date objects.

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