AI-generated Key Takeaways
-
Product review data must be submitted in XML or GZIP format, with file extensions .xml or .gz, respectively.
-
Each feed file should contain up to 60 days of review data and not exceed 500MB (uncompressed).
-
Google recommends generating a daily incremental feed by 10 AM UTC, although feeds are fetched at 12 PM UTC.
-
Avoid submitting empty files, as this will halt feed processing.
-
While both compressed and uncompressed files are accepted, uncompressed XML is recommended.
This section describes the XML schema feed file including file format, naming conventions, sizes, number, and how often to generate the file.
File Formats and Extensions
Required
- The file format must be either XML or GZIP which decompresses to XML. All other file formats will not be processed.
- The file extension must be either .xml (for uncompressed XML files) or .gz (for compressed GZIP files).
Recommended
- XML and GZIP file formats are acceptable, however Google recommends publishers send uncompressed XML files.
Filenames
Recommended
- The filename should contain a timestamp showing when the file was created.
File Size
Required
- Publishers should not send Google an empty file. Google stops processing your feeds if there is empty feed file.
Recommended
- Google recommends that each XML feed file be no larger than 500M. If an XML file is compressed in GZIP format, then the original XML file should not be larger than 500M.
Number of Files
Recommended
- Group reviews into a single file, as long as the feed file size does not exceed 500M.
Feed Generation Frequency and Time Recommendation
Required
- Generate an incremental feed every day.
- Keep at least 60 days of data in the directory from which our system fetches the feed file.
Recommended
- Google fetches feeds daily at 12PM UTC and so recommends that publishers generate feeds at 10AM UTC.