Recommend Lexicon New

The site.standard.graph.recommend lexicon declares that a user recommends a document.

Overview

Recommends are lightweight social signals: a user creates a recommend record on their PDS pointing at a site.standard.document they endorse. Aggregators and readers can use these records to surface popular or trusted documents.

Schema

Required Properties

PropertyTypeDescription
documentat-uriAT-URI reference to the document record being recommended (ex: at://did:plc:abc123/site.standard.document/xyz789).
createdAtdatetimeTimestamp marking when the recommend was created.

Example

{
  "$type": "site.standard.graph.recommend",
  "document": "at://did:plc:abc123/site.standard.document/3mbfqhezge25u",
  "createdAt": "2026-05-19T14:30:00.000Z"
}

View the Lexicon

Standard.site© 2026
Built by the communityDesigned for the ATmosphere