Hi Everyone, on an SC/SCA website, if no errors ap...
# suitecommerce
n
Hi Everyone, on an SC/SCA website, if no errors appear in the SEODEBUG, how can I verify that the Schema tags are correctly implemented? I have enabled the JSON-LD configuration on the configuration record. However, when I use schema validation tools such as schema-validator, I receive no results. What steps should I take to ensure the Schema tags are properly exposed and validated?
s
The JSON-LD will appear at the bottom of the head tag on compatible pages, eg:
When you say you receive no results, are you on a page that would reasonably make use of it - eg a PDP?
n
Hi Steve, Here's a breakdown of the ld-json information on various pages: • Homepage: No ld-json information available • PLP (Product Listing Page): Contains breadcrumb info only, no item details • PDP (Product Detail Page): Working as expected, with appropriate information Is this the intended functionality? Thanks in advance
s
Yes. That is how it should be
n
Perfect! Thanks for that