diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-04 09:10:28 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-09-04 09:10:28 +0700 |
| commit | 985f29aa1d9b8cbea49d25c30099f88c86bdc13f (patch) | |
| tree | a5b49333c423aa72931298eac7445526232465a5 | |
| parent | 35850040a2e49d140d5ecf406dc1769e81badbf6 (diff) | |
noindex and nofollw in page variants
| -rw-r--r-- | src/pages/shop/product/variant/[slug].jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/shop/product/variant/[slug].jsx b/src/pages/shop/product/variant/[slug].jsx index cb335e0a..42f38774 100644 --- a/src/pages/shop/product/variant/[slug].jsx +++ b/src/pages/shop/product/variant/[slug].jsx @@ -69,6 +69,8 @@ export default function ProductDetail({ product }) { <Seo title={product?.name || '' + ' - Indoteknik.com' || ''} description='Temukan pilihan produk B2B Industri & Alat Teknik untuk Perusahaan, UMKM & Pemerintah dengan lengkap, mudah dan transparan.' + noindex={true} + nofollow={true} openGraph={{ url: process.env.NEXT_PUBLIC_SELF_HOST + router.asPath, images: [ |
