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 image_object.exs
Raw

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