πŸš€ Amazon Product Verification System

βœ… Files Installed

You now have 3 new files in C:\dev\itblogpros\_automation\:

  1. amazon-verifier.js - Core verification engine
  2. amazon-product-replacer.js - Smart link replacement
  3. FIX-WIFI7-LINKS.bat - One-click WiFi 7 fixer

🎯 Quick Start - Fix WiFi 7 Article

Right now, double-click:

C:\dev\itblogpros\_automation\FIX-WIFI7-LINKS.bat

This will:

  1. Show you which Amazon links are broken
  2. Search for valid replacement products
  3. Ask for your confirmation
  4. Fix all broken links automatically
  5. Create a backup first

πŸ“‹ Commands Reference

Verify Single Product

cd C:\dev\itblogpros\_automation
node amazon-verifier.js verify B0BZFK3BF8 us

Check Both US and UK

node amazon-verifier.js verify-both B0BZFK3BF8

Search for Products

node amazon-verifier.js search "WiFi 7 router" us

Check Article Links

node amazon-verifier.js verify-article ..\posts\your-article.md

Fix Broken Links

node amazon-product-replacer.js fix-article ..\posts\your-article.md

Generate Product Section

node amazon-product-replacer.js generate-section wifi7-router 3

🌐 Dual Region Support

Verify Product on Both Regions

node amazon-verifier.js verify-both B0BZFK3BF8

Output tells you if product exists on both amazon.com and amazon.co.uk!

Why Dual Region?

πŸ“Š Product Categories

Use these with generate-section and find-products:

πŸ”„ Workflow

Before Publishing Any Article:

# 1. Check links
node amazon-verifier.js verify-article ..\posts\new-article.md

# 2. If broken, fix them
node amazon-product-replacer.js fix-article ..\posts\new-article.md

# 3. Publish with confidence!

⚠️ Important Notes

Rate Limiting

Backups

ASINs Can Change

🎯 Expected Results

Your WiFi 7 Article:

All Articles (Month 1):

πŸ› Troubleshooting

"Cannot find module"

βœ… Make sure Node.js is installed (v18+) βœ… Run from correct directory: C:\dev\itblogpros\_automation

"Request timeout"

βœ… Amazon is rate-limiting - wait 30 minutes

"Product not found (404)" but exists

βœ… ASIN may be region-specific βœ… Try other region or search manually

πŸ“ž Support

If issues occur:

  1. Check you're in C:\dev\itblogpros\_automation
  2. Verify Node.js is installed: node --version
  3. Check internet connection
  4. Wait if rate-limited (30 min)

πŸŽ‰ Next Steps

  1. βœ… NOW: Run FIX-WIFI7-LINKS.bat
  2. βœ… Today: Test on another article
  3. βœ… This Week: Verify all existing articles
  4. βœ… This Month: Add to automated workflow

Ready to fix those broken links and start earning commissions?

Double-click: FIX-WIFI7-LINKS.bat

or run:

cd C:\dev\itblogpros\_automation
node amazon-verifier.js verify-article ..\posts\2025-01-15-wifi-7-vs-wifi-6-should-you-upgrade-your-router-in-2025.md