<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"http://www.google.com/shopping/reviews/schema/product/2.4/product_reviews.xsd">
<version>2.4</version>
<aggregator>
<name>Sample Reviews Aggregator (if applicable)</name>
</aggregator>
<publisher>
<name>Sample Retailer</name>
<favicon>http://www.example.com/favicon.png</favicon>
</publisher>
<reviews>
<review>
<!-- full sample - includes all optional elements/attributes -->
<review_id>14295</review_id>
<reviewer>
<name is_anonymous="true">Anonymous</name>
<reviewer_id>509769</reviewer_id>
</reviewer>
<is_verified_purchase>true</is_verified_purchase>
<is_incentivized_review>false</is_incentivized_review>
<review_timestamp>2014-04-21T07:07:07Z</review_timestamp>
<title>Excellent</title>
<content>Got it for a friend and he loved it.</content>
<review_language>en</review_language>
<review_country>US</review_country>
<pros>
<pro>Sleek design</pro>
<pro>Protects the tablet well</pro>
</pros>
<cons>
<con>Pricey</con>
</cons>
<review_url type="singleton">http://www.example.com/review_14295.html</review_url>
<reviewer_images>
<reviewer_image>
<url>https://example.com/test.jpg</url>
</reviewer_image>
<reviewer_image>
<url>https://example.com/test.gif</url>
</reviewer_image>
</reviewer_images>
<ratings>
<overall min="1" max="5">4.4</overall>
</ratings>
<products>
<product>
<product_ids>
<gtins>
<gtin>541710238425</gtin>
</gtins>
<mpns>
<mpn>60101-10000</mpn>
</mpns>
<skus>
<sku>6206</sku>
</skus>
<brands>
<brand>Acme</brand>
</brands>
<asins>
<asin>B07YMJ57MB</asin>
</asins>
</product_ids>
<product_name>Tablet Sleeve</product_name>
<product_url>http://www.example.com/product_6206.html</product_url>
</product>
</products>
<is_spam>false</is_spam>
<collection_method>post_fulfillment</collection_method>
<transaction_id>fulfillment_transaction_11198373</transaction_id>
</review>
<review>
<!-- minimal sample - no optional elements/attributes -->
<review_id>14296</review_id>
<reviewer>
<name>Jane</name>
</reviewer>
<review_timestamp>2014-04-21T07:14:21Z</review_timestamp>
<content>I was a little skeptical at first, but it grew on me.</content>
<review_url type="singleton">http://www.example.com/review_59684.html</review_url>
<ratings>
<overall min="1" max="5">4.3</overall>
</ratings>
<products>
<product>
<product_url>http://www.example.com/product_6207.html</product_url>
</product>
</products>
</review>
</reviews>
</feed>
資訊提供檔案範例
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eThe content presents product reviews, with detailed information such as reviewer names, timestamps, ratings, and product identifiers, including GTINs, MPNs, SKUs, brands, and ASINs.\u003c/p\u003e\n"],["\u003cp\u003eThe reviews provide both positive feedback, like "Sleek design" and "Protects the tablet well," and negative aspects such as the "Pricey" nature of the product.\u003c/p\u003e\n"],["\u003cp\u003eReviews include ratings on a scale from 1 to 5, and the provided examples show overall ratings of 4.4 and 4.3, suggesting a generally positive reception of the products.\u003c/p\u003e\n"],["\u003cp\u003eThe reviews can be linked to specific web pages, as each review includes a \u003ccode\u003ereview_url\u003c/code\u003e element that directs to the specific review page.\u003c/p\u003e\n"],["\u003cp\u003eThe content describes two distinct reviews: one from an anonymous user who gave a positive review of a product with a plethora of details and a second review from Jane with a less detailed yet still positive experience.\u003c/p\u003e\n"]]],["The provided XML data outlines two product reviews. The first, from an anonymous reviewer, praises a \"Tablet Sleeve\" with a 4.4 rating, citing its \"sleek design\" and protection, but notes it's \"pricey.\" It includes product identifiers like GTIN, MPN, SKU, brand, and ASIN, and links to reviewer images. The second review, by Jane, gives a 4.3 rating with the content expressing satisfaction and links to a different product.\n"],null,["# Sample Feed File\n\n \u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n \u003cfeed xmlns:vc=\"http://www.w3.org/2007/XMLSchema-versioning\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xsi:noNamespaceSchemaLocation=\n \"http://www.google.com/shopping/reviews/schema/product/2.4/product_reviews.xsd\"\u003e\n \u003cversion\u003e2.4\u003c/version\u003e\n \u003caggregator\u003e\n \u003cname\u003eSample Reviews Aggregator (if applicable)\u003c/name\u003e\n \u003c/aggregator\u003e\n \u003cpublisher\u003e\n \u003cname\u003eSample Retailer\u003c/name\u003e\n \u003cfavicon\u003ehttp://www.example.com/favicon.png\u003c/favicon\u003e\n \u003c/publisher\u003e\n \u003creviews\u003e\n \u003creview\u003e\n \u003c!-- full sample - includes all optional elements/attributes --\u003e\n \u003creview_id\u003e14295\u003c/review_id\u003e\n \u003creviewer\u003e\n \u003cname is_anonymous=\"true\"\u003eAnonymous\u003c/name\u003e\n \u003creviewer_id\u003e509769\u003c/reviewer_id\u003e\n \u003c/reviewer\u003e\n \u003cis_verified_purchase\u003etrue\u003c/is_verified_purchase\u003e\n \u003cis_incentivized_review\u003efalse\u003c/is_incentivized_review\u003e\n \u003creview_timestamp\u003e2014-04-21T07:07:07Z\u003c/review_timestamp\u003e\n \u003ctitle\u003eExcellent\u003c/title\u003e\n \u003ccontent\u003eGot it for a friend and he loved it.\u003c/content\u003e\n \u003creview_language\u003een\u003c/review_language\u003e\n \u003creview_country\u003eUS\u003c/review_country\u003e\n \u003cpros\u003e\n \u003cpro\u003eSleek design\u003c/pro\u003e\n \u003cpro\u003eProtects the tablet well\u003c/pro\u003e\n \u003c/pros\u003e\n \u003ccons\u003e\n \u003ccon\u003ePricey\u003c/con\u003e\n \u003c/cons\u003e\n \u003creview_url type=\"singleton\"\u003ehttp://www.example.com/review_14295.html\u003c/review_url\u003e\n \u003creviewer_images\u003e\n \u003creviewer_image\u003e\n \u003curl\u003ehttps://example.com/test.jpg\u003c/url\u003e\n \u003c/reviewer_image\u003e\n \u003creviewer_image\u003e\n \u003curl\u003ehttps://example.com/test.gif\u003c/url\u003e\n \u003c/reviewer_image\u003e\n \u003c/reviewer_images\u003e\n \u003cratings\u003e\n \u003coverall min=\"1\" max=\"5\"\u003e4.4\u003c/overall\u003e\n \u003c/ratings\u003e\n \u003cproducts\u003e\n \u003cproduct\u003e\n \u003cproduct_ids\u003e\n \u003cgtins\u003e\n \u003cgtin\u003e541710238425\u003c/gtin\u003e\n \u003c/gtins\u003e\n \u003cmpns\u003e\n \u003cmpn\u003e60101-10000\u003c/mpn\u003e\n \u003c/mpns\u003e\n \u003cskus\u003e\n \u003csku\u003e6206\u003c/sku\u003e\n \u003c/skus\u003e\n \u003cbrands\u003e\n \u003cbrand\u003eAcme\u003c/brand\u003e\n \u003c/brands\u003e\n \u003casins\u003e\n \u003casin\u003eB07YMJ57MB\u003c/asin\u003e\n \u003c/asins\u003e\n \u003c/product_ids\u003e\n \u003cproduct_name\u003eTablet Sleeve\u003c/product_name\u003e\n \u003cproduct_url\u003ehttp://www.example.com/product_6206.html\u003c/product_url\u003e\n \u003c/product\u003e\n \u003c/products\u003e\n \u003cis_spam\u003efalse\u003c/is_spam\u003e\n \u003ccollection_method\u003epost_fulfillment\u003c/collection_method\u003e\n \u003ctransaction_id\u003efulfillment_transaction_11198373\u003c/transaction_id\u003e\n \u003c/review\u003e\n \u003creview\u003e\n \u003c!-- minimal sample - no optional elements/attributes --\u003e\n \u003creview_id\u003e14296\u003c/review_id\u003e\n \u003creviewer\u003e\n \u003cname\u003eJane\u003c/name\u003e\n \u003c/reviewer\u003e\n \u003creview_timestamp\u003e2014-04-21T07:14:21Z\u003c/review_timestamp\u003e\n \u003ccontent\u003eI was a little skeptical at first, but it grew on me.\u003c/content\u003e\n \u003creview_url type=\"singleton\"\u003ehttp://www.example.com/review_59684.html\u003c/review_url\u003e\n \u003cratings\u003e\n \u003coverall min=\"1\" max=\"5\"\u003e4.3\u003c/overall\u003e\n \u003c/ratings\u003e\n \u003cproducts\u003e\n \u003cproduct\u003e\n \u003cproduct_url\u003ehttp://www.example.com/product_6207.html\u003c/product_url\u003e\n \u003c/product\u003e\n \u003c/products\u003e\n \u003c/review\u003e\n \u003c/reviews\u003e\n \u003c/feed\u003e"]]