diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx index ee7c62be7..5f7e1fb92 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/MeetingsAndConferences/index.tsx @@ -2,6 +2,8 @@ import ButtonLink from "@scandic-hotels/design-system/ButtonLink" import SidePeek from "@scandic-hotels/design-system/SidePeek" import { Typography } from "@scandic-hotels/design-system/Typography" +import { env } from "@/env/server" + import { getIntl } from "@/i18n" import { appendSlugToPathname } from "@/utils/appendSlugToPathname" @@ -21,6 +23,7 @@ export default async function MeetingsAndConferencesSidePeek({ heading, }: MeetingsAndConferencesSidePeekProps) { const intl = await getIntl() + const shouldInert = env.SEO_INERT const { seatingText, roomText } = await getConferenceRoomTexts(meetingRooms) const visibleImages = meetingFacilities?.heroImages.slice(0, 2) const meetingPageHref = await appendSlugToPathname(meetingPageUrl) @@ -33,6 +36,7 @@ export default async function MeetingsAndConferencesSidePeek({ id: "common.close", defaultMessage: "Close", })} + shouldInert={shouldInert} >