Current section
Files
Jump to
Current section
Files
priv/examples/jsonld/article.exs
SEO.JSONLD.Article.build(%{
headline: "How Elixir Crushed the Naysayers",
description: "A retrospective on a decade of the BEAM.",
date_published: ~D[2024-01-15],
author: SEO.JSONLD.Person.build(%{name: "Jane Doe"}),
publisher: SEO.JSONLD.Organization.build(%{name: "Acme"}),
image: "https://example.com/hero.jpg"
})