@@ -45,6 +45,43 @@ const systemEntry = `
4545
4646let html = readFileSync (sourcePath , " utf8" )
4747 .replace (/ <link rel="icon"[^ >] + >/ , ' <link rel="icon" href="/favicon.png" type="image/png">\n <link rel="apple-touch-icon" href="/apple-touch-icon.png">' )
48+ .replace (
49+ " <title>Haitao Zheng | Cyber Security</title>" ,
50+ ` <title>Haitao Zheng | Cyber Security Portfolio</title>
51+ <meta name="description" content="Haitao Zheng, also known as Tao, Jensen Zheng, and Jensen Zane, is a Cyber Security & Privacy student building security tooling, cloud log analysis projects, IOC workflows, technical articles, and static-first web systems.">
52+ <meta name="keywords" content="Haitao Zheng, Tao Zheng, Tao, Jensen Zheng, Jensen Zane, jensenzheng, jensenzane, cyber security, cybersecurity portfolio, cloud security, blue team, IOC toolkit, security tooling, technical articles, developer portfolio, Astro portfolio, Cloudflare Pages">
53+ <link rel="canonical" href="https://tzheng.dev/">
54+ <meta property="og:title" content="Haitao Zheng | Cyber Security Portfolio">
55+ <meta property="og:description" content="Cyber security portfolio, technical articles, project case studies, and system design notes by Haitao Zheng.">
56+ <meta property="og:type" content="website">
57+ <meta property="og:url" content="https://tzheng.dev/">
58+ <meta property="og:image" content="https://tzheng.dev/logo.png">
59+ <meta name="twitter:card" content="summary_large_image">
60+ <script type="application/ld+json">
61+ {
62+ "@context": "https://schema.org",
63+ "@graph": [
64+ {
65+ "@type": "Person",
66+ "@id": "https://tzheng.dev/#person",
67+ "name": "Haitao Zheng",
68+ "alternateName": ["Tao", "Tao Zheng", "Jensen Zheng", "Jensen Zane", "jensenzheng", "jensenzane"],
69+ "url": "https://tzheng.dev/",
70+ "sameAs": ["https://github.com/0xTaoZ"],
71+ "knowsAbout": ["Cyber Security", "Cloud Security", "Blue Team", "IOC Workflows", "Security Tooling", "Static Websites", "Astro", "Cloudflare Pages"]
72+ },
73+ {
74+ "@type": "WebSite",
75+ "@id": "https://tzheng.dev/#website",
76+ "url": "https://tzheng.dev/",
77+ "name": "Haitao Zheng | Cyber Security Portfolio",
78+ "alternateName": ["tzheng.dev", "Tao Zheng Portfolio", "Jensen Zheng Cyber Security Portfolio"],
79+ "description": "Personal cyber security portfolio, technical articles, project case studies, and system design notes by Haitao Zheng."
80+ }
81+ ]
82+ }
83+ </script> `
84+ )
4885 .replace (
4986 ' <a href="#" class="text-white tracking-widest font-semibold hover:opacity-70 transition duration-300 flex items-center gap-3"><span class="nav-dot"></span>HAITAO ZHENG</a>' ,
5087 ' <a href="#" class="text-white hover:opacity-80 transition duration-300 flex items-center" aria-label="Haitao Zheng home"><img src="/logo.png" alt="" class="w-8 h-8 rounded-xl object-cover border border-white/10 shadow-[0_0_24px_rgba(125,211,252,0.22)]"></a>'
0 commit comments