public static global::System.Collections.Generic.IEnumerable <string> GetMetaKeywords(ISEocontrols that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("metaKeywords");
 public static string GetMetaName(ISEocontrols that) => that.Value <string>("metaName");
 public static string GetMetaDescription(ISEocontrols that) => that.Value <string>("metaDescription");
 public static IEnumerable <string> GetMetaKeywords(ISEocontrols that) => that.Value <IEnumerable <string> >("metaKeywords");