public static string GetDescription(ISeoPage that) => that.Value <string>("description");
 public static string GetKeywords(ISeoPage that) => that.Value <string>("keywords");
 public static string GetTitle(ISeoPage that) => that.Value <string>("title");