-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup an automatic integration between Magento and Google Merchant Center #1
Comments
|
|
|
The official Google Shopping module has been removed from Magento 2 since 2020-04-28:
|
Google Merchant Center supports structured data markup:
support.google.com/merchants/answer/6386198 A structured data markup is already generated by the <script type="application/ld+json">[
{
"@context": "http:\/\/schema.org",
"@type": "Product",
"name": "Light Mango Wood Chunky Nest",
"description": "",
"image": "https:\/\/www.tradefurniturecompany.co.uk\/media\/catalog\/product\/cache\/d886ca8833eeb774ff64e8bc2b9d10d5\/m\/a\/mango-light-chunky-nest-h9l_compressed_1.jpg",
"offers": {
"@type": "http:\/\/schema.org\/Offer",
"price": 129.95,
"url": "https:\/\/www.tradefurniturecompany.co.uk\/mango-light-chunky-nest-1468",
"priceCurrency": "GBP",
"availability": "http:\/\/schema.org\/InStock"
}
},
{
"@context": "http:\/\/schema.org\/",
"@type": "WebPage",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
".description"
],
"xpath": [
"\/html\/head\/title"
]
}
}
]</script> |
https://devdocs.magento.com/extensions/google-shopping-ads
https://amasty.com/product-feed-for-magento-2.html
upwork.com/messages/rooms/room_8e141f0c39ea3e5091cd334db37aaef0/story_d15633b29dbfe796a9a9fed69de7ce1f
The text was updated successfully, but these errors were encountered: