# Product Taxonomy The `product_taxonomy` object describes the taxonomy for a product, including its attributes and category. ## Usage Example ```liquid {%- comment -%} Show taxonomy attributes and category {%- endcomment -%}
Category: {{ product_taxonomy.category.google_product_category }}
``` ## Properties ### attributes Returns the [attributes](/reference/liquid/objects/store/product_taxonomy_attribute/) for this taxonomy. ### category Returns the [category](/reference/liquid/objects/store/product_taxonomy_category/) for this taxonomy.