-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (77 loc) · 5.9 KB
/
index.html
File metadata and controls
84 lines (77 loc) · 5.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LZYD64P37P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LZYD64P37P');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Creator Contract Builder - Free Professional Contracts for Creators</title>
<meta name="title" content="Creator Contract Builder - Free Professional Contracts for Creators" />
<meta name="description" content="Free professional contract builder for creators and freelancers. Generate custom contracts with payment terms, IP rights, confidentiality clauses, liability protections, and dispute resolution. Export to PDF, markdown, or JSON. Supports multiple contract types, custom clauses, and multi-currency including stablecoins." />
<meta name="keywords" content="creator contract builder, freelance contract generator, creator contract template, freelance agreement, scope of work, payment terms, IP rights, confidentiality clause, content creator contract, digital creator agreement, freelancer tools, contract PDF export, freelance contract PDF, creator agreement template, independent contractor agreement, content creation contract, physical product contract, contract clauses, liability clause, indemnification, force majeure" />
<meta name="author" content="Stella Achenbach" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://creatorcontractbuilder.com/" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-Favicon.png" />
<link rel="apple-touch-icon" href="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-Favicon.png" />
<!-- Open Graph / Facebook / Discord / Telegram / WhatsApp -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://creatorcontractbuilder.com/" />
<meta property="og:site_name" content="Creator Contract Builder" />
<meta property="og:title" content="Creator Contract Builder - Free Professional Contracts for Creators" />
<meta property="og:description" content="Free professional contract builder for creators and freelancers. Generate custom contracts with payment terms, IP rights, confidentiality clauses, and more. Export to PDF, markdown, or JSON." />
<meta property="og:image" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-Social%20Crawler%20Image.png" />
<meta property="og:image:secure_url" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-Social%20Crawler%20Image.png" />
<meta property="og:image:url" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-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 Contract Builder - Free professional contract generator for creators and freelancers" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://creatorcontractbuilder.com/" />
<meta name="twitter:title" content="Creator Contract Builder - Free Professional Contracts for Creators" />
<meta name="twitter:description" content="Free professional contract builder for creators and freelancers. Generate custom contracts with payment terms, IP rights, confidentiality clauses, and more. Export to PDF, markdown, or JSON." />
<meta name="twitter:image" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-Social%20Crawler%20Image.png" />
<meta name="twitter:image:src" content="https://pink-quick-lizard-297.mypinata.cloud/ipfs/bafybeihvywcfkslwnr3pgx3lod3hbzaaaomapy2gerbommzdby2d3y6v4e/CCB-Social%20Crawler%20Image.png" />
<meta name="twitter:image:alt" content="Creator Contract Builder - Free professional contract generator for creators and freelancers" />
<!-- Structured Data (JSON-LD) for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Creator Contract Builder",
"url": "https://creatorcontractbuilder.com/",
"description": "Free professional contract builder for creators and freelancers. Generate custom contracts with payment terms, IP rights, confidentiality clauses, liability protections, and dispute resolution. Supports three contract types, custom clauses, and multi-currency including stablecoins. Export to PDF, markdown, or JSON.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"featureList": "Contract Builder, PDF Export, Markdown Export, JSON Export, Multiple Contract Types, Custom Clauses, Currency Support, Stablecoin Support, Live Preview, JSON Import, Liability & Warranties, Dispute Resolution, General Provisions Boilerplate",
"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>