How do we add additional <Schema.org> attributes t...
# suitecommerce
a
How do we add additional Schema.org attributes to the Product pages?
s
In the relevant product templates
Either in your theme (SuiteCommerce / SCA Aconcagua+) or in your site's source (SCA pre-Aconcagua)
a
Thanks @Steve Goldberg We are 2019.1 SCA . Our NS Partner have no SCA developers available until after Christmas and we want to add some extra attributes. I will take a look and see what I can find. I assume I look at: product_details_information.tpl?
s
well it kinda depends on which fields you want to mark up; the best thing to do would be to inspect the part of the page on the frontend and see which template name is being surfaced as an HTML code comment
I would also exercise a bit of caution with this as it seems you're unfamiliar with our approach to theming. You might mess up your SEO if you get this wrong
b
There are some schema.org attributes already added to the PDP and other templates (via Microdata). However, the implementation is somewhat non-complete and is difficult to work around especially if you are doing customizations to the templates. I personally would like to see a move to LD-JSON as the method of communicating attributes as it doesn't impact the templates and is much easier to view from a debugging standpoint.
👍 1
s
We are looking into moving to JSON but can't make promises about it
👍🏻 2
a
I've used SC Custom Fields and the base SCA Theme. The fields appear but the Schema.org attributes do not
s
Have you set the Schema.org property in the configuration record?
Because if so, and it's not showing up, that's a bug
a
Ok, must be a bug then