Hi
Seems there is a bug in “Catalog Mode”.
In my case this option was turned on since the beginning but still Google was able to somehow index products with the prices (see screenshot #1&2 in prv). Those are not old prices but the current one.
Further, when guest add some products to whishlist, prices are visible on side off-canvas bar (see #3 in prv)
Settings are set as on screenshot #4
This is very critical as this site is a B2B platform and therefore disabling prices for guest users must be permanent and secure.
EDIT:
for now I did hide some things via css:
/* ukryj stock dla gosci */
.stock,
.stock.in-stock,
.stock.out-of-stock,
.ajax-results-wrapper .content-product .price
{ display: none;
content: none;
}
/*ukryj dodaj do schowka dla gosci */
.single-wishlist a,
.single-compare a,
.et_b_header-wishlist
{ display: none;
content: none;
}
e.g wishlist buttons etc. but this does not solve google issue