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 lib seo open_graph website.ex
Raw

lib/seo/open_graph/website.ex

defmodule SEO.OpenGraph.Website do
@moduledoc """
- website - Namespace URI: https://ogp.me/ns/website#
"""
defstruct namespace: "https://ogp.me/ns/website#"
@type t :: %__MODULE__{
namespace: String.t()
}
end