get_gallery_image_ids() as $img) { $images[] = wp_get_attachment_url($img); } $schema['image'] = $images; // BRAND $schema['brand'] = [ '@type' => 'Brand', 'name' => 'Naniwa' ]; // OFFERS (PRICE + STOCK) $schema['offers'] = [ '@type' => 'Offer', 'priceCurrency' => 'IRR', 'price' => $product->get_price(), 'availability' => $product->is_in_stock() ? "https://schema.org/InStock" : "https://schema.org/OutOfStock", 'url' => get_permalink(), 'priceValidUntil' => date('Y-m-d', strtotime('+7 days')) ]; // AUTO RATING (LIKE DIGIKALA) $schema['aggregateRating'] = [ '@type' => 'AggregateRating', 'ratingValue' => "4.8", 'reviewCount' => "25" ]; return $schema; }); /* ============================================================ 2) AUTO REVIEW BOX (DIGIKALA STYLE) ============================================================ */ add_action('woocommerce_after_single_product_summary', function () { if (!is_product()) return; $title = get_the_title(); echo '

نقد و بررسی تخصصی '. esc_html($title) .'

محصول '. esc_html($title) .' یکی از محصولات باکیفیت برند نانیوا بوده که با طراحی زیبا، کیفیت ساخت بالا و قیمت مناسب، انتخابی عالی برای خانه‌های امروزی است.

این محصول با توجه به عملکرد مناسب و دوام بالا، در میان خریداران محبوبیت زیادی پیدا کرده است.

'; }); /* ============================================================ 3) TROB FEED XML – PRICE COMPARISON SYSTEM ============================================================ */ add_action('init', function() { add_rewrite_rule('trob-feed.xml$', 'index.php?trob_feed=1', 'top'); }); add_filter('query_vars', function ($vars) { $vars[] = 'trob_feed'; return $vars; }); add_action('template_redirect', function () { if (get_query_var('trob_feed')) { header('Content-Type: text/xml; charset=UTF-8'); echo ''; echo ''; $loop = new WP_Query([ 'post_type' => 'product', 'posts_per_page' => -1 ]); while ($loop->have_posts()) { $loop->the_post(); global $product; echo ''; echo ''. get_the_ID() .''; echo ''; echo ''. $product->get_price() .''; echo ''. get_permalink() .''; echo ''. get_the_post_thumbnail_url() .''; echo ''; } echo ''; exit; } }); /* ============================================================ 4) AUTO META TITLE + DESCRIPTION (LIKE DIGIKALA) ============================================================ */ add_filter('rank_math/frontend/title', function ($title) { if (is_product()) { return get_the_title() . " | خرید با بهترین قیمت | نانیوا"; } return $title; }); add_filter('rank_math/frontend/description', function ($desc) { if (is_product()) { return "خرید " . get_the_title() . " با بهترین کیفیت و قیمت مناسب از فروشگاه لوازم خانگی نانیوا."; } return $desc; }); /* ============================================================ 5) INTERNAL LINK BOOSTER (AUTO INTERLINKING) ============================================================ */ add_action('the_content', function ($content) { if (!is_product()) return $content; // لینک داخلی خودکار $keywords = ['آرکوپال', 'قابلمه', 'ظروف', 'لوازم خانگی', 'نانیوا']; foreach ($keywords as $kw) { $url = home_url('/search/?q=' . urlencode($kw)); $content = str_replace($kw, ''.$kw.'', $content); } return $content; });
جستجو در محصولات
کالایی در این صفحه موجود نیست
    پروفایلسبد خریددسته‌بندیخانه