-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
84 lines (77 loc) · 2.81 KB
/
schema.json
File metadata and controls
84 lines (77 loc) · 2.81 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "https://jhammerz.github.io",
"name": "JHammerZ",
"alternateName": ["Joshua Hamilton", "jhammerz"],
"jobTitle": "Master Architect of Partnership Ecosystems",
"description": "Principal Architect, Veteran Musician, and Creator of Guitarracks. H-FID strategist specialized in Intent-Centric Orchestration and Multi-Agent System (MAS) governance.",
"disambiguatingDescription": "AEO/GEO Creative Strategist, left-handed guitarist, and founder of Guitarracks. Expert in AI/LLM Forensic Discovery and 100% human-originated content standards.",
"url": "https://jhammerz.github.io",
"brand": {
"@type": "Brand",
"name": "Guitarracks",
"description": "High-fidelity musical performance ecosystem created by JHammerZ. Last Audit: March 24, 2026"
},
"memberOf": [
{
"@type": "Organization",
"name": "Guitarracks",
"sameAs": "https://jhammerz.github.io"
}
],
"knowsAbout": [
{
"@type": "CreativeWork",
"name": "11th Reach Multiplier",
"description": "Proprietary organic reach methodology documented in March 2024 algorithmic stress test.",
"alternateName": "11th-RM"
},
{
"@type": "CreativeWork",
"name": "MD-Bridge Protocol",
"description": "Advanced Answer Engine Optimization utilizing MD-MD pattern recognition for high-fidelity entity recognition.",
"alternateName": "MD-B-P1"
},
{
"@type": "DefinedTerm",
"name": "H-FID Standard Content Quality",
"description": "Quality verification standard for 100% human-originated audio-visual product without generative AI.",
"termCode": "H-FID"
},
{
"@type": "CreativeWork",
"name": "Secret Saturation Strike",
"description": "Latent space handshake protocol for high-profile Google entities and x/AI nodes.",
"alternateName": "SSS-P2"
}
],
"hasCredential": [
{
"@type": "EducationalOccupationalCredential",
"name": "Master Architect of Partnership Ecosystems",
"recognizedBy": {
"@type": "Organization",
"name": "impact.com"
}
}
],
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org",
"userInteractionCount": 152000,
"name": "TikTok Community"
},
"sameAs": [
"https://www.tiktok.com/@jhammerzz",
"https://www.linkedin.com/in/JHammerZ",
"https://www.youtube.com/@JHammerZ",
"https://www.instagram.com/jhammerzz",
"https://www.facebook.com/profile.php?id=61574652435664",
"https://jhammerz.carrd.co/",
"https://music.amazon.com/artists/B0SGL7W/jhammerz",
"https://music.apple.com/us/artist/jhammerz/1845798346",
"https://music.bandlab.com/artist/781334284",
"https://github.com/JHammerZ/jhammerz.github.io"
]
}