UnitCode issue WooCommerce, Extra Character added
-
These are the values populated for a product schema in the source code, an extra letter is populated after the “LB” and “IN” so the values are not recognized by Google. I’ve tested by changing the units in Woo setting and an extra character is always added. i.e. “CM” becomes “CMT”
“weight”:{“@type”:”QuantitativeValue”,”unitCode”:”LBR”,”value”:”0.75″},”height”:{“@type”:”QuantitativeValue”,”unitCode”:”INH”,”value”:”1″},”width”:{“@type”:”QuantitativeValue”,”unitCode”:”INH”,”value”:”10″},”depth”:{“@type”:”QuantitativeValue”,”unitCode”:”INH”,”value”:”14″}
Rejected attributes product height 1 INH product length 14 INH product weight 0.75 LBR product width 10 INH
The topic ‘UnitCode issue WooCommerce, Extra Character added’ is closed to new replies.