Builds the SEO <head> block every page carries: canonical link, feed
discovery, icon links (detected from static/ — Cherry.Site.Icons),
meta description, Open Graph / Twitter cards, and JSON-LD BlogPosting
for posts.
This is framework-owned HTML handed to the theme's layout as
@head_extra — SEO is default-on and a theme cannot forget it.
Summary
Functions
Head block for a content document.
Head block for a synthetic page (blog index, tag pages, 404).
Functions
@spec for_document(Cherry.Site.t(), Cherry.Content.Document.t()) :: String.t()
Head block for a content document.
@spec for_page(Cherry.Site.t(), String.t(), String.t()) :: String.t()
Head block for a synthetic page (blog index, tag pages, 404).