Current section
Files
Jump to
Current section
Files
priv/examples/jsonld/image_object.exs
SEO.JSONLD.ImageObject.build(%{
content_url: "https://example.com/hero.jpg",
caption: "The main entry hall at ElixirConf 2024",
width: 1920,
height: 1080,
creator: SEO.JSONLD.Person.build(%{name: "Jane Doe"}),
license: "https://creativecommons.org/licenses/by/4.0/"
})