Skip to content

Commit

Permalink
fix offer url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dujota committed Nov 23, 2024
1 parent 739e112 commit a3400eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/seo/structuredData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function createListingStructuredData(listing: any, type: 'listing' | 'ren
seller: {
'@type': 'RealEstateAgent',
name: listing.agent?.name || 'Playacar Homes',
url: baseUrl,
url: listingUrl,
logo: `${baseUrl}/logo.png`,
telephone: listing.agent?.contact?.phone || listing.contact?.phone,
address: {
Expand Down

0 comments on commit a3400eb

Please sign in to comment.