Monetization · NinjaOps Guides
rel=sponsored for Affiliate Links: Google's Policy in Plain English
Google's link spam policy treats paid or compensated links as attributes-required. Amazon affiliate links are compensated: leaving them unattributed is a link-spam signal, and sites get caught in spam updates for exactly this.
How to fix it
- Mark every outbound affiliate link with rel="sponsored" (rel="nofollow" is the legacy fallback).
- In HTML:
<a rel="sponsored nofollow" href="...">— both is safest. - In WordPress, most affiliate plugins have an attribute setting; enable it once globally.
- Internal links stay clean — only money links carry the attribute.
<a rel="sponsored nofollow"
href="https://www.amazon.com/dp/XXX?tag=yourtag-20">See price</a>
Diagnose this exact issue on your site — free
The 100-Point Affiliate Site Grader runs this check (and 40+ more) on your live site in ~10 seconds. No signup.
Want it fixed for you?
The Zero-Overhead Affiliate Playbook walks through every gap in this guide in 14 days on a $0 stack. Join the launch list →
More Monetization fixes: