Open-source SEO primitives ↗

VideoObject · documented placeholder

Video SEO without invented media

A factual VideoObject example with a local poster and an explicitly unavailable video source.

Media status · unavailable

Poster and markup, no fabricated video URL

The repository has no licensed sample video asset, so this page does not claim a content or embed URL. It demonstrates the visible HTML structure, poster metadata, and the factual fields available now.

Unavailable media: no playable source is provided. The VideoObject uses only its name, description, poster, and documented upload date.

Inspect generated JSON-LD

This is the same schema graph emitted by SEO.astro; the demo only formats it for readable inspection.

{"@context":"https://schema.org","@graph":[{"@type":"VideoObject","name":"Video SEO showcase placeholder","description":"A visible HTML5 video integration example whose media file is intentionally unavailable in this demo.","thumbnailUrl":["https://astro-seo-complement.pages.dev/video-poster.svg"],"uploadDate":"2025-01-01T00:00:00.000Z"},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://astro-seo-complement.pages.dev/"},{"@type":"ListItem","position":2,"name":"Video SEO","item":"https://astro-seo-complement.pages.dev/video/"}]}]}