-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (103 loc) · 4.25 KB
/
Copy pathindex.html
File metadata and controls
112 lines (103 loc) · 4.25 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>
Wedio AI Studio - Professional AI Voice & Media Platform | ElevenLabs
Alternative
</title>
<meta
name="title"
content="Wedio AI Studio - Professional AI Voice & Media Platform | ElevenLabs Alternative"
/>
<meta
name="description"
content="Professional AI-powered studio for voice generation, transcription, voice cloning, and document-to-video conversion. Transform your content with cutting-edge AI technology. Free ElevenLabs alternative with premium features."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wedio.intellwe.com/" />
<meta
property="og:title"
content="Wedio AI Studio - Professional AI Voice & Media Platform"
/>
<meta
property="og:description"
content="Transform text to speech, clone voices, transcribe multi-speaker audio, and convert documents to videos. Professional AI studio with enterprise-grade features."
/>
<meta property="og:image" content="/og-image.png" />
<meta property="og:site_name" content="Wedio AI Studio" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wedio.intellwe.com/" />
<meta
property="twitter:title"
content="Wedio AI Studio - Professional AI Voice & Media Platform"
/>
<meta
property="twitter:description"
content="Professional AI-powered studio for voice generation, transcription, voice cloning, and document-to-video conversion."
/>
<meta property="twitter:image" content="/og-image.png" />
<meta property="twitter:creator" content="@IntellWe" />
<!-- Enhanced SEO Keywords -->
<meta
name="keywords"
content="wedio ai studio, elevenlabs alternative, free text to speech, ai voice generator, professional voice cloning, audio transcription software, speech to text ai, diarization technology, multi-speaker transcription, document to video converter, pdf to audio, ai media studio, enterprise voice ai, professional audio generation, voice transformation, ai narration"
/>
<!-- Additional Meta Tags -->
<meta name="author" content="IntellWe" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<meta name="rating" content="general" />
<!-- Theme Color for browsers -->
<meta name="theme-color" content="#0f172a" />
<meta name="msapplication-navbutton-color" content="#0f172a" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://api.elevenlabs.io" />
<!-- Canonical URL -->
<link rel="canonical" href="https://wedio.intellwe.com/" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Wedio AI Studio",
"description": "Professional AI-powered studio for voice generation, transcription, voice cloning, and document-to-video conversion",
"url": "https://wedio.intellwe.com/",
"applicationCategory": "MultimediaApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"creator": {
"@type": "Organization",
"name": "IntellWe",
"url": "https://intellwe.com"
},
"featureList": [
"AI Voice Generation",
"Multi-Speaker Audio Transcription",
"Voice Cloning & Transformation",
"Document to Video Conversion",
"Professional Audio Processing"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>