public static global::Umbraco.Web.Models.Link GetCanonicalUrl(ISeo that) => that.Value <global::Umbraco.Web.Models.Link>("canonicalURL");
 public static global::System.Collections.Generic.IEnumerable <string> GetTags(ISeo that) => that.Value <global::System.Collections.Generic.IEnumerable <string> >("tags");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetImage(ISeo that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("image");
 public static string GetPagetitle(ISeo that) => that.Value <string>("pagetitle");
 public static string GetDescription(ISeo that) => that.Value <string>("description");