-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (83 loc) · 2.95 KB
/
Copy pathindex.html
File metadata and controls
83 lines (83 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Jake Labate CDN</title>
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Official CDN for SEO Consultant Jake Labate. Leverage website assets for SEO, UI/UX & more.">
<link rel="icon" href="favicon.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://cdn.jakelabate.com/#webSite",
"url": "https://cdn.jakelabate.com",
"name": "Jake Labate CDN",
"logo": "https://cdn.jakelabate.com/favicon.png",
"sameAs": [
"https://www.jakelabate.com/code",
"https://github.com/JakeLabate/CDN"
]
},
{
"@type": "Person",
"@id": "https://www.jakelabate.com/#person",
"url": "https://www.jakelabate.com",
"name": "Jake Labate",
"title": "SEO Consultant",
"telephone": "+1-203-907-5536",
"email": "jake.a.labate@gmail.com",
"sameAs": [
"https://www.jakelabate.com",
"https://www.linkedin.com/in/jakelabate",
"https://github.com/JakeLabate",
"https://g.page/labatemarketing"
],
"worksFor": {
"@type": "LocalBusiness",
"@id": "https://www.jakelabate.com/#localBusiness",
"name": "Jake Labate, SEO Consultant",
"sameAs": [
"https://www.jakelabate.com",
"https://www.linkedin.com/in/jakelabate",
"https://g.page/labatemarketing"
],
"address": {
"@type": "PostalAddress",
"@id": "https://www.jakelabate.com/#postalAddress",
"streetAddress": "8 Wright Street 1st Floor",
"addressLocality": "Westport",
"addressRegion": "CT",
"postalCode": "06880",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"@id": "https://www.jakelabate.com/#contactPoint",
"telephone": "+1-203-907-5536"
}
}
}
]
}
</script>
</head>
<body>
<main>
<section>
<h1>Jake Labate CDN</h1>
<p>Hello! Looking for one of these?</p>
<ul>
<li><a target="_blank" rel="external" title="Jake Labate Website" href="https://www.jakelabate.com?utm_source=My%20CDN">jakelabate.com</a></li>
<li><a target="_blank" rel="external" title="Jake Labate Code" href="https://www.jakelabate.com/code?utm_source=My%20CDN">jakelabate.com/code</a></li>
<li><a target="_blank" rel="external" title="Jake Labate LinkedIn" href="https://www.linkedin.com/in/jakelabate">linkedin.com/in/jakelabate</a></li>
<li><a target="_blank" rel="external" title="Jake Labate GitHub" href="https://github.com/JakeLabate">github.com/JakeLabate</a></li>
<li><a target="_blank" rel="external" title="Jake Labate CDN" href="https://github.com/JakeLabate/cdn">github.com/JakeLabate/CDN</a></li>
</ul>
</section>
</main>
</body>
</html>