> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# JSON-LD for AI Search

### In this article:

1. [Introduction](#1-1-introduction)
2. [View JSON-LD for products](#1-2-view-json-ld-for-products)
3. [JSON-LD for other pages
](#1-3-json-ld-for-other-pages)
# 1. Introduction

###### What is JSON-LD?

JSON-LD (JavaScript Object Notation for Linked Data) helps search engines and AI search tools understand the information on your product page (price, stock, ratings, etc.) in a structured way.

Example of JSON-LD:

```
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "Classic Leather Sneakers",
  "description": "Premium hand-stitched leather sneakers built for everyday comfort.",
  "category": "Footwear",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "MYR",
    "price": "189.00",
    "availability": "https://schema.org/InStock"
  }
}
```

###### Why it matters (especially for AI Search)?

Search is shifting towards AI (e.g. Google AI results, chat-based search). These systems rely heavily on **structured data** to confidently pick and display product info. With JSON-LD on product pages:
* Higher chance to appear in **rich results** (Google)
* Better visibility in **AI-generated answers / recommendations**
* More accurate product info shown to customers

# 2. View JSON-LD for products

EasyStore automatically generates JSON-LD for your product pages using the details you have added.

JSON-LD can be found in your product editing page > AI search tab > click **View generated data**.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/3/4/7/b34797d9594d3000/image_mudzvh.png =650x321)

📌 Note: JSON-LD is only for machines not visible to customers.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/3/4/7/b34797d9594d3000/image_120cuxg.png =800x365)

# 3. JSON-LD for other pages

• Articles → BlogPosting (headline, images, published/modified dates, author, tags)
• Blog listing → Blog + its posts
• Pages → WebPage
• Collections → CollectionPage + ItemList of products
• Every page → WebSite + Organization — this is what makes a store eligible for the Google sitelinks search box and the brand knowledge panel

*Example for collection page:*

![](https://storage.crisp.chat/users/helpdesk/website/-/b/3/4/7/b34797d9594d3000/image_os78sy.png =800x365)

