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

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