Ich versuche, das Versandgewicht über „functions.php“ in woocommerce für Google Merchant Center zum Schema hinzuzufügenPhp

PHP-Programmierer chatten hier
Guest
 Ich versuche, das Versandgewicht über „functions.php“ in woocommerce für Google Merchant Center zum Schema hinzuzufügen

Post by Guest »

Ich versuche, das Versandgewicht über „functions.php“ in woocommerce mit add_filter('woocommerce_structured_data_product') zum Schema hinzuzufügen.
Ich habe derzeit

Code: Select all

                if ( $product_weight ) {
$markup['additionalProperty'][] = [
"@type" => "PropertyValue",
"name" => "ShippingWeight",
"value" => $product_weight . " " . strtoupper( $weight_unit )
];
}
Das Google Merchant Center meldet jedoch immer noch, dass das Produktgewicht/Versandgewicht fehlt. Hat es irgendjemandem gelungen, ein Schema über seine Website hinzuzufügen und GMC dazu zu bringen, seine Produkte zu akzeptieren?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post