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

priv/examples/jsonld/organization.exs

SEO.JSONLD.Organization.build(%{
name: "Acme Corp",
url: "https://acme.com",
logo: "https://acme.com/logo.png",
same_as: ["https://twitter.com/acme", "https://github.com/acme"],
contact_point:
SEO.JSONLD.ContactPoint.build(%{
contact_type: "customer service",
telephone: "+1-555-555-5555",
email: "support@acme.com"
})
})