スキル一覧に戻る
insightfulaf

affiliate-compliance-check

by insightfulaf

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


Affiliate Compliance Check

Automated and manual workflows for ensuring affiliate marketing content complies with FTC guidelines and follows ethical best practices.

When to Use

  • Audit content for FTC disclosure compliance
  • Verify affiliate links are properly tracked
  • Check for broken or missing affiliate links
  • Prepare content for publication review

Quick Compliance Check

# Find files with affiliate links
grep -r -l -E "(affiliate|aff\.|&id=|\?ref=)" \
  copywriting/ landing_pages/ --include="*.md" --include="*.html"

# Check for disclosures
for file in $(grep -r -l -E "(affiliate|aff\.)" copywriting/ --include="*.md"); do
  if ! grep -q -i "disclosure" "$file"; then
    echo "❌ Missing disclosure: $file"
  fi
done

FTC Requirements

Required:

  • Clear disclosure before/near first affiliate link
  • Plain language (not legal jargon)
  • Conspicuous placement (visible on mobile)
  • Explains potential compensation

Acceptable Disclosure:

## Disclosure

This post contains affiliate links. I may earn a commission if you make 
a purchase, at no additional cost to you. I only recommend products I 
personally use or genuinely believe will add value.

Compliance Checklist

  • Disclosure exists
  • Disclosure is above the fold
  • Language is clear and plain
  • Visible on mobile devices
  • All affiliate links work
  • Links in mapping file
  • Content provides genuine value
  • Honest assessment (pros/cons)

Resources

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です