business-consistency
ビジネスにおける名前、住所、電話番号といった基本情報を、様々なプラットフォームで統一して管理し、引用情報の管理やビジネス情報の更新、構造化データの生成などを効率的に行うSkill。
📜 元の英語説明(参考)
Maintain NAP (Name, Address, Phone) consistency across all platforms. Use when managing citations, updating business info, or generating schema markup.
🇯🇵 日本人クリエイター向け解説
ビジネスにおける名前、住所、電話番号といった基本情報を、様々なプラットフォームで統一して管理し、引用情報の管理やビジネス情報の更新、構造化データの生成などを効率的に行うSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o business-consistency.zip https://jpskill.com/download/17896.zip && unzip -o business-consistency.zip && rm business-consistency.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/17896.zip -OutFile "$d\business-consistency.zip"; Expand-Archive "$d\business-consistency.zip" -DestinationPath $d -Force; ri "$d\business-consistency.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
business-consistency.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
business-consistencyフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Business Consistency Skill
目的
NAP(名前、住所、電話番号)の正確性のため、すべてのプラットフォームでビジネス情報の100%の一貫性を確保し、ローカルSEOランキングに直接影響を与えます。
一貫性マスター
business_consistency_masterテーブルは、すべてのビジネスデータに関する唯一の信頼できる情報源(SINGLE SOURCE OF TRUTH)です。
ティア1:重要なNAP(すべての場所で完全に同一である必要があります)
- Legal Business Name - 登記されているとおりの正確な名前
- Trading Name - 法人名と異なる場合
- Street Address - 完全な形式の住所
- Suburb/City - 正しい区/市名
- State - 略称(例:QLD)
- Postcode - 4桁の数字
- Country - Australia(デフォルト)
- Primary Phone - 主要な連絡先番号
- Phone Format - 使用する標準形式
ティア2:必須
- Website URL - 主要ドメイン
- Email Address - 主要な連絡先メールアドレス
- Business Hours - JSON形式
- Primary Category - 主要な業種
- Secondary Categories - 追加の業種
ティア3:重要
- Short Description - 50語(制限のあるプラットフォーム向け)
- Medium Description - 100語
- Long Description - 250語(許可するプラットフォーム向け)
- Service Areas - 地理的な対応範囲
- Payment Methods - 利用可能な支払い方法
ティア4:オーストラリア固有
- ABN - 形式:XX XXX XXX XXX
- ACN - 形式:XXX XXX XXX
- License Numbers - QBCC、電気工事など
プラットフォームのティア
ティア1:必須(クレームし、認証を受ける必要があります)
- Google Business Profile
- Bing Places for Business
- Apple Maps Connect
- Facebook Business Page
ティア2:必須 - オーストラリア
- Yellow Pages AU
- True Local
- Hotfrog AU
- StartLocal
ティア3:ソーシャルプロフィール
- LinkedIn Company Page
- Instagram Business
- Twitter/X
- YouTube Channel
ティア4:オーストラリアのディレクトリ
- Yelp AU
- White Pages AU
- Word of Mouth
- Fyple
- Localsearch
- Find AU
ティア5:業界固有
- Trades: HiPages, ServiceSeeking, Oneflare, Airtasker
- Healthcare: HealthEngine, Healthdirect, RateMDs
- Legal: LawyersGuide, LawPath, MyBusiness
- Real Estate: RealEstate.com.au, Domain, Homely
Schema.org マークアップ
LocalBusiness Schema
一貫性マスターから自動生成されます。
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Business Name",
"address": {...},
"telephone": "+61...",
"openingHoursSpecification": [...],
"geo": {...},
"url": "...",
"sameAs": [social profiles]
}
Organization Schema
企業/大規模ビジネス向け:
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Business Name",
"legalName": "Legal Entity Name",
"taxID": "ABN",
...
}
監査プロセス
毎週のスポットチェック
- 1〜2個のランダムなティア1プラットフォームをチェックします
- NAPがマスターと一致することを確認します
毎月の完全監査
- すべてのティア1プラットフォームをチェックします
- ティア2〜3プラットフォームの50%をチェックします
- 監査レポートを生成します
監査レポートの内容
- 全体的な一貫性スコア(0〜100)
- ティア1スコア(40%の重み付け)
- ティア2スコア(30%の重み付け)
- プラットフォームごとのステータス
- 発見された不一致
- 推奨事項
使用するタイミング
- ビジネス情報が変更された場合(住所、電話番号、営業時間)
- 新しい場所をオープンする場合
- サイテーションをクレームする場合
- スキーママークアップを生成する場合
- 毎月のNAP監査
- SEOキャンペーンの前
統合ポイント
src/lib/consistency/business-consistency-service.ts- メインサービスbusiness_consistency_mastertable - 信頼できる情報源citation_listingstable - プラットフォームの追跡consistency_audit_logtable - 監査履歴- ConversionCopywritingEngine - クレームの検証
Citation Listing Status
not_claimed → claimed → pending_verification → verified
↓
needs_update
↓
suspended
GEO最適化
AI検索エンジン(Perplexity、ChatGPTなど)向け:
- スキーマ内のエンティティの曖昧さ回避
- 一貫性のあるエンティティ参照
- 構造化データマークアップ
- AIフレンドリーなコンテンツ
出力形式
{
"audit_result": {
"overall_score": 94,
"tier1_score": 100,
"tier2_score": 87,
"issues_found": 3,
"recommendations": [...]
}
} 📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Business Consistency Skill
Purpose
Ensure 100% consistency of business information across all platforms for NAP accuracy, which directly impacts local SEO rankings.
The Consistency Master
The business_consistency_master table is the SINGLE SOURCE OF TRUTH for all business data.
Tier 1: Critical NAP (MUST be identical everywhere)
- Legal Business Name - Exactly as registered
- Trading Name - If different from legal
- Street Address - Full formatted address
- Suburb/City - Correct suburb name
- State - Abbreviation (e.g., QLD)
- Postcode - 4 digits
- Country - Australia (default)
- Primary Phone - Main contact number
- Phone Format - Standard format to use
Tier 2: Essential
- Website URL - Primary domain
- Email Address - Main contact email
- Business Hours - JSON format
- Primary Category - Main business type
- Secondary Categories - Additional categories
Tier 3: Important
- Short Description - 50 words (for limited platforms)
- Medium Description - 100 words
- Long Description - 250 words (for platforms that allow it)
- Service Areas - Geographic coverage
- Payment Methods - Accepted payments
Tier 4: Australia-Specific
- ABN - Format: XX XXX XXX XXX
- ACN - Format: XXX XXX XXX
- License Numbers - QBCC, electrical, etc.
Platform Tiers
Tier 1: Mandatory (Must be claimed and verified)
- Google Business Profile
- Bing Places for Business
- Apple Maps Connect
- Facebook Business Page
Tier 2: Essential - Australia
- Yellow Pages AU
- True Local
- Hotfrog AU
- StartLocal
Tier 3: Social Profiles
- LinkedIn Company Page
- Instagram Business
- Twitter/X
- YouTube Channel
Tier 4: Australian Directories
- Yelp AU
- White Pages AU
- Word of Mouth
- Fyple
- Localsearch
- Find AU
Tier 5: Industry Specific
- Trades: HiPages, ServiceSeeking, Oneflare, Airtasker
- Healthcare: HealthEngine, Healthdirect, RateMDs
- Legal: LawyersGuide, LawPath, MyBusiness
- Real Estate: RealEstate.com.au, Domain, Homely
Schema.org Markup
LocalBusiness Schema
Automatically generated from Consistency Master:
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Business Name",
"address": {...},
"telephone": "+61...",
"openingHoursSpecification": [...],
"geo": {...},
"url": "...",
"sameAs": [social profiles]
}
Organization Schema
For corporate/larger businesses:
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Business Name",
"legalName": "Legal Entity Name",
"taxID": "ABN",
...
}
Audit Process
Weekly Spot Check
- Check 1-2 random Tier 1 platforms
- Verify NAP matches master
Monthly Full Audit
- Check all Tier 1 platforms
- Check 50% of Tier 2-3 platforms
- Generate audit report
Audit Report Contents
- Overall consistency score (0-100)
- Tier 1 score (weighted 40%)
- Tier 2 score (weighted 30%)
- Platform-by-platform status
- Inconsistencies found
- Recommendations
When to Use
- Business info changes (address, phone, hours)
- Opening new locations
- Claiming citations
- Generating schema markup
- Monthly NAP audits
- Before SEO campaigns
Integration Points
src/lib/consistency/business-consistency-service.ts- Main servicebusiness_consistency_mastertable - Source of truthcitation_listingstable - Platform trackingconsistency_audit_logtable - Audit history- ConversionCopywritingEngine - Claim verification
Citation Listing Status
not_claimed → claimed → pending_verification → verified
↓
needs_update
↓
suspended
GEO Optimization
For AI search engines (Perplexity, ChatGPT, etc.):
- Entity disambiguation in schema
- Consistent entity references
- Structured data markup
- AI-friendly content
Output Format
{
"audit_result": {
"overall_score": 94,
"tier1_score": 100,
"tier2_score": 87,
"issues_found": 3,
"recommendations": [...]
}
}