Zion Boggan zionboggan.com ↗

SEO: add Person/WebSite JSON-LD, Open Graph, Twitter card, canonical

Adds structured data so name searches ('Zion Boggan') resolve this
site as the authoritative entity, plus social-share metadata.
bb922e6   Zion Boggan committed on May 31, 2026 (3 weeks ago)
index.html +51 -1
@@ -4,7 +4,57 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zion Boggan | Security Engineering, Detection Engineering, and Research</title>
-<meta name="description" content="SOC analyst and independent security researcher. Detection engineering, vulnerability research, and applied cryptography, including Oversight Protocol, a post-quantum data-provenance system in Rust.">
+<meta name="description" content="Zion Boggan - SOC analyst and independent security researcher. Detection engineering, vulnerability research, and applied cryptography, including Oversight Protocol, a post-quantum data-provenance system in Rust.">
+<meta name="author" content="Zion Boggan">
+<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1">
+<link rel="canonical" href="https://zionboggan.com/">
+
+<!-- Open Graph -->
+<meta property="og:type" content="profile">
+<meta property="og:site_name" content="Zion Boggan">
+<meta property="og:title" content="Zion Boggan | Security Engineering, Detection Engineering & Research">
+<meta property="og:description" content="SOC analyst and independent security researcher. Vulnerability research with full proof-of-concept exploits, detection engineering, and applied cryptography.">
+<meta property="og:url" content="https://zionboggan.com/">
+<meta property="og:image" content="https://zionboggan.com/assets/og-default.png">
+<meta property="og:image:alt" content="Zion Boggan - Security Engineering & Research">
+<meta property="profile:first_name" content="Zion">
+<meta property="profile:last_name" content="Boggan">
+
+<!-- Twitter -->
+<meta name="twitter:card" content="summary_large_image">
+<meta name="twitter:title" content="Zion Boggan | Security Engineering, Detection Engineering & Research">
+<meta name="twitter:description" content="SOC analyst and independent security researcher. Vulnerability research, detection engineering, and applied cryptography.">
+<meta name="twitter:image" content="https://zionboggan.com/assets/og-default.png">
+
+<!-- Structured data: Person entity for name searches -->
+<script type="application/ld+json">
+{
+ "@context": "https://schema.org",
+ "@type": "Person",
+ "name": "Zion Boggan",
+ "givenName": "Zion",
+ "familyName": "Boggan",
+ "url": "https://zionboggan.com/",
+ "image": "https://zionboggan.com/assets/og-default.png",
+ "email": "mailto:contact@zionboggan.com",
+ "jobTitle": "Security Researcher & Detection Engineer",
+ "description": "SOC analyst and independent security researcher specializing in vulnerability research, detection engineering, and applied cryptography.",
+ "knowsAbout": ["Vulnerability Research", "Detection Engineering", "SOC Analysis", "Applied Cryptography", "Threat Detection", "Security Engineering"],
+ "sameAs": [
+ "https://github.com/zionboggan",
+ "https://www.linkedin.com/in/zion-boggan-9707b6377"
+ ]
+}
+</script>
+<script type="application/ld+json">
+{
+ "@context": "https://schema.org",
+ "@type": "WebSite",
+ "name": "Zion Boggan",
+ "url": "https://zionboggan.com/",
+ "author": { "@type": "Person", "name": "Zion Boggan" }
+}
+</script>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='6' fill='%230c0e12'/%3E%3Ctext x='16' y='22' font-family='monospace' font-size='15' fill='%236cc7b8' text-anchor='middle'%3Ezb%3C/text%3E%3C/svg%3E">
<style>
:root{