🔍SEO
SEO Setup in Fast Phoenix
defmodule PhxSaas.Seo do
def title, do: "Fast Phoenix - Build Faster with Elixir and Phoenix"
def description, do: "Fast Phoenix is a boilerplate for the Phoenix Framework, helping you rapidly develop your web applications with powerful features and seamless integrations."
def keywords, do: "Phoenix, Elixir, boilerplate, web development, SaaS"
def author, do: "Your Name or Company"
def og_image, do: "https://yourdomain.com/images/og-image.png"
def twitter_card, do: "summary_large_image"
endLast updated