add_action('wp_head', 'alzain_product_schema'); function alzain_product_schema() { if (!is_product()) return; global $product; $schema = [ '@context' => 'https://schema.org', '@type' => 'Product', 'name' => get_the_title(), 'description' => wp_strip_all_tags($product->get_description() ?: $product->get_short_description()), 'url' => get_permalink(), 'image' => wp_get_attachment_url($product->get_image_id()), 'brand' => ['@type' => 'Brand', 'name' => 'Al Zain Trading'], 'sku' => $product->get_sku(), 'offers' => [ '@type' => 'Offer', 'priceCurrency' => 'AED', 'price' => $product->get_price(), 'availability' => $product->is_in_stock() ? 'https://schema.org/InStock' : 'https://schema.org/OutOfStock', 'url' => get_permalink(), 'seller' => ['@type' => 'Organization', 'name' => 'Al Zain Trading'] ] ]; echo ''; } - Alzain Trading

Alzain Trading

Fresh Fruits Online vs Local Markets: What’s the Difference?

Dubai shoppers now have a growing choice between online fruit delivery and traditional markets. Fresh Fruits Online platforms promise speed…

How to Choose High-Quality Marine Tools for Professional Use

In UAE waters, harsh seas and busy ports demand reliable gear. This guide helps ship captains, offshore crews and fleet…

Benefits of Providing Quality Office Beverages at Work

Quality office beverages do more than quench thirst. They fuel focus, foster connection and shape culture. In Dubai’s fast paced…
Shopping cart close