Created
January 26, 2021 15:53
-
-
Save Alexander-Pop/ba6de5cec6a7cbd4fad756110f343c7c to your computer and use it in GitHub Desktop.
Google Merchant - Feed example in xml #xml #feed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0"> | |
<channel> | |
<title> | |
<![CDATA[ Data feed Title ]]> | |
</title> | |
<link> | |
<![CDATA[ http://www.website.com ]]> | |
</link> | |
<description> | |
<![CDATA[ Data feed description. ]]> | |
</description> | |
<item> | |
<!-- Basic Product Information --> | |
<g:id> | |
<![CDATA[ CD$5INDMS62 ]]> | |
</g:id> | |
<title> | |
<![CDATA[ $5 Indian Head Gold MS-62 Coin (Random Year) ]]> | |
</title> | |
<link> | |
<![CDATA[ https://www.usgoldbureau.com/pre-1933-5-liberty-ms62 ]]> | |
</link> | |
<description> | |
<![CDATA[ Half Eagles The half eagle was the first gold coin actually struck for the United States. The five-dollar piece was authorized to be coined by the Act of April 2, 1792. Indian Head (1908-1929) This type conforms to the quarter eagle of the same date. Dates and mint marks are our choice. Based on availability. ]]> | |
</description> | |
<g:image_link> | |
<![CDATA[ https://www.usgoldbureau.com/media/catalog/product/p/r/prod-cd_5indms62-5-indian-head-coin-600x600.jpg ]]> | |
</g:image_link> | |
<g:additional_image_link> | |
<![CDATA[ https://www.usgoldbureau.com/media/catalog/product/p/r/prod-CD_5INDMS62-_5-indian-ms62-obverse-650x650.jpg.jpg ]]> | |
</g:additional_image_link> | |
<g:additional_image_link> | |
<![CDATA[ https://www.usgoldbureau.com/media/catalog/product/p/r/prod-CD_5INDMS62-_5-indian-ms62-reverse-650x650.jpg.jpg ]]> | |
</g:additional_image_link> | |
<!-- Availability & Price --> | |
<g:availability> | |
<![CDATA[ in stock ]]> | |
</g:availability> | |
<g:price> | |
<![CDATA[ 964.710000 USD ]]> | |
</g:price> | |
<!-- Unique Product Identifiers --> | |
<g:brand> | |
<![CDATA[ U.S. Mint - Philadelphia ]]> | |
</g:brand> | |
<g:identifier_exists> | |
<![CDATA[ TRUE ]]> | |
</g:identifier_exists> | |
<!-- Apparel Products --> | |
<!-- Product Variants --> | |
<g:material> | |
<![CDATA[ Gold ]]> | |
</g:material> | |
<!-- Shipping --> | |
<g:shipping_weight> | |
<![CDATA[ 0.24kg ]]> | |
</g:shipping_weight> | |
<!-- AdWords attributes --> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment