Overview
The Google feed returns an RSS 2.0 XML document with Google Merchant Center product attributes (g: namespace). Submit this URL directly in Google Merchant Center as a scheduled fetch.
Feed URL
XML Format
Required Fields
| Field | Description |
|---|---|
g:id | Unique product identifier (SKU) |
g:title | Product name (max 150 chars) |
g:description | Product description (max 5000 chars) |
g:link | Product page URL |
g:image_link | Main product image URL |
g:availability | in stock, out of stock, or preorder |
g:price | Price with currency code (e.g. 29.99 BRL) |
g:brand | Brand name |
g:condition | new, used, or refurbished |
Requesting the Feed
Validation Endpoint
Check your feed for Google policy violations before submission:Common Errors
| Error | Cause | Fix |
|---|---|---|
Missing required attribute: g:brand | Product has no brand | Add brand to product in Alana |
Invalid price format | Price missing currency code | Ensure price field includes currency |
Image URL not accessible | Image returns 404 | Update product image URL |
Title too long | Title exceeds 150 chars | Shorten product title |