taxMissing Tax Information in Google Shopping Feed
Your product feed is missing required tax information. For products sold in the United States, tax information must be provided either in your feed or configured in Merchant Center.
Use our free Feed Validator to check for this and other errors automatically.
What This Error Means
Google requires tax information for products sold in the United States. Without this data, your products may be disapproved or show incorrect total costs to shoppers.
Tax requirements by country:
- United States: Tax required (either feed or account level)
- Canada: Tax included in price, no separate tax needed
- EU/UK: VAT included in price, no separate tax needed
- Australia: GST included in price, no separate tax needed
You can configure tax at the account level in Merchant Center (recommended) or provide product-level tax information in your feed for special cases. Managing these regional requirements is a key part of international feed strategy.
How to Fix It
- Configure tax in Merchant Center (recommended) — Go toSettings → Tax settings and configure your tax rates by state. This applies to all products automatically.
- Use tax_category for special cases — Some products have different tax rates (food, clothing, digital goods). Use tax_category to specify the product category for correct rates.
- Provide product-level tax — For products with unique tax situations, include tax information directly in your feed.
- Verify nexus states — Only configure tax for states where you have tax nexus (physical presence or sales thresholds).
Examples
<!-- Missing tax for US product: -->
<item>
<g:id>SKU-12345</g:id>
<g:price>49.99 USD</g:price>
<g:country>US</g:country>
<!-- No tax information provided -->
</item>
<!-- Invalid tax format: -->
<g:tax>
<g:rate>8.5</g:rate> <!-- Missing country and region -->
</g:tax><!-- Account-level tax configured in Merchant Center -->
<!-- (No feed changes needed - recommended approach) -->
<!-- Or product-level tax when needed: -->
<g:tax>
<g:country>US</g:country>
<g:region>CA</g:region>
<g:rate>8.25</g:rate>
<g:tax_ship>yes</g:tax_ship>
</g:tax>
<!-- Using tax category for special rates: -->
<g:tax_category>Apparel</g:tax_category>
<!-- Multiple states: -->
<g:tax>
<g:country>US</g:country>
<g:region>CA</g:region>
<g:rate>8.25</g:rate>
</g:tax>
<g:tax>
<g:country>US</g:country>
<g:region>NY</g:region>
<g:rate>8.00</g:rate>
</g:tax>Additional Tips
- Account-level tax settings are easier to maintain than product-level
- Use tax categories for products with special rates (food, clothing, medicine)
- Set tax_ship to "yes" if you charge tax on shipping
- Regularly review tax laws as rates and nexus rules change
- Consider using tax automation services for complex multi-state selling
- Test your checkout to ensure displayed tax matches actual charges
Related Issues
Validate Your Feed Now
Use our free Google Shopping Feed Validator to check for this and other common errors before uploading to Merchant Center.
Open Feed Validator