summaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html30
1 files changed, 23 insertions, 7 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 7d13b36..69d3c41 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -2,11 +2,27 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta content="Ben's Corner of the Web" property="og:title">
- <meta content="Ben is a GNU/Linux nerd and these are his links" property="og:description">
- <meta content="https://ben.sanders.life" property="og:url">
- <meta content="https://bsand.net/assets/me.jpeg" property="og:image">
- <meta content="#b172bc" data-react-helmet="true" name="theme-color">
+
+ <!-- SEO Meta Tags -->
+ <title>Ben Sanders – Network Administrator, Linux Enthusiast, Web Developer, and Technologist</title>
+ <meta name="description" content="Ben Sanders is a Linux enthusiast and web developer sharing projects, thoughts, and resources on technology, open source, and simple web hosting.">
+ <meta name="keywords" content="Ben Sanders, Linux, web development, open source, technologist, Sanders Technology, ben.sanders.life">
+ <meta name="author" content="Ben Sanders">
+
+ <!-- Open Graph / Facebook -->
+ <meta property="og:title" content="Ben Sanders – Linux Nerd & Technologist">
+ <meta property="og:description" content="Explore the online presence of Ben Sanders – a Linux enthusiast and web developer sharing thoughts, projects, and resources.">
+ <meta property="og:url" content="https://ben.sanders.life">
+ <meta property="og:image" content="https://bsand.net/assets/me.jpeg">
+ <meta property="og:type" content="website">
+
+ <!-- Twitter Card -->
+ <meta name="twitter:card" content="summary_large_image">
+ <meta name="twitter:title" content="Ben Sanders – Linux Nerd & Web Developer">
+ <meta name="twitter:description" content="Visit the personal site of Ben Sanders to explore tech, open source, and minimalist web design.">
+ <meta name="twitter:image" content="https://bsand.net/assets/me.jpeg">
+
+ <!-- UI and Theme -->
+ <meta name="theme-color" content="#b172bc">
<link rel="stylesheet" href="/main.css">
- <title>Ben's Website</title>
-</head> \ No newline at end of file
+ </head> \ No newline at end of file