Update JSON-LD Structured Data in SuiteCommerce
Update JSON-LD structured data in SuiteCommerce after modifying views to ensure consistent product information in search results.
To maintain the integrity of your SuiteCommerce web store's structured data, it's crucial to ensure that the JSON-LD markup reflects any changes made to product views. If you've updated your views by adding or deleting information, consider using the modifyViewJsonLd() method from the Visual component in the extensibility API to refresh your JSON-LD data accordingly.
Why Update JSON-LD?
Structured data assists major search engines in better understanding the content on your pages. The JSON-LD formatted data embedded within the <head> tag of product detail pages helps improve the visibility of your products in search results.
How to Update JSON-LD
When changes are made to a view in SuiteCommerce, you should:
- Utilize the
modifyViewJsonLd()method effectively to ensure your JSON-LD is aligned with the view modifications. - When extending or modifying how data is displayed, ensure that your JSON-LD matches the current product details to avoid discrepancies.
For full details about the method, refer to the Extensibility API reference provided by SuiteCommerce.
Initial Setup:
Before utilizing JSON-LD markup, ensure that your SuiteCommerce is configured to use this format. Here’s how you can do that:
- In NetSuite, navigate to Commerce > Websites > Configuration.
- Select your desired website and domain, then click Configure.
- Access the Shopping Catalog tab and go to the Structured Data Markup subtab.
- Choose JSON-LD as your Markup Type or select No Markup if you prefer to disable it.
- Adjust the Out of Stock Behavior as necessary for your inventory management needs. Options include InStock and PreOrder based on your backorder policies.
By closely aligning your structured data with active views, you can greatly enhance your store's SEO performance.
Frequently Asked Questions (4)
How can I update JSON-LD in SuiteCommerce after modifying product views?
Is JSON-LD structured data applicable to all SuiteCommerce websites?
What happens if my JSON-LD does not match the updated product details?
Do I have to enable any specific settings in NetSuite to use JSON-LD?
Was this article helpful?
More in Commerce
- Available Items Only Feature in NetSuite 2026.1
Available items only filtering boosts sales efficiency in NetSuite 2026.1 with Intelligent Item Recommendations.
- Commerce Extensions in NetSuite 2026.1
Commerce Extensions in NetSuite 2026.1 enhance performance and user experience in eCommerce.
- Convert Multiple Transaction Line Items into Configured Items in
Enhance transaction processing in NetSuite by converting multiple line items into configured items with improved session handling.
- New SuiteCommerce Features in NetSuite 2026.1
New SuiteCommerce features in NetSuite 2026.1 enhance user experience and improve eCommerce efficiency.
