-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 2.34 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<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" />
<title>Kyle Smith - Portfolio</title>
<!-- Primary SEO Meta Tags -->
<meta name="description"
content="Kyle Vertanzil Smith Portfolio showcasing creative web development and design projects. Discover innovative solutions and creative designs that bring your ideas to life." />
<meta name="keywords"
content="Kyle Vertanzil Smith, vertanzil, Portfolio, web development, design, creative, projects" />
<meta name="author" content="Vertanzil" />
<link rel="canonical" href="https://vertanzil.github.io" />
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Vertanzil - Portfolio" />
<meta property="og:description"
content="Kyle Vertanzil Smith Portfolio showcasing creative web development and design projects. Discover innovative solutions and creative designs that bring your ideas to life." />
<meta property="og:image" content="/src/assets/logo.jpg" />
<meta property="og:url" content="https://vertanzil.github.io" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vertanzil - Portfolio" />
<meta name="twitter:description"
content="Kyle Vertanzil Smith Portfolio showcasing creative web development and design projects. Discover innovative solutions and creative designs that bring your ideas to life." />
<meta name="twitter:image" content="/src/assets/logo.jpg" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"name": "Vertanzil - Portfolio",
"url": "https://vertanzil.github.io",
"potentialAction": {
"@type": "SearchAction",
"target": "https://vertanzil.github.io/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="module" crossorigin src="./assets/index-Dwm-zMDA.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Yg2LqB8o.css">
</head>
<body>
<div id="app"></div>
</body>
</html>