fix: Added translated city name to meta title
Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -54,7 +54,7 @@ export async function getHotelPageDescription(data: RawMetadataSchema) {
|
||||
}
|
||||
|
||||
const hotelName = hotelData.name
|
||||
const location = hotelData.address.city
|
||||
const location = hotelData.translatedCityName
|
||||
const amenities = hotelData.detailedFacilities
|
||||
|
||||
if (amenities.length < 4) {
|
||||
|
||||
Reference in New Issue
Block a user