add_filter( 'rank_math/snippet/rich_snippet_product_entity', function( $entity ) { if ( ! is_array( $entity ) ) { return $entity; } // Brand enforcement $entity['brand'] = [ '@type' => 'Brand', 'name' => 'Liberal Lawn Mowers', ]; if ( isset( $entity['offers'] ) ) { $shipping_data = [ '@type' => 'OfferShippingDetails', 'shippingRate' => [ '@type' => 'MonetaryAmount', 'value' => '0.00', 'currency' => 'PKR', ], 'shippingDestination' => [ '@type' => 'DefinedRegion', 'addressCountry' => 'PK', ], 'deliveryTime' => [ '@type' => 'ShippingDeliveryTime', 'handlingTime' => [ '@type' => 'QuantitativeValue', 'minValue' => 1, 'maxValue' => 3, 'unitCode' => 'DAY', ], 'transitTime' => [ '@type' => 'QuantitativeValue', 'minValue' => 2, 'maxValue' => 5, 'unitCode' => 'DAY', ], ], ]; $return_policy = [ '@type' => 'MerchantReturnPolicy', 'applicableCountry' => 'PK', 'returnPolicyCategory' => 'https://schema.org/MerchantReturnFiniteReturnPeriod', 'merchantReturnDays' => 7, 'returnMethod' => 'https://schema.org/ReturnByMail', 'returnFees' => 'https://schema.org/FreeReturn', ]; // Normalize single offer if ( isset( $entity['offers']['price'] ) ) { $entity['offers']['priceValidUntil'] = date('Y-m-d', strtotime('+12 months')); $entity['offers']['shippingDetails'] = $shipping_data; $entity['offers']['hasMerchantReturnPolicy'] = $return_policy; } elseif ( is_array( $entity['offers'] ) ) { foreach ( $entity['offers'] as $key => $offer ) { $entity['offers'][$key]['priceValidUntil'] = date('Y-m-d', strtotime('+12 months')); $entity['offers'][$key]['shippingDetails'] = $shipping_data; $entity['offers'][$key]['hasMerchantReturnPolicy'] = $return_policy; } } } return $entity; });

rainwatergun

No products were found matching your selection.
Shopping Cart
🚚 Nationwide Delivery Across Pakistan 🛠️ Pioneers Since 1950 ✅ Genuine Spare Parts
📞
Scroll to Top