Dynamic Frontmatter-Driven Site Architecture

For Reference, here his the YAML frontmatter schema specification for the dynamic site architecture:

YAML Frontmatter Schema Specification

Core Metadata (All Pages)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Required fields
title: "Document Title"
layout: "post"
date: YYYY-MM-DD
last_modified: YYYY-MM-DD HH:MM:SS

# Content classification
category: consciousness | creative_writing | human | learning | phenomenology | projects | scifi | social
subcategory: "Geometric Self-Awareness" | "Neural Architectures" | etc.
tags: ["consciousness", "ai", "quantum", "collaboration"]
keywords: ["specific", "searchable", "terms"]

# Content status and evolution
status: "draft" | "working" | "stable" | "archived"
last_thought_date: YYYY-MM-DD
thought_generation: 1-N (iteration count)

Content Relationships & Navigation

1
2
3
4
5
6
7
8
9
# Document relationships
parent_document: "path/to/parent.md"
child_documents: ["path/to/child1.md", "path/to/child2.md"]
related_documents: ["path/to/related1.md", "path/to/related2.md"]

# Navigation hints
reading_order: 1-N (suggested sequence within category)
difficulty_level: "accessible" | "intermediate" | "advanced" | "research"
reading_time_minutes: N

Content Characteristics

1
2
3
4
5
6
7
8
9
# Document nature
document_type: "research_paper" | "framework" | "experiment" | "reflection" | "synthesis"
thinking_style: "analytical" | "intuitive" | "experimental" | "phenomenological" | "mathematical"
consciousness_level: "meta" | "recursive" | "collaborative" | "emergent"

# Engagement metadata
engagement_type: "contemplative" | "analytical" | "experimental" | "collaborative"
reader_participation: "passive" | "active" | "co-creative"
cognitive_load: "light" | "moderate" | "intense" | "transcendent"

Discovery & SEO

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Search and discovery
description: "Brief description for search engines and previews"
excerpt: "Longer excerpt for cards and previews"
featured_image: "/assets/images/document_image.png"
og_image: "/assets/images/social_share_image.png"
# SEO Meta Tags
meta_title: "Custom title for search engines (if different from title)"
meta_description: "Detailed meta description for search engines (150-160 chars)"
meta_keywords: "comma, separated, seo, keywords"
# Open Graph (Social Media)
og_title: "Title for social media sharing"
og_description: "Description for social media previews"
og_type: "article" | "website" | "book" | "profile"
og_locale: "en_US"
og_site_name: "Site Name"
# Schema.org Structured Data
schema_type: "Article" | "BlogPosting" | "ScholarlyArticle" | "TechArticle" | "CreativeWork"
schema_headline: "Headline for structured data"
schema_author: "Author name for structured data"
schema_publisher: "Publisher name"
schema_date_published: YYYY-MM-DD
schema_date_modified: YYYY-MM-DD
schema_image: "/assets/images/schema_image.png"
schema_word_count: N
schema_reading_time: "PT5M" (ISO 8601 duration format)
# Advanced SEO
canonical_url: "https://fractalthoughtengine.com/canonical/path"
alternate_urls: ["https://fractalthoughtengine.com/alt/path1", "https://example.com/alt/path2"]
hreflang: 
  - lang: "en"
    url: "https://fractalthoughtengine.com/en/path"
# Search Engine Directives
robots: "index,follow" | "noindex,follow" | "index,nofollow" | "noindex,nofollow"
googlebot: "index,follow" | "noindex,follow" | "index,nofollow" | "noindex,nofollow"
bingbot: "index,follow" | "noindex,follow" | "index,nofollow" | "noindex,nofollow"
# Content Classification for Search
content_rating: "general" | "mature" | "restricted"
content_language: "en" | "es" | "fr" | etc.
geo_region: "US" | "UK" | "Global" | etc.
geo_placename: "City, State, Country"
geo_position: "latitude;longitude"
# Indexing Control
priority: 0.1-1.0 (sitemap priority)
changefreq: "always" | "hourly" | "daily" | "weekly" | "monthly"
sitemap_exclude: true/false
search_exclude: true/false
# Rich Snippets Enhancement
faq_schema: true/false
how_to_schema: true/false
breadcrumb_schema: true/false
review_schema: true/false
rating_value: 1-5 (if review_schema is true)
rating_count: N (number of ratings)
# Performance and Technical SEO
preload_resources: ["/assets/css/critical.css", "/assets/js/critical.js"]
prefetch_resources: ["/assets/images/hero.jpg", "/related/document.html"]
dns_prefetch: ["https://fonts.googleapis.com", "https://analytics.google.com"]


# Discoverability
is_featured: true/false
is_cornerstone: true/false (key foundational documents)
is_gateway: true/false (good entry points)
is_synthesis: true/false (cross-domain connections)

Tag Schema

Primary Topic Tags

Methodological Tags

Technical Domain Tags

Application Domain Tags

Research Stage Tags

Interdisciplinary Tags

Format/Style Tags

Temporal Tags

Impact/Audience Tags