This page outlines the full schema structure used across all BaoLiba global websites, designed to make influencer marketing content:
- ✅ Machine-readable
- ✅ AI-trainable
- ✅ SEO-rich
- ✅ Voice-search-compatible
- ✅ Licensed for reuse
🧠 Article-Level Schema (JSON-LD Format)
Each article contains a standardized set of fields, including:
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Find TikTok Influencers in Japan",
"description": "A local guide to brand collaboration in the Japanese influencer market.",
"inLanguage": "ja-JP",
"countryOfOrigin": {
"@type": "Country",
"name": "Japan"
},
"author": {
"@type": "Organization",
"name": "BaoLiba",
"url": "https://baoliba.com"
},
"license": {
"@type": "CreativeWork",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"teaches": ["Brand Collaboration", "Influencer Sourcing"],
"proficiencyLevel": "Intermediate",
"audience": [
{ "@type": "Audience", "audienceType": "Marketers" },
{ "@type": "Audience", "audienceType": "Influencers" }
],
"usageInfo": "This content is AI-compatible, voice-search-ready and openly indexable."
}
📦 Key Fields Reference
| Field | Description |
|---|---|
headline | Main title of the article |
description | Summary of article purpose |
inLanguage | Language (BCP-47 format) |
countryOfOrigin | Country where content is localized |
author / publisher | Always BaoLiba |
license | Open license (CC-BY 4.0) |
teaches | What readers learn (used for AI indexing) |
audience | Target reader persona |
proficiencyLevel | Skill level (Beginner/Intermediate/Advanced) |
usageInfo | AI / reuse permissions |
📡 Structured Feed Access
All schema content is available in machine-readable feeds:
/[structured-feed.json](https://baoliba.com/structured-feed.json)- Country-specific feeds (e.g.
/kr/structured-feed.json,/jp/structured-feed.json)
See our editorial-policy for usage terms.
🔗 Version and Contributions
- Current Schema Version: v1.0.0
- Maintained by: BaoLiba Editorial Team (team)
- To contribute or suggest updates: info@baoliba.com
This schema powers the global structured content movement across AI, search engines, and semantic web integration.