-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (76 loc) · 4.61 KB
/
index.html
File metadata and controls
83 lines (76 loc) · 4.61 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>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EGNG54YK90"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EGNG54YK90');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Creator Branding Studio</title>
<meta name="title" content="Creator Branding Studio" />
<meta name="description" content="Turn your vibes into a sharp personal brand in 15 minutes. Interactive journey to discover your brand archetype, core values, and brand DNA." />
<meta name="keywords" content="personal branding, creator branding, brand archetype, brand identity, creative branding, personal brand quiz, brand discovery, content creator branding" />
<meta name="author" content="Stella Achenbach" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://creatorpricing.com/" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Favicon.png" />
<link rel="apple-touch-icon" href="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Favicon.png" />
<!-- Open Graph / Facebook / Discord / Telegram / WhatsApp -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://creatorpricing.com/" />
<meta property="og:site_name" content="Creator Branding Studio" />
<meta property="og:title" content="Creator Branding Studio" />
<meta property="og:description" content="Turn your vibes into a sharp personal brand in 15 minutes. Interactive journey to discover your brand archetype, core values, and brand DNA." />
<meta property="og:image" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Social%20Crawler%20Image.png" />
<meta property="og:image:secure_url" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Social%20Crawler%20Image.png" />
<meta property="og:image:url" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Social%20Crawler%20Image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Creator Branding Studio - Discover your brand archetype" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://creatorpricing.com/" />
<meta name="twitter:title" content="Creator Branding Studio" />
<meta name="twitter:description" content="Turn your vibes into a sharp personal brand in 15 minutes. Interactive journey to discover your brand archetype, core values, and brand DNA." />
<meta name="twitter:image" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Social%20Crawler%20Image.png" />
<meta name="twitter:image:src" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeibelixdpkaijzy224nq7bpu37qtmqtgpwpn636bbsqkowxpgqax4q/CBS-Social%20Crawler%20Image.png" />
<meta name="twitter:image:alt" content="Creator Branding Studio - Discover your brand archetype" />
<!-- Structured Data (JSON-LD) for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Creator Branding Studio",
"url": "https://creatorpricing.com/",
"description": "Turn your vibes into a sharp personal brand in 15 minutes. Interactive journey to discover your brand archetype, core values, and brand DNA.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Stella Achenbach"
},
"provider": {
"@type": "Person",
"name": "Stella Achenbach"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>