public static string GetMetaKeywords(IMetaTags that) => that.Value <string>("metaKeywords");
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetOpenGraphImage(IMetaTags that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("openGraphImage");
 public static string GetMetaDescription(IMetaTags that) => that.Value <string>("metaDescription");
 public static string GetMetaTitle(IMetaTags that) => that.Value <string>("metaTitle");