From 8aceceb3350c7dd89fae1762c9e415399be14bcd Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Mon, 3 Mar 2025 15:00:11 +0700 Subject: add og mage di index --- src/pages/index.jsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/pages/index.jsx b/src/pages/index.jsx index fce2202a..84cb061e 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -97,6 +97,18 @@ export default function Home({ categoryId }) { 'indoteknik, indoteknik.com, toko teknik, toko perkakas, jual genset, jual fogging, jual krisbow, harga krisbow, harga alat safety, harga pompa air', }, ]} + openGraph={ + { + images: [ + { + url: 'https://indoteknik.com/icon.jpg', + width: 800, + height: 600, + alt: 'indoteknik.com', + }, + ], + } + } /> -- cgit v1.2.3