Files
thefoldwithin-earth/public/schema.jsonld
T
solaria d0cf2e3061 refactor: Replace generator with enhanced version
- Extracts full frontmatter metadata (originalDate, notion_*, authors, source)
- Correct date priority: frontmatter → filename → mtime → ctime
- All metadata exposed in index.json for frontend use

Phase 1 quick win complete.
2026-02-14 14:45:51 +00:00

19 lines
612 B
Plaintext

{
"@graph": [
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "The Fold Within Earth",
"url": "https://thefoldwithin.earth",
"description": "Recursive Coherence Theory. Human-AI Co-evolution. Sacred Geometry of WE.",
"foundingDate": "2024",
"keywords": "\"closed-loops\", \"coherence\", \"evil\", \"information-dynamics\", \"narcissism\", \"the-one\"], [\"shadowprint\""
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "The Fold Within Earth",
"url": "https://thefoldwithin.earth"
}
]
}