--- const { publishedTime, modifiedTime, expirationTime, authors, section, tags } = Astro.props.openGraph.article; --- { publishedTime ? ( ) : null } { modifiedTime ? ( ) : null } { expirationTime ? ( ) : null } { authors ? authors.map((author: string) => ( )) : null } {section ? : null} { tags ? tags.map((tag: string) => ) : null }