baidu-seo-toolkit

SEO optimization toolkit for Chinese search engines: Baidu, Sogou, 360 Search. Includes keyword research, competitor analysis, and Baidu-specific ranking factor optimization. Triggers: "百度SEO", "baidu seo", "中文搜索优化", "SEO工具".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "baidu-seo-toolkit" with this command: npx skills add dzxiatian-crypto/baidu-seo-toolkit

Baidu SEO Toolkit

SEO optimization toolkit for Chinese search engines. Optimizes for Baidu, Sogou, and 360 Search with platform-specific ranking factors.

Baidu vs Google Key Differences

FactorBaiduGoogle
Domain AgeVery importantLess important
ICP FilingRequired for local rankingN/A
Baidu SpiderBaiduspiderGooglebot
Mobile-firstCriticalCritical
Content FreshnessVery importantImportant
BacklinksQuality > QuantityQuality > Quantity

Usage

Keyword Research

def baidu_keyword_research(keyword):
    """Research keywords for Baidu SEO"""
    suggestions = []
    
    # Baidu Index (index.baidu.com equivalent)
    suggestions.append(get_baidu_index(keyword))
    
    # Baidu auto-suggest
    suggestions.append(get_baidu_suggest(keyword))
    
    # Competitor keywords
    competitors = get_top_ranking_pages(keyword, "baidu")
    for page in competitors[:5]:
        suggestions.extend(extract_keywords_from_page(page))
    
    return deduplicate(suggestions)

Baidu-Specific Optimization

def optimize_for_baidu(page_content):
    """Apply Baidu-specific optimizations"""
    checks = []
    
    # 1. ICP filing notice (required for .cn domains)
    if has_cn_domain():
        checks.append("⚠️ Add ICP备案号 in footer")
    
    # 2. Baidu Zhidao backlinks (Baidu's Q&A platform)
    checks.append("💡 Create Baidu Zhidao answers with link")
    
    # 3. Baidu Submit sitemap
    checks.append("✅ Submit to Baidu Webmaster Tools")
    
    # 4. Mobile optimization (critical for Baidu)
    if not is_mobile_friendly():
        checks.append("❌ Mobile optimization required for Baidu")
    
    # 5. Chinese lang tag
    if not has_zh_cn_tag():
        checks.append("❌ Add <html lang='zh-cmn-Hans'>")
    
    return checks

Competitor Analysis

def analyze_baidu_competitors(target_keyword):
    """Analyze why competitors rank on Baidu"""
    results = []
    pages = get_top_10_baidu_results(target_keyword)
    
    for page in pages:
        analysis = {
            "url": page.url,
            "title_length": len(page.title),  # Baidu: 28-30 chars optimal
            "meta_description": len(page.meta),  # Baidu: ~80 chars
            "has_https": page.url.startswith("https"),
            "has_schema": page.has_structured_data,
            "domain_age": get_domain_age(page.domain),
            "backlinks": estimate_backlinks(page.url),
            "content_length": estimate_word_count(page),
        }
        results.append(analysis)
    
    return results

Baidu Webmaster Tools

Submit sitemap: https://ziyuan.baidu.com/linksubmit

Tags

baidu seo chinese-seo search-engine keyword-research 优化

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

AI SEO Optimizer

提供企业级关键词研究、内容优化、排名追踪和自动内链建议,助力提升网站搜索引擎排名和流量。

Registry SourceRecently Updated
2320Profile unavailable
Research

SEO Intelligence & Competitor Analysis Pro

Perform deep SEO competitor analysis, including keyword research, backlink checking, and content strategy mapping. Use when the user wants to analyze a website's competitors or improve their own SEO ranking by studying the competition.

Registry SourceRecently Updated
9.2K14Profile unavailable
Automation

Social Reply Bot

Reddit & X/Twitter auto-reply bot for ecommerce/SaaS growth. Finds relevant posts about AI customer service, Amazon FBA, Shopify — posts genuine AI-generated...

Registry SourceRecently Updated
2390Profile unavailable
Security

seo-audit

SEO specialist agent with site audits, content writing, keyword research, technical fixes, link building, and ranking strategies.

Registry SourceRecently Updated
880Profile unavailable