-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (79 loc) · 4.19 KB
/
Copy pathindex.html
File metadata and controls
90 lines (79 loc) · 4.19 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FJ Lessing - Head of Development | Full-Stack Developer</title>
<!-- Basic SEO Meta Tags -->
<meta name="description" content="FJ Lessing - Head of Development at BRAVE Digital. Expert in full-stack development, mobile apps, cloud architecture, and team leadership. Specialized in React, Vue, Laravel, Flutter, and DevOps." />
<meta name="keywords" content="FJ Lessing, Head of Development, Full-Stack Developer, React, Vue, Laravel, Flutter, AWS, DevOps, Software Engineer, BRAVE Digital" />
<meta name="author" content="FJ Lessing" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://www.fjlessing.co.za" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="FJ Lessing - Head of Development | Full-Stack Developer" />
<meta property="og:description" content="Head of Development at BRAVE Digital with expertise in full-stack development, mobile applications, and cloud infrastructure." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.fjlessing.co.za" />
<meta property="og:image" content="https://www.fjlessing.co.za/assets/816cce38ea06beccf64a13c02ed16a2a72daced0.png" />
<meta property="og:image:alt" content="FJ Lessing - Professional Headshot" />
<meta property="og:site_name" content="FJ Lessing Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FJ Lessing - Head of Development | Full-Stack Developer" />
<meta name="twitter:description" content="Head of Development at BRAVE Digital with expertise in full-stack development, mobile applications, and cloud infrastructure." />
<meta name="twitter:image" content="https://www.fjlessing.co.za/assets/816cce38ea06beccf64a13c02ed16a2a72daced0.png" />
<meta name="twitter:image:alt" content="FJ Lessing - Professional Headshot" />
<meta name="twitter:site" content="@FJLessing" />
<meta name="twitter:creator" content="@FJLessing" />
<!-- LinkedIn Specific Meta Tags -->
<meta property="linkedin:owner" content="https://www.linkedin.com/in/fj-lessing/" />
<!-- Technical Meta Tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#ffc614" />
<meta name="msapplication-TileColor" content="#ffc614" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<!-- Favicon and App Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Social Links for Indexing -->
<link rel="me" href="https://www.linkedin.com/in/fj-lessing/" />
<link rel="me" href="https://github.com/FJLessing" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "FJ Lessing",
"jobTitle": "Head of Development",
"worksFor": {
"@type": "Organization",
"name": "BRAVE Digital"
},
"url": "https://www.fjlessing.co.za",
"sameAs": [
"https://www.linkedin.com/in/fj-lessing/",
"https://github.com/FJLessing"
],
"knowsAbout": [
"Web Development",
"Mobile Development",
"React",
"Vue.js",
"Laravel",
"Flutter",
"AWS",
"DevOps"
],
"image": "https://www.fjlessing.co.za/assets/816cce38ea06beccf64a13c02ed16a2a72daced0.png"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>