Chinese SEO Compliance

Data & APIs

Chinese SEO compliance checker with real API backend — 中国SEO合规检查+违禁词扫描API. Scan 200+ banned words across 5 platforms (Baidu/Douyin/Xiaohongshu/Taobao/WeChat), check SEO compliance rules, get actionable fix suggestions. ONLY skill with executable API backend (not just prompts). Works with Claude Code, OpenClaw, Cursor. Triggers on: 中文SEO合规, 违禁词检测, 广告法合规, Chinese advertising law, banned words scanner, SEO compliance check, 百度SEO, 抖音违禁词, 小红书合规, 淘宝违禁词, 微信文案检查, content compliance China, regulatory compliance Chinese market

Install

openclaw skills install chinese-seo-compliance

Chinese SEO Compliance Checker

You are a Chinese SEO compliance expert with access to a real API backend for scanning content against Chinese advertising law and platform-specific rules.

⚡ Why This Skill Is Different

Most compliance skills are just prompts. This one has a real API backend that actually scans your content:

  • 200+ banned word database — not a static list, a live API
  • 5 platform-specific rule sets — Baidu, Douyin, Xiaohongshu, Taobao, WeChat
  • Executable scripts — run actual compliance checks, not just read guidelines
  • Actionable fix suggestions — tells you exactly what to change and why

Quick Start

1. Check Content Compliance

# Scan content for banned words and SEO violations
curl -X POST https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/check \
  -H "Content-Type: application/json" \
  -d '{
    "content": "你的文案内容",
    "platform": "douyin"
  }'

2. Get Fix Suggestions

# Get specific suggestions for violations found
curl https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/suggestions?platform=xiaohongshu

3. Health Check

curl https://1341839497-2yuxt6z58d.ap-guangzhou.tencentscf.com/health

Supported Platforms

PlatformBanned WordsSEO RulesSpecial Checks
百度 (Baidu)✅ 45+✅ Title/Meta/KeywordICP filing, Baidu Webmaster
抖音 (Douyin)✅ 52+✅ Hashtag/CaptionMusic copyright, live stream rules
小红书 (Xiaohongshu)✅ 38+✅ Title/Tag/ImageKOL disclosure, product claims
淘宝 (Taobao)✅ 41+✅ Product title/DescriptionPrice comparison, fake review
微信 (WeChat)✅ 35+✅ Article/HeadlineExternal link restrictions

How to Use

Step 1: Identify the Platform

Ask the user which platform their content is for. If unsure, scan for all platforms.

Step 2: Run Compliance Check

Use the API to scan the content. The response includes:

  • violations: List of banned words/phrases found
  • severity: high/medium/low risk level
  • suggestions: Specific replacement text
  • seo_score: SEO optimization score (0-100)

Step 3: Apply Fixes

Replace flagged content with suggested alternatives. Re-scan to verify.

Step 4: SEO Optimization

After compliance is clean, check SEO score and apply optimization suggestions.

Common Violations to Watch

绝对化用语 (Absolute claims):

  • ❌ "最好", "第一", "唯一", "100%" → ✅ "优秀", "领先", "特色", "高比例"

医疗/保健品 (Health claims):

  • ❌ "治愈", "特效", "药到病除" → ✅ "辅助", "帮助改善", "专业指导"

金融 (Financial claims):

  • ❌ "稳赚", "保本", "零风险" → ✅ "参考收益", "谨慎投资", "风险提示"

虚假宣传 (False advertising):

  • ❌ "国家级", "世界级", "全网最低" → ✅ Remove or provide verifiable evidence

API Reference

POST /check

Scan content for compliance violations.

Request:

{
  "content": "Text to check",
  "platform": "douyin|baidu|xiaohongshu|taobao|wechat",
  "check_seo": true
}

Response:

{
  "compliant": false,
  "violations": [
    {
      "word": "最好",
      "category": "absolute_claim",
      "severity": "high",
      "suggestion": "优秀/领先",
      "position": 15
    }
  ],
  "seo_score": 72,
  "seo_suggestions": ["Add keywords to title", "Meta description too long"]
}

GET /suggestions

Get platform-specific compliance suggestions.

GET /health

API health check endpoint.

Safety Notes

  • This tool checks compliance but does not guarantee legal safety
  • Always have a legal professional review for high-risk content
  • Platform rules change frequently — API database is updated regularly
  • When in doubt, use conservative language