Looking for where `<meta property="blah" conten...
# suitecommerce
c
Looking for where
<meta property="blah" content="other blah">
is set. I can find
<meta itemprop="…">
but no matches on
meta property
.
s
These are usually set in the SSP files, eg ShoppingApplication > SuiteScript > shopping.ssp
🙏🏻 1
c
So I learned that these are “open graph” tags for social media and are coming from somewhere other than SCA. Still not sure where they’re coming from.
s
OK then you will need more specific about which tags you mean
c
Hey @Steve Goldberg, I finally learned these are coming from Google Tag Manager for social media data mining. It’s a set of repeated key value pairs with item attributes. Totally outside my normal wheelhouse. Thanks for your help on this.