diff --git a/app/devices/page.tsx b/app/devices/page.tsx
index 3c7839a..d1753a8 100644
--- a/app/devices/page.tsx
+++ b/app/devices/page.tsx
@@ -1,6 +1,7 @@
import { db } from "@/lib/db/index"
import { hardware, performanceEntries, gameVersions, games } from "@/lib/db/schema"
import { eq, sql, desc } from "drizzle-orm"
+import { buildBreadcrumbList } from "@/lib/utils/seo"
import { DevicesPageClient } from "./page-client"
import type { Metadata } from "next"
@@ -126,6 +127,17 @@ export default async function DevicesPage() {
type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
/>
+
>
)
diff --git a/app/game/[id]/page.tsx b/app/game/[id]/page.tsx
index ffbbba3..da2b754 100644
--- a/app/game/[id]/page.tsx
+++ b/app/game/[id]/page.tsx
@@ -16,7 +16,7 @@ import {
import { and, desc, eq, sql } from "drizzle-orm"
import { isSyncStale, syncSteamGame, ensureSteamGame } from "@/lib/steam/sync"
import { getR2PublicUrl } from "@/lib/storage"
-import { smartTruncate } from "@/lib/utils/seo"
+import { smartTruncate, buildBreadcrumbList } from "@/lib/utils/seo"
import { GamePageClient } from "./game-page-client"
// This page needs live data — skip static generation at build time
@@ -379,6 +379,18 @@ export default async function GamePage({
}),
}}
/>
+
}>
+