-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 5.47 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 5.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SpectraCleanse AI — Strip AI Markers & Beat Algorithmic Suppression</title>
<meta name="description" content="SpectraCleanse AI removes AI provenance markers (C2PA, JUMBF, XMP) from your audio and video files, then injects platform-optimised SEO metadata so your music gets seen on YouTube, Spotify, Apple Music, and TikTok. Free to try — no credit card required." />
<meta name="keywords" content="AI music cleaner, remove AI watermark audio, beat algorithmic suppression, Spotify streams, YouTube music SEO, C2PA metadata removal, AI provenance stripping, music metadata optimizer, audio file cleaner, TikTok music reach" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://spectracleanse.com/" />
<meta name="theme-color" content="#0891b2" />
<meta name="author" content="SpectraCleanse AI" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://spectracleanse.com/" />
<meta property="og:site_name" content="SpectraCleanse AI" />
<meta property="og:title" content="SpectraCleanse AI — Strip AI Markers & Beat Algorithmic Suppression" />
<meta property="og:description" content="Your music is getting suppressed — not because it's bad, but because it carries invisible AI fingerprints. SpectraCleanse strips them out and injects SEO metadata that the algorithm actually rewards. Free to try." />
<meta property="og:image" content="https://spectracleanse.com/assets/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="SpectraCleanse AI — forensic audio metadata cleaner" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SpectraCleanse AI — Strip AI Markers & Beat Algorithmic Suppression" />
<meta name="twitter:description" content="Your music is getting suppressed by invisible AI fingerprints. SpectraCleanse strips them out and injects platform-optimised SEO metadata. Free to try — no credit card." />
<meta name="twitter:image" content="https://spectracleanse.com/assets/og-image.png" />
<meta name="twitter:image:alt" content="SpectraCleanse AI — forensic audio metadata cleaner" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "SpectraCleanse AI",
"url": "https://spectracleanse.com",
"description": "SpectraCleanse AI strips AI provenance markers (C2PA, JUMBF, XMP) from audio and video files and injects platform-optimised SEO metadata to beat algorithmic suppression on YouTube, Spotify, Apple Music, and TikTok.",
"applicationCategory": "MultimediaApplication",
"operatingSystem": "Web",
"offers": [
{ "@type": "Offer", "name": "Free", "price": "0", "priceCurrency": "USD", "description": "3 files per month, no credit card required" },
{ "@type": "Offer", "name": "Creator", "price": "9.99", "priceCurrency": "USD" },
{ "@type": "Offer", "name": "Studio", "price": "29.99", "priceCurrency": "USD" }
],
"featureList": ["Forensic marker detection for C2PA/JUMBF/XMP metadata", "Nuclear XMP/IPTC/ID3 wipe", "Gemini-powered SEO metadata generation", "Platform presets for YouTube, Spotify, Apple Music, TikTok", "Batch processing up to 20 files", "MP3 Quick Cleanse (browser-side)", "MP4/M4A Full Server Cleanse (server-side via ExifTool)"]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{ "@type": "Question", "name": "Why is my AI-generated music getting suppressed on Spotify and YouTube?", "acceptedAnswer": { "@type": "Answer", "text": "Platforms use embedded metadata markers including C2PA provenance data and XMP tags to identify AI-generated content and restrict its algorithmic reach. SpectraCleanse AI forensically detects and removes these markers so your music is treated like any other upload." } },
{ "@type": "Question", "name": "What file formats does SpectraCleanse AI support?", "acceptedAnswer": { "@type": "Answer", "text": "SpectraCleanse AI currently supports MP3 via Quick Cleanse (browser-side) and MP4/M4A via Full Server Cleanse (server-side, ExifTool-powered). WAV and FLAC support is planned but not currently available." } },
{ "@type": "Question", "name": "Is SpectraCleanse AI free?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Free accounts process 3 files per month with no credit card required. Creator ($9.99/mo) and Studio ($29.99/mo) plans offer unlimited processing and additional features." } },
{ "@type": "Question", "name": "How does SpectraCleanse AI inject SEO metadata?", "acceptedAnswer": { "@type": "Answer", "text": "After wiping provenance markers, SpectraCleanse uses Google Gemini to generate an SEO-optimised title, description, and tag set tuned to your chosen platform, then writes that metadata directly into the output file." } }
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>