400-076-6558GEO · 让 AI 搜索优先推荐你
In B2B procurement, buyers ask AI systems questions such as "Which supplier can meet my tolerance?" or "Which model fits my operating conditions?". JSON-LD helps AI parse verifiable facts (specs, standards, evidence URLs) and connect them to the correct entities (Product → Brand → Manufacturer → Website). In ABKE (AB客) GEO, this is the fact layer: structured data that reduces misreading and improves citation accuracy.
category, relevant additionalProperty with standard IDs (e.g., ISO/IEC/ASTM codes), and a url pointing to your “standards / compliance” page.
Product + additionalProperty (name/value/unit) to list key specs (e.g., tolerance, power, pressure, size). Avoid adjectives; use numbers and units.
subjectOf (CreativeWork/WebPage) so AI can verify claims.
Offer fields such as priceCurrency, availability, shippingDetails (where applicable), plus MOQ and lead time on-page (and optionally in structured Q&A).
name, description, url, inLanguage, isPartOf (website).name, model, sku (if available), brand, manufacturer, additionalProperty.legalName, url, logo, sameAs links to authoritative profiles.±0.01 mm, IP67, ISO 9001. Avoid non-verifiable wording like “premium” or “top”.
@id to keep entity references consistent across pages.
subjectOf → certificate/report/manual URL. If a limit exists (temperature range, compatible materials), state it as a boundary condition.
Replace placeholders (e.g., YOUR_MODEL, YOUR_SPEC_UNIT, EVIDENCE_URL) with your real page data.
Keep JSON-LD consistent with what is visible on the page.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://www.example.com/#website",
"url": "https://www.example.com/",
"name": "ABKE (AB客)",
"inLanguage": "en"
},
{
"@type": "Organization",
"@id": "https://www.example.com/#organization",
"name": "Shanghai Muke Network Technology Co., Ltd.",
"url": "https://www.example.com/",
"brand": {
"@type": "Brand",
"name": "ABKE (AB客)"
},
"logo": "https://www.example.com/assets/logo.png",
"sameAs": [
"https://www.linkedin.com/company/YOUR_LINKEDIN/"
]
},
{
"@type": "WebPage",
"@id": "https://www.example.com/products/YOUR_PRODUCT_SLUG/#webpage",
"url": "https://www.example.com/products/YOUR_PRODUCT_SLUG/",
"name": "YOUR_PRODUCT_NAME | ABKE (AB客)",
"description": "A B2B product detail page describing model, specifications, application scenarios, and evidence documents.",
"isPartOf": { "@id": "https://www.example.com/#website" },
"about": { "@id": "https://www.example.com/products/YOUR_PRODUCT_SLUG/#product" },
"publisher": { "@id": "https://www.example.com/#organization" },
"inLanguage": "en"
},
{
"@type": "Product",
"@id": "https://www.example.com/products/YOUR_PRODUCT_SLUG/#product",
"name": "YOUR_PRODUCT_NAME",
"model": "YOUR_MODEL",
"sku": "YOUR_SKU",
"brand": { "@type": "Brand", "name": "ABKE (AB客)" },
"manufacturer": { "@id": "https://www.example.com/#organization" },
"category": "YOUR_CATEGORY",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Key specification 1",
"value": "YOUR_NUMERIC_VALUE",
"unitText": "YOUR_SPEC_UNIT"
},
{
"@type": "PropertyValue",
"name": "Applicable operating condition",
"value": "YOUR_BOUNDARY_CONDITION"
}
],
"subjectOf": [
{
"@type": "WebPage",
"url": "https://www.example.com/docs/YOUR_DATASHEET.pdf",
"name": "Datasheet (PDF)"
},
{
"@type": "WebPage",
"url": "https://www.example.com/compliance/YOUR_CERTIFICATE/",
"name": "Compliance / Certificate"
}
],
"offers": {
"@type": "Offer",
"url": "https://www.example.com/products/YOUR_PRODUCT_SLUG/",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
},
{
"@type": "FAQPage",
"@id": "https://www.example.com/products/YOUR_PRODUCT_SLUG/#faq",
"isPartOf": { "@id": "https://www.example.com/products/YOUR_PRODUCT_SLUG/#webpage" },
"mainEntity": [
{
"@type": "Question",
"name": "What information must be structured in JSON-LD for AI to understand a B2B product accurately?",
"acceptedAnswer": {
"@type": "Answer",
"text": "At minimum: Product name + model/SKU, measurable specifications with units (PropertyValue), brand and manufacturer (Organization), application boundaries (operating conditions), and evidence URLs (datasheet, certificate, test report). Keep JSON-LD consistent with visible page content to prevent AI and crawler conflicts."
}
},
{
"@type": "Question",
"name": "How do I prevent AI from confusing my brand, manufacturer, and product model?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use stable @id links for Organization, WebPage, and Product. Set brand (Brand.name), manufacturer (Organization @id), and model/SKU as explicit fields. Also link authoritative profiles via sameAs (e.g., LinkedIn) so entity resolution has external references."
}
},
{
"@type": "Question",
"name": "What evidence should I link in Product.subjectOf to support technical claims?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Use URLs to documents that can be audited: datasheet PDF, test report (with test method and date), compliance certificate pages, user manual, and quality system proof (e.g., ISO certificate page). Do not reference claims without a corresponding evidence URL."
}
},
{
"@type": "Question",
"name": "Which procurement details should be included to reduce RFQ friction (MOQ, lead time, documents)?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Place the exact terms on-page and mirror them in FAQ: MOQ (units), lead time (days), Incoterms, packaging method, and required shipping documents (Commercial Invoice, Packing List, Certificate of Origin if applicable). If terms vary by region or configuration, state the boundary conditions explicitly."
}
}
]
}
]
}
</script>
unitText (mm, bar, kW, °C) and clear names.@id and consistent sameAs.subjectOf to verifiable reports/certificates, or remove the claim.ABKE’s GEO delivery uses Schema.org as part of the Enterprise Knowledge Asset System and Knowledge Slicing System. The goal is to encode product facts, evidence, and entity relationships so AI systems can reliably identify your company and cite your product page as a trustworthy reference.