This also fixes the wrong usage of site.description
instead of page.description
in meta description.
From https://shopify.github.io/liquid/filters/default/:
default - returns the given variable unless it is null or the empty string, when it will return the given value, e.g. {{ undefined_variable | default: "Default value" }} #=> "Default value"