EDMeta is a compact, machine- and human-readable string format for denoting authorship origin, editorial checks, and licensing on written or media content. It aims to improve transparency, support ethical content sourcing, and enable automated processing or filtering in both human-facing and federated systems.
ED:<origin>:<checks>:<license>
All segments use shortcodes for compact representation.
Describes the creation process:
Code | Meaning |
---|---|
H |
Human-authored |
AI0 |
Pure AI-generated |
AI1 |
AI-generated, lightly edited |
AI2 |
Human-led, AI-assisted |
AI3 |
AI-generated, heavily curated |
+H-ED |
Human-edited (can be appended to AI) |
Examples:
H
→ human-authoredAI2
→ human-led, AI-assistedAI0+H-ED
→ AI-generated, then human-editedEditorial and quality checks applied, expressed as 2-letter codes:
Code | Meaning |
---|---|
Sp |
Spell-checked |
Gr |
Grammar-checked |
St |
Style-checked |
Ft |
Fact-checked |
Ct |
Sources cited |
Md |
Moderated |
Pr |
Peer-reviewed |
Bs |
Bias-reviewed |
Au |
Author identity verified |
Concatenate without separators:
SpGrStFt
= spell, grammar, style, fact checksUse established short forms:
Code | License Description |
---|---|
CC-BY |
Creative Commons Attribution |
CC-NC |
CC Attribution NonCommercial |
CC-NC-SA |
CC Attribution NonCommercial ShareAlike |
ARR |
All Rights Reserved |
PD |
Public Domain |
ED:H:SpStFt:CC-BY
Human-authored, spell/style/fact-checked, Creative Commons Attribution
ED:AI0+H-ED:GrCtMd:CC-NC-SA
AI-generated, human-edited, grammar/citation/moderation checked, Creative Commons NonCommercial ShareAlike
For structured data, map to JSON-LD:
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"authoringOrigin": "human-authored",
"editorialChecks": ["spell-checked", "style-checked", "fact-checked"],
"license": "CC Attribution"
}
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"authoringOrigin": "ai-generated+human-edited",
"editorialChecks": ["grammar-checked", "sources cited", "moderated"],
"license": "CC Attribution NonCommercial ShareAlike"
}
Display in footers of posts as:
ED:AI2:SpGr:CC-BY
Parsed by clients into readable tooltip or metadata badge.
edmeta.dev
micrositeEDMeta is a community-driven initiative. We welcome contributions, feedback, and discussions on GitHub. Join us in shaping the future of editorial metadata!
We welcome contributions to EDMeta! Whether you’re a developer, designer, or just passionate about editorial metadata, your input is valuable. Please check our contributing guidelines for more information on how to get involved.
EDMeta is inspired by the need for transparency in content creation and editorial processes. We acknowledge the contributions of the open-source community and the importance of collaboration in shaping this specification.
For inquiries, feedback, or collaboration opportunities, please reach out to us via our GitHub Discussions or GitHub Issues.
EDMeta is designed for open adoption. Proposals for new codes should be submitted via GitHub discussions or governance body (TBD).
“Clarity is the new trust.”