From f27c07591aabb7f8c6f5c411826c8d66fd4ab48d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 9 Jun 2022 14:48:23 -0500 Subject: [PATCH] Use app links for structured data apps --- helpers/listing-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/listing-page.js b/helpers/listing-page.js index 377dff3..73f0c7c 100644 --- a/helpers/listing-page.js +++ b/helpers/listing-page.js @@ -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