-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (60 loc) · 3.21 KB
/
Copy pathindex.html
File metadata and controls
68 lines (60 loc) · 3.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./src/assets/exla sm.png" />
<!-- Author -->
<meta name="Jeffreyxdev" content="Exla marketplace" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exla | Ticket Marketplace</title>
<meta name="description" content="Exla is a safe ticket marketplace where users can buy or sell event tickets in Nigeria. Exla is founded by Jeffrey Agabaenwere A Nigerian teen Software engineer" />
<meta name="keywords" content="Exla, marketplace,eventbrite, Omo events Nigeria, tickets, events in Nigeria, tickets seller , buy tickets , make money, trade tickets, Design ,Exla marketplace , google, result ,event, Exla tickets,
Port harcourt events, Lagos events,Abuja events, Event coverage, Non-profits , Organization, Reanking, Jeffrey agabaenwere, Startup ,Nigerian Organization,Paypal, governments, news, cnn, billgate foundation,Bing, party, invitation, ticket seller in Nigeria,tickect seller in africa " />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik+Vinyl&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- Structured Data for SEO also add the domain-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Exla marketplace",
"url": "https://www.Exla.com.ng",
"logo": "",
"description": "Exla is a safe ticket marketplace where users can buy or sell event tickets in Nigeria.Exla is founded by Jeffrey Agabaenwere A Nigerian teen Software engineer",
"address": {
"@type": "PostalAddress",
"addressLocality": "Nigeria",
"addressRegion": "Africa"
},
"sameAs": [
"https://facebook.com/",
"https://twitter.com/",
"https://instagram.com/"
]
}
</script>
<!--add socail links above-->
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Exla | marketplace" />
<meta property="og:description" content="Exla is a safe ticket marketplace where users can buy or sell event tickets in Nigeria,
Exla is founded by Jeffrey Agabaenwere" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Exla | marketplace" />
<meta name="twitter:description" content="Exla is a safe ticket marketplace where users can buy or sell event tickets in Nigeria." />
<meta name="twitter:image" content="" />
<!-- Canonical URL -->
<link rel="canonical" href="" />
<link rel="nofollow" href="" />
<link rel="nofollow" href="" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>