Schema Support in Easy Digital Downloads
Easy Digital Downloads is developed so that your products will automatically appear in Google and other search engine product search results. We have schema markup built into the HTML output per schema.org’s Product guidelines.
See https://schema.org/docs/schemas.html for details.
FAQ
How can I disable schema output?
If your website is running EDD 3.0 or higher use the code snippet below:
remove_filter( 'wp_footer', array( EDD()->structured_data, 'output_structured_data' ) );
For EDD versions 2.x you can disable with the following filter: add_filter( 'edd_add_schema_microdata', '__return_false' );