public static string GetRobots(ISiteSettings that) => that.Value <string>("robots");
public static string GetSiteName(ISiteSettings that) => that.Value <string>("siteName");
public static bool GetHideAllPagesFromSearchEngines(ISiteSettings that) => that.Value <bool>("hideAllPagesFromSearchEngines");
public static string GetGoogleTagManagerScriptCode(ISiteSettings that) => that.Value <string>("googleTagManagerScriptCode");
public static string GetGoogleAnalyticsScriptCode(ISiteSettings that) => that.Value <string>("googleAnalyticsScriptCode");
public static string GetCookieScript(ISiteSettings that) => that.Value <string>("cookieScript");
public static string GetCanonicalDomain(ISiteSettings that) => that.Value <string>("canonicalDomain");