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)
|