forked from
standard.site/standard.site
Standard.site landing page built in Next.js
1---
2title: Frequently Asked Questions
3description: Common questions about Standard.site and implementing the lexicons.
4date: 2026-02-10
5atUri: "at://did:plc:re3ebnp5v7ffagz6rb6xfei4/site.standard.document/3mek5jhr66a27"
6ogImage: opengraph-image-docs-faq.png
7---
8
9import { StandardSite } from '@/app/components/docs'
10
11# Frequently Asked Questions
12
13Common questions about <StandardSite /> and implementing the lexicons.
14
15## General
16
17### What is Standard.site?
18
19<StandardSite /> is a community-driven initiative to create shared lexicon schemas for long-form publishing on AT Protocol. It enables interoperability between different publishing platforms.
20
21### Who created Standard.site?
22
23<StandardSite /> emerged from conversations between developers building long-form platforms on AT Protocol. It's maintained by the community and grows as builders identify shared needs.
24
25## Technical
26
27### Do I need to use all the lexicons?
28
29No. Applications can implement just the lexicons that make sense for their use case. The schemas are designed to work independently while supporting richer integrations when combined.
30
31### Can I extend the schemas?
32
33The standard focuses on shared metadata properties. Applications are free to add additional properties, though they may not be understood by other platforms.
34
35## Contributing
36
37### How can I contribute?
38
39<StandardSite /> is developed in the open. Join the conversation on Bluesky or [Tangled](https://tangled.org/standard.site) to propose changes or additions.
40
41### How are changes decided?
42
43Changes are discussed openly in the community. The goal is to reach consensus among builders who are actively implementing the standard.