forked from SoundDocs/sounddocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 3.01 KB
/
index.html
File metadata and controls
61 lines (56 loc) · 3.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://i.ibb.co/pBpMzCC/Screenshot-2025-04-23-at-21-02-45-1.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SoundDocs | Professional Patch Lists & Stage Plots for Audio Engineers</title>
<meta name="description" content="Create professional patch lists and stage plots for audio engineers, sound designers, and production teams. Free, easy-to-use tools for technical documentation in the audio industry." />
<meta name="keywords" content="patch list, stage plot, audio engineer, sound production, technical rider, input list, sound documentation, live sound, audio production, stage layout, concert planning, sound engineer tools" />
<meta name="author" content="SoundDocs" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sounddocs.org/" />
<meta property="og:title" content="SoundDocs | Professional Patch Lists & Stage Plots" />
<meta property="og:description" content="Create professional patch lists and stage plots for audio engineers. Free tools for technical documentation in the audio industry." />
<meta property="og:image" content="https://sounddocs.org/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sounddocs.org/" />
<meta property="twitter:title" content="SoundDocs | Professional Patch Lists & Stage Plots" />
<meta property="twitter:description" content="Create professional patch lists and stage plots for audio engineers. Free tools for technical documentation in the audio industry." />
<meta property="twitter:image" content="https://sounddocs.org/og-image.jpg" />
<!-- Canonical URL -->
<meta rel="canonical" href="https://sounddocs.org/" />
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "SoundDocs",
"url": "https://sounddocs.org",
"description": "Professional patch lists and stage plots for audio engineers",
"applicationCategory": "ProductivityApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"creator": {
"@type": "Organization",
"name": "SoundDocs",
"url": "https://sounddocs.org"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>