Affiliate Disclosures and Link Attributes: Staying FTC-Legal and Trusted
Part of Small Business Websites
By Paul Peery · August 30, 2026 · 3 min read

Heads up: this post contains affiliate links — if you buy through one, I may earn a commission at no extra cost to you. How that works
Sticking an affiliate disclaimer in your website footer does not satisfy the Federal Trade Commission (FTC), and hiding behind vague phrases like "affiliate partner" only makes your readers suspicious. Both regulators and search engines expect upfront transparency whenever a link can earn you a commission.
Before digging into the markup, a quick ground rule: this is practical compliance education for independent publishers and site owners, not legal counsel. The FTC updates its Endorsement Guides periodically, so you should always check current agency guidance for your specific setup.
Hiding disclosures below the fold fails the legal test
The FTC requires disclosures to be "clear and conspicuous". In plain English, that means an ordinary reader must notice and understand the commercial connection before they click a link or act on your advice.
Putting a tiny link labeled "Affiliate Policy" in your site footer fails this test completely. If a visitor reads your product review, clicks your recommendation, and buys the product without ever scrolling to the bottom of the page, they never saw your notice.
To stay on the right side of guidance, put your disclosure above the fold and before any affiliate links appear. It needs to use plain, unambiguous language.
Here is what works and what fails:
- Fails: Vague tags like
#collab,#partner, or a link to a legal terms page buried behind a click. - Works: "This page contains affiliate links. If you make a purchase through them, I may earn a small commission at no additional cost to you."
- Works: An inline badge right next to the link that explicitly says "(Sponsored Link)" or "(Affiliate Link)".
If someone has to hunt for the explanation, it is not compliant.
Search engines require rel="sponsored" or rel="nofollow"
The FTC protects consumers, while search engine crawlers protect their search results. Google considers paid and monetized links a form of ranking manipulation if they pass SEO link authority without being qualified.
If you link to a merchant using a standard <a> tag, search engines treat it as an editorial vote of confidence. When they discover undisclosed commercial links, your site risks algorithmic demotion or manual actions for link spam.
To qualify your links properly, add the rel attribute to your HTML:
<a href="https://example.com/deal" rel="sponsored">Get the Deal</a>
Google prefers rel="sponsored" for affiliate and paid links, though the older rel="nofollow" is still accepted as a fallback. You can also combine them (rel="sponsored nofollow") if you want backward compatibility with older crawlers.
Whenever I link to deals on tools I use, like my Namecheap referral, I ensure the markup explicitly carries the rel="sponsored" tag.
Being brutally honest about drawbacks builds real revenue
The biggest fear creators have about adding obvious disclosures is that readers will bounce without clicking. In practice, the opposite happens.
Readers already know running a website costs time and money. When you clearly state how the site is funded, people appreciate the respect. What actually alienates readers is recommending terrible software just because it pays a high commission.
Running low-quality programmatic display ads has similar trade-offs. As I wrote in my breakdown of display ads on small sites, trading away user experience for low-dollar payouts almost always backfires on long-term growth.
My honesty rule for affiliate content is simple: if I would not pay for the product myself with my own card, I do not list it. Keeping your recommendation list tight also makes it much easier to track what you run when auditing your business expenses, similar to how I track my own software stack costs.
The pre-publish affiliate checklist
Before publishing any article or review containing commercial links, run through these four practical checks:
- Placement: Is there a clear disclosure visible near the top of the post before the first affiliate link appears?
- Language: Does the notice state in plain words that you earn a commission, avoiding jargon?
- Link tags: Are all commercial outbound links tagged with
rel="sponsored"orrel="nofollow"? - Firsthand value: Does the article provide original insight, test results, or usage notes beyond copying the merchant's sales page?
Keep reading
All postsComments
No comments yet — be the first!
