CC1 Multimedia — Video SEO / AIO / GEO Gap Audit
cc1multimedia.com · live-DOM schema inspection · 1 video audited
How this was measured. The homepage was opened in a live browser and its rendered DOM inspected for <script type="application/ld+json"> blocks of type VideoObject, plus <meta> tags. The site's promo runs as a self-hosted MP4 and the page emits no structured data at all.
Notable: CC1 brands itself as a "Powerful AI Multimedia Marketing Agency," yet its own homepage emits zero JSON-LD structured data, no meta description, and no Open Graph tags — so its promo video is invisible to Google video results and AI engines, and the page produces no rich preview when shared. This is the most complete gap in the set so far.
CC1 Multimedia Promo
CURRENT STATE · LIVE TODAY
No structured data at all
// 0 JSON-LD blocks on page
// No structured data of ANY kind
// Video: self-hosted MP4
// /wp-content/uploads/.../CC1-Multimedia-Promo-2.mp4
// meta description: MISSING
// Open Graph tags: MISSING
// Missing: @type:VideoObject, name, description,
// thumbnailUrl, uploadDate, duration, embedUrl,
// contentUrl, transcript
| FIELD | STATUS |
|---|
| @type: VideoObject | ✕ Missing |
| name | ✕ Missing |
| description | ✕ Missing |
| thumbnailUrl | ✕ Missing |
| uploadDate | ✕ Missing |
| duration | ✕ Missing |
| embedUrl | ✕ Missing |
| contentUrl | ✕ Missing |
| transcript | ✕ Missing |
WITH BRIGHTCOVE AI SUITE + SCHEMA GENERATOR
Complete VideoObject — carousel eligible
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "<AI-generated, SEO-optimized title>",
"description": "<rich, keyword-dense summary>",
"thumbnailUrl": "<Brightcove CDN URL>",
"uploadDate": "<from Brightcove metadata>",
"duration": "PT#M#S",
"embedUrl": "https://players.brightcove.net/...",
"contentUrl": "<stable MP4 URL>",
"transcript": "<AI-generated from captions>"
}
| FIELD | AI SUITE VALUE |
|---|
| @type: VideoObject | ✓ Present — carousel eligible |
| name | ✓ AI-generated, SEO title |
| description | ✓ Rich, keyword-dense |
| thumbnailUrl | ✓ Brightcove CDN URL |
| uploadDate | ✓ From Brightcove metadata |
| duration | ✓ ISO 8601 format |
| embedUrl | ✓ Stable player URL |
| contentUrl | ✓ Direct MP4 URL |
| transcript | ✓ AI-generated from captions |
SEO / AIO / GEO gaps: No VideoObject JSON-LD (in fact no structured data of any type) → the promo video is not eligible for Google video rich results or the video carousel, and the page has no meta description or Open Graph tags, so it also produces no rich search snippet or social preview (SEO). No machine-readable metadata or transcript → AI engines (Google AI Overviews, ChatGPT, Perplexity) cannot extract or cite the video (AIO). No transcript / single-language captions → invisible to non-English and generative-engine queries (GEO). Fix: host the video via Brightcove + SEO Schema Generator (emit VideoObject) + Metadata Optimizer (page title/description + video metadata) + Universal Translator (multilingual captions, transcript & dubbing).