mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-28 12:22:14 +01:00
Update meta tags and add Open Graph meta tags
This commit is contained in:
23
index.html
23
index.html
@@ -1,11 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--* META Tags -->
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Portfolio for Janis Meister" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Janis Meister's Portfolio: A showcase of my skills, projects, and experiences in software development."
|
||||
/>
|
||||
<meta name="author" content="Janis Meister" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Janis Meister, Portfolio, Software Development, Skills, Projects, Programming, Code"
|
||||
/>
|
||||
|
||||
<!--* Open Graph Meta Tags-->
|
||||
<meta property="og:title" content="Janis Meister - Portfolio" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A showcase of my skills, projects, and experiences in software development."
|
||||
/>
|
||||
<meta property="og:image" content="favicon.ico" />
|
||||
<meta property="og:url" content="https://janis-meister.com" />
|
||||
|
||||
<!--* General -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<title>Janis Meister - Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user