Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.
48:T697,
Automated and manual workflows for ensuring affiliate marketing content complies with FTC guidelines and follows ethical best practices.
# 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
Required:
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.
docs/affiliate_links/affiliate_links_mapping_FINAL.json