Magento basically having the product schema details we can add any extra content with our preference.
To manage the product schema we can use a common file on the magento2.
We can able to manage it on module Magento_catalog.
The file location will be
Magento_Catalog/templates/product/view/opengraph/general.phtml
Thank you.