What is Amazon Compliance Mode and How to Use It
Complete guide to Amazon Associates compliance mode in LegendLinks. Learn what it does, why it's important, and how to configure it for your affiliate marketing.
Overview
Amazon Associates has strict requirements for affiliate links to maintain transparency and comply with their program policies. Amazon Compliance Mode automatically ensures your Amazon affiliate links meet all requirements.
Why Amazon Compliance Matters
- Account Protection: Prevent suspension or termination
- Legal Compliance: Meet FTC disclosure requirements
- SEO Benefits: Maintain search engine trust
- Program Eligibility: Stay eligible for affiliate commissions
Non-compliance can result in:
- ā Account suspension
- ā Loss of commissions
- ā Removal from the program
What is Amazon Compliance Mode?
Amazon Compliance Mode is an automated feature that detects Amazon affiliate links and applies required attributes and settings automatically.
Key Features
- š Automatic Detection: Finds Amazon links automatically
- š·ļø Required Attributes: Forces
rel="sponsored"andrel="nofollow" - š Correct Redirects: Uses 302 temporary redirects (Amazon recommended)
- š Override Protection: Prevents manual changes to ensure compliance
- ā” Zero Configuration: Works automatically once enabled
Amazon Associates Program Requirements
Link Attributes (Mandatory)
All Amazon affiliate links must include:
rel="sponsored"- Indicates paid/sponsored contentrel="nofollow"- Prevents SEO value transfer
Redirect Behavior
- 302 Temporary Redirect - Amazon's recommended redirect type
- No 301 Permanent Redirects - Can be seen as manipulative
Content Disclosure
While LegendLinks handles technical compliance, you must also:
- Include disclosure text like "As an Amazon Associate, I earn from qualifying purchases"
- Place disclosures near affiliate links
- Be transparent about affiliate relationships
How to Enable Amazon Compliance Mode
Step 1: Access Settings
- Go to LegendLinks ā Settings in your WordPress admin
- Click on the "General" tab
Step 2: Enable Compliance Mode
Find the "Amazon Compliance Mode" setting:
ā
Amazon Compliance Mode: ON (recommended for affiliate sites)
Step 3: Save Settings
Click "Save Settings" at the bottom of the page.
That's it! Compliance mode is now active for all Amazon links.
How Amazon Compliance Mode Works
Automatic Detection
LegendLinks automatically detects Amazon links by checking if the target URL contains:
amazon.comamazon.co.ukamazon.caamazon.com.auamazon.deamzn.to(Amazon's link shortener)
Automatic Attribute Application
When you create or edit Amazon links, compliance mode automatically:
ā Forces Required Attributes
- nofollow: Always enabled (cannot be disabled)
- sponsored: Always enabled (cannot be disabled)
- ugc: Can be set manually if applicable
ā Enforces Correct Redirect Type
- 302 Temporary: Forces 302 redirect for Amazon links
- Advanced Redirects: JS/Meta/Cloaked redirects are allowed
- No 301 Permanent: Prevents 301 redirects on Amazon links
ā Visual Indicators
- Shows compliance notice in link editor
- Attributes appear locked/disabled
- Clear indication of enforced settings
Override Protection
Once compliance mode is active, Amazon links cannot be manually modified:
<!-- Amazon link attributes are locked -->
š nofollow: ON (cannot change)
š sponsored: ON (cannot change)
ā
ugc: Can be enabled if needed
Step-by-Step Usage Guide
Creating Amazon Affiliate Links
Step 1: Create Link Normally
- Go to LegendLinks ā Links ā Add New
- Enter Amazon product URL:
https://amazon.com/dp/B08N5WRWNW - Add title and slug as usual
Step 2: Automatic Compliance Application
When you enter an Amazon URL, compliance mode automatically:
- ā Detects it's an Amazon link
- ā Enables nofollow and sponsored attributes
- ā Sets 302 redirect type
- ā Shows compliance notice
Step 3: Save and Use
- Save the link
- Copy the HTML version for use in content
- The link will have all required attributes
Example Output
<!-- What LegendLinks generates: -->
<a href="yoursite.com/go/amazon-product" rel="nofollow sponsored">
Amazing Wireless Headphones
</a>
<!-- Redirects to: -->
https://amazon.com/dp/B08N5WRWNW?tag=youraffiliateid
Testing Amazon Compliance
Test 1: Attribute Verification
- Create Amazon Link: Enter any Amazon URL
- Check Attributes: Verify nofollow + sponsored are auto-enabled
- Copy HTML: Should include
rel="nofollow sponsored" - Inspect Redirect: Should use 302 status code
Test 2: Override Prevention
- Try to Disable: Attempt to uncheck nofollow/sponsored
- Verify Protection: Attributes should remain enabled
- Check UI: Disabled/locked appearance
Test 3: Non-Amazon Links
- Create Regular Link: Use non-Amazon URL
- Verify Freedom: Can set attributes as desired
- No Auto-Application: Compliance mode doesn't affect non-Amazon links
Amazon Compliance vs Manual Attributes
| Feature | Manual Setup | Amazon Compliance Mode |
|---|---|---|
| Detection | Manual | Automatic |
| Attributes | Manual setting | Auto-forced |
| Redirect Type | Manual choice | Auto 302 |
| Override | Can change anytime | Locked for compliance |
| Non-Amazon Links | Unaffected | Unaffected |
| Setup Time | Per link | One-time setting |
Troubleshooting
Compliance Mode Not Working
Symptoms: Amazon links don't get automatic attributes Solutions:
- ā Enable compliance mode in settings
- ā Ensure target URL contains "amazon." or "amzn.to"
- ā Save settings and try creating a new link
- ā Clear browser cache and hard refresh
Attributes Still Editable
Symptoms: Can uncheck nofollow/sponsored on Amazon links Solutions:
- ā Verify compliance mode is enabled
- ā Check that the URL is recognized as Amazon
- ā Try creating a new link (existing links may need re-saving)
Wrong Redirect Type
Symptoms: Amazon links use 301 instead of 302 Solutions:
- ā Enable compliance mode
- ā For HTTP redirects (301/302), it auto-changes to 302
- ā JS/Meta/Cloaked redirects are allowed as-is
Best Practices
ā Recommended Setup
- Enable compliance mode for all Amazon affiliate sites
- Use HTML copy feature to get properly attributed links
- Add content disclosures near affiliate links
- Regularly audit your Amazon links
- Monitor affiliate reports for any compliance warnings
ā Content Disclosure Examples
<!-- Clear disclosure examples -->
<p><small>As an Amazon Associate, I earn from qualifying purchases.</small></p>
<p><small>Contains affiliate links.</small></p>
<p><small>This post contains Amazon affiliate links.</small></p>
ā Link Usage
<!-- Good: Descriptive, transparent -->
<p>Check out these <a href="yoursite.com/go/headphones" rel="nofollow sponsored">wireless headphones</a> on Amazon.</p>
<!-- Avoid: Misleading text -->
<p><a href="yoursite.com/go/amazon-deal" rel="nofollow sponsored">Buy here</a> for the best price.</p>
Advanced Configuration
Combining with Default Attributes
You can combine Amazon compliance with default attributes:
// Settings configuration:
ā
Amazon Compliance Mode: ON
ā
Default Nofollow: ON (affects non-Amazon links)
ā
Default Sponsored: ON (affects non-Amazon links)
ā
Default UGC: OFF
Custom Compliance Rules
For advanced users, you can modify compliance behavior by editing the plugin code, but this is not recommended as it may violate Amazon's terms.
Compliance Checklist
ā Technical Requirements
- Amazon compliance mode enabled
- Links use
rel="nofollow sponsored" - 302 redirects for Amazon links
- Attributes cannot be manually disabled
ā Content Requirements
- Clear affiliate disclosure text
- Disclosures placed near links
- Honest link descriptions
- No misleading claims
ā Best Practices
- Regular link audits
- Monitor affiliate performance
- Stay updated with Amazon policy changes
- Use proper link categories/tags
Related Documentation
- Creating Links with Attributes - Manual attribute setup
- Creating Links - Basic link creation
- Settings - Complete settings configuration
Need help? Check our FAQ or contact support.
ā ļø Important: Amazon Compliance Mode handles technical requirements only. You are still responsible for content disclosures and compliance with Amazon Associates Program policies.