@php $complectations = array_keys($car->getDataPrices()->toArray()); $complectationsString = implode(', ', array_keys($car->getDataPrices()->toArray())); $schema = [ "@context" => "https://schema.org", "@type" => "Product", "@id" => url()->current(), "url" => url()->current(), "name" => $h1, "image" => url($preview), "description" => $description, "brand" => [ "@type" => "Brand", "name" => $car->generation->model->mark->name, ], "offers" => [ [ "@type" => "Offer", "url" => url()->current(), "priceCurrency" => "RUB", "price" => $price, "priceValidUntil" => date('Y-m-d', strtotime('next Sunday', strtotime(date("Y-m-d")))), "availability" => "https://schema.org/InStock", "seller" => [ "@type" => "AutoDealer", "name" => get_variable('name_dealer') ] ],

*В акции участвуют все посетители,