summaryrefslogtreecommitdiff
path: root/_site/blog/national-novel-writing-month.html
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-06-24 20:06:11 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-06-24 20:06:11 -0400
commit377aa12d114d61136bbd0d96277c8888aafae38d (patch)
tree3347783fd60f29fe6fd3e743ebbb6c6d48ba4b95 /_site/blog/national-novel-writing-month.html
parent80fb9999a4b275b55a67bc9b8f1c7c2473284c18 (diff)
added some meta info for SEO, changed links removing .html, and added id info
Diffstat (limited to '_site/blog/national-novel-writing-month.html')
-rw-r--r--_site/blog/national-novel-writing-month.html54
1 files changed, 42 insertions, 12 deletions
diff --git a/_site/blog/national-novel-writing-month.html b/_site/blog/national-novel-writing-month.html
index f8017e2..2e41a78 100644
--- a/_site/blog/national-novel-writing-month.html
+++ b/_site/blog/national-novel-writing-month.html
@@ -4,23 +4,39 @@
<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>
+ </head>
<body>
<div id="website-container">
<ul class="navigation">
<li><a href="/" title="home">~/</a></li>
- <li><a href="/about.html" title="about me">~/about</a></li>
- <li><a href="/resume.html" title="my resume">~/resume</a></li>
- <li><a href="/blog.html" title="my blog">~/blog</a></li>
- <li><a href="/resources.html" title="resources">~/resources</a></li>
+ <li><a href="/about" title="about me">~/about</a></li>
+ <li><a href="/resume" title="my resume">~/resume</a></li>
+ <li><a href="/blog" title="my blog">~/blog</a></li>
+ <li><a href="/resources" title="resources">~/resources</a></li>
</ul>
@@ -48,6 +64,20 @@
</footer>
<!-- <script src="./index.js"></script> -->
-
+ <script type="application/ld+json">
+ {
+ "@context": "https://schema.org",
+ "@type": "Person",
+ "name": "Ben Sanders",
+ "url": "https://ben.sanders.life",
+ "image": "https://bsand.net/assets/me.jpeg",
+ "sameAs": [
+ "https://github.com/bensanders",
+ "https://linkedin.com/in/benasanders",
+ "https://twitter.com/thebensanders"
+ ],
+ "jobTitle": "Web Developer & Linux Enthusiast"
+ }
+ </script>
</body>
</html>