diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-03 15:00:11 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-03-03 15:00:11 +0700 |
| commit | 8aceceb3350c7dd89fae1762c9e415399be14bcd (patch) | |
| tree | 9095d7345fdfe2be4050a65b8e742d6eead24e35 /src/pages/index.jsx | |
| parent | b3daa04df2a723687250a5fe0787aefc08626129 (diff) | |
add og mage di index
Diffstat (limited to 'src/pages/index.jsx')
| -rw-r--r-- | src/pages/index.jsx | 12 |
1 files changed, 12 insertions, 0 deletions
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', + }, + ], + } + } /> <PagePopupIformation /> |
