Use app links for structured data apps

This commit is contained in:
Sam Carlton 2022-06-09 14:48:23 -05:00
parent b84f4a68d9
commit f27c07591a

View file

@ -159,7 +159,7 @@ export class ListingDetails {
get structuredData () {
if ( this.type === 'video' ) {
return buildVideoStructuredData( this.api, this.api.featuredApps, { siteUrl: import.meta.site } )
return buildVideoStructuredData( this.api, this.api.appLinks )
}
return null