Packages

Framework for Phoenix applications to optimize your site for search engines and displaying rich results when your URLs are shared across the internet.

Current section

Files

Jump to
phoenix_seo priv examples jsonld video_object.exs
Raw

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"
})