diff options
Diffstat (limited to '_site/blog/the-sims-4-laundry-day.html')
| -rw-r--r-- | _site/blog/the-sims-4-laundry-day.html | 54 |
1 files changed, 42 insertions, 12 deletions
diff --git a/_site/blog/the-sims-4-laundry-day.html b/_site/blog/the-sims-4-laundry-day.html index 1d4aba2..cad7e75 100644 --- a/_site/blog/the-sims-4-laundry-day.html +++ b/_site/blog/the-sims-4-laundry-day.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> |
