Current section
Files
Jump to
Current section
Files
priv/examples/jsonld/video_object.exs
SEO.JSONLD.VideoObject.build(%{
name: "Intro to Elixir",
description: "A 5-minute tour of the language.",
thumbnail_url: "https://example.com/thumb.jpg",
upload_date: ~D[2024-02-10],
duration: Duration.new!(minute: 5),
content_url: "https://example.com/videos/intro.mp4",
embed_url: "https://example.com/embed/intro"
})