-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (134 loc) · 5.57 KB
/
index.html
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<!-- Primary Meta Tags -->
<title>Brittek® Digital | Innovate. Elevate. Enhance.</title>
<meta name="description" content="Brittek® Digital, a premier creative agency, specializes in Web Development, AI-Powered Automation, Human-Centered Design, and Premium Branding Assets. Delivering digital excellence with innovation and impact.">
<meta name="keywords" content="Brittek Digital, Web Development, AI Automation, Digital Branding, Premium Assets, Human-Centered Design, Sydney Agency">
<meta name="author" content="James L. Britton">
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://brittek.digital">
<meta property="og:title" content="Brittek® Digital | Innovate. Elevate. Enhance.">
<meta property="og:description" content="Innovative solutions in Web Development, AI-powered automation, and premium digital branding assets by Brittek® Digital.">
<meta property="og:image" content="https://brittek.digital/share.jpg">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://brittek.digital">
<meta name="twitter:title" content="Brittek® Digital | Innovate. Elevate. Enhance.">
<meta name="twitter:description" content="Brittek® Digital specializes in premium web solutions, digital assets, and AI integrations for visionary brands.">
<meta name="twitter:image" content="https://brittek.digital/share.jpg">
<!-- Favicon and Fonts -->
<link rel="icon" href="https://assets.codepen.io/9806267/Brittek+Digital+Logo.png" type="image/png">
<link rel="apple-touch-icon" href="https://assets.codepen.io/9806267/Brittek+Digital+Logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap">
<link href="https://assets.codepen.io/9806267/stylesystem.css" rel="stylesheet">
<!-- Schema Markup for SEO (Organization) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Brittek® Digital",
"url": "https://brittek.digital",
"logo": "https://brittek.digital/share.jpg",
"description": "Brittek® Digital is a creative agency that specializes in web development, AI-powered automation, and premium digital branding.",
"founder": {
"@type": "Person",
"name": "James L. Britton"
},
"sameAs": [
"https://www.instagram.com/brittekdgtl",
"https://www.linkedin.com/company/brittek-digital",
"https://twitter.com/brittekdigital",
"https://github.com/brittek",
"https://dribbble.com/Brittek"
],
"contactPoint": {
"@type": "ContactPoint",
"email": "[email protected]",
"contactType": "Customer Service"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Sydney",
"addressCountry": "AU"
}
}
</script>
<!-- Breadcrumb Schema Markup for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://brittek.digital"
},
{
"@type": "ListItem",
"position": 2,
"name": "About",
"item": "https://brittek.digital/about"
},
{
"@type": "ListItem",
"position": 3,
"name": "Services",
"item": "https://brittek.digital/services"
},
{
"@type": "ListItem",
"position": 4,
"name": "Contact",
"item": "https://brittek.digital/contact"
}
]
}
</script>
<!-- Article Schema for SEO (if blog is added) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Blog",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://brittek.digital/blog"
},
"headline": "Latest Insights from Brittek Digital",
"description": "Explore in-depth articles on web development, AI automation, and digital branding trends.",
"publisher": {
"@type": "Organization",
"name": "Brittek® Digital",
"logo": {
"@type": "ImageObject",
"url": "https://brittek.digital/share.jpg"
}
},
"author": {
"@type": "Person",
"name": "James L. Britton"
}
}
</script>
</head>
<body>
<div id="root"></div>
<!-- Primary Script and External Modules -->
<script type="module" src="/src/main.tsx"></script>
<!-- Structured Navigation Links for SEO -->
<nav aria-label="Main Navigation">
<ul>
<li><a href="https://brittek.digital/">Home</a></li>
<li><a href="https://brittek.digital/about">About</a></li>
<li><a href="https://brittek.digital/services">Services</a></li>
<li><a href="https://brittek.digital/portfolio">Portfolio</a></li>
<li><a href="https://brittek.digital/contact">Contact</a></li>
</ul>
</nav>
</body>
</html>