BaoLiba Schema Guidelines

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...

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

FieldDescription
headlineMain title of the article
descriptionSummary of article purpose
inLanguageLanguage (BCP-47 format)
countryOfOriginCountry where content is localized
author / publisherAlways BaoLiba
licenseOpen license (CC-BY 4.0)
teachesWhat readers learn (used for AI indexing)
audienceTarget reader persona
proficiencyLevelSkill level (Beginner/Intermediate/Advanced)
usageInfoAI / 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.