<?php data =
array (
'@context' => 'https://schema.org/',
'@graph' =>
array (
0 =>
array (
'@context' => 'https://schema.org/',
'@type' => 'BreadcrumbList',
'itemListElement' =>
array (
0 =>
array (
'@type' => 'ListItem',
'position' => 1,
'item' =>
array (
'name' => 'Home',
'@id' => 'https://www.globalind.com.au',
),
),
1 =>
array (
'@type' => 'ListItem',
'position' => 2,
'item' =>
array (
'name' => 'Warehouse Racking',
'@id' => 'https://www.globalind.com.au/product-category/warehouse-racking/',
),
),
2 =>
array (
'@type' => 'ListItem',
'position' => 3,
'item' =>
array (
'name' => 'Hose Hanger',
'@id' => 'https://www.globalind.com.au/product/hose-hanger/',
),
),
),
),
1 =>
array (
'@context' => 'https://schema.org/',
'@type' => 'Product',
'@id' => 'https://www.globalind.com.au/product/hose-hanger/product-RH-KIT58',
'name' => 'Hose Hanger',
'url' => 'https://www.globalind.com.au/product/hose-hanger/',
'description' => '
Code:
RH-KIT58
Colour:
Orange
Dimensions
700mm L x 48mm diameter
Suitable Beam:
100x50mm beam
Load Capacity
60kgs evenly distributed along its length',
'image' => 'https://s3-ap-southeast-2.amazonaws.com/assets.globalind.com.au/app/uploads/2016/12/07031934/Racking-hardware_020.jpg',
'sku' => 'RH-KIT58',
'offers' =>
array (
0 =>
array (
'@type' => 'Offer',
'price' => '21.98',
'priceValidUntil' => '2022-12-31',
'priceSpecification' =>
array (
'price' => '21.98',
'priceCurrency' => 'AUD',
'valueAddedTaxIncluded' => 'false',
),
'priceCurrency' => 'AUD',
'availability' => 'http://schema.org/InStock',
'url' => 'https://www.globalind.com.au/product/hose-hanger/',
'seller' =>
array (
'@type' => 'Organization',
'name' => 'Global Industrial',
'url' => 'https://www.globalind.com.au',
),
),
),
),
),
); ?>