Zend certified PHP/Magento developer

Disable javascript Magento_Catalog/js/product/view/provider

On the product page I have this code:

"Magento_Catalog/js/product/view/provider": {//etc

which contains a serialized array with product data, including price.

The problem is that Google reads this array and extracts the price, previewing it in the serp. In the rest of the page the price appears only to logged in users.

Can I disable this block or at least remove the price? Is this a necessary block to the page?
The block is MagentoCatalogBlockUiProductViewCounter