Missing Tax Category
tax_category is a US-specific attribute that tells Google how to apply tax to your product. It's primarily used in conjunction with tax nexus settings in GMC to calculate accurate total cost in Shopping results. Common values relate to product categories that have different tax treatment: 'Clothing' (tax-exempt in some states), 'Food' (reduced rate), 'Digital Goods' (varies by state). Missing tax_category means Google uses your account-level default, which may misrepresent actual tax on specific products.
Missing value [tax_category]Impact: Missing tax_category doesn't cause disapproval but creates shipping cost inaccuracies in the US. Without a tax category, Google applies default taxation rules which may not match your actual tax obligations, causing buyers to see different total costs than they pay at checkout. This hurts trust and conversion, and misalignment can trigger merchant policy reviews for price/availability mismatch.
Root Causes
- 1Your feed doesn't include tax_category — not required for most merchants, so it's skipped.
- 2You sell products in tax-complex categories (clothing, food, digital) across multiple US states where tax treatment varies.
- 3Your platform tax setup handles this at checkout but doesn't expose it to the feed.
- 4You import from suppliers without tax category metadata.
- 5You only target non-US countries where tax_category isn't applicable.
Fix by Platform
- 1Tax category is a US-specific optimization. For most Shopify stores, your GMC tax settings (Tools → Tax → Nexus → state tax rates) handle taxation at a broad level.
- 2For products in special tax categories (clothing, food, prescription): add a metafield. Settings → Custom data → Products → Add definition. Namespace: 'google', Key: 'tax_category'.
- 3Common tax_category values: 'Apparel', 'Food', 'Prescription', 'Digital Goods' — these match Google's recognized categories for tax treatment.
- 4In your feed app: map tax_category to the google.tax_category metafield.
- 5For non-US feeds or simple tax situations: skip tax_category entirely — it's not required.
{{ product.metafields.google.tax_category }}When This Doesn't Apply
Check your store now
Free compliance scan — 47 rules checked in minutes.
Frequently Asked Questions
Is tax_category required?+
No — it's a recommended attribute for US merchants only. If you sell standard products (no special tax treatment), skip it. Your GMC account-level tax settings handle the rest. tax_category matters when you sell products where state tax varies: clothing (exempt in PA, MN, NJ), food (reduced rate in most states), digital goods (taxed differently across states), prescription drugs (often exempt).
What values does Google accept for tax_category?+
Google accepts category names matching common tax-variant product types: 'Apparel', 'Food', 'Prescription', 'Digital Goods', 'Services', 'Nontaxable'. Match your tax_category to your product's tax classification under US state laws. The exact values may vary — refer to Google's help docs for the latest supported list.
How does tax_category interact with my GMC tax settings?+
Your GMC tax settings (Tools → Tax) define nexus states and default rates. tax_category overrides the default for specific products. Example: in Pennsylvania, clothing is tax-exempt. Your GMC account applies a default 6% sales tax rate, but products with tax_category = 'Apparel' get 0% applied when shown to PA shoppers. Without tax_category, all products show the same default tax rate regardless of category.
Do I need tax_category if I use a third-party tax service (Avalara, TaxJar)?+
Not typically. If Avalara or TaxJar handles your tax at checkout, they calculate real-time tax based on the shopper's address and product category. The feed's tax_category helps Google estimate totals before checkout (in Shopping ad displays), but the final tax at checkout comes from your tax service. For most merchants using a tax service, GMC defaults are sufficient for feed-level tax indication.