Free plans require attribution. Upgrade to any paid plan to remove this requirement.

How attribution works

Attribution ensures proper domain verification and helps us maintain free access to Logo.dev. Your attribution link:

  • Must be on your production site (not staging or localhost)
  • Must be publicly accessible and viewable in browsers
  • Must pass referrer data (remove any noreferrer attributes)

Implementation

Add this link on any page displaying Logo.dev logos:

<a href="https://logo.dev">Logos provided by Logo.dev</a>

Example implementation

<div class="customer-logos">
  <img src="https://img.logo.dev/apple.com?token=live_abc123" alt="Apple" />
  <img src="https://img.logo.dev/google.com?token=live_abc123" alt="Google" />
  <img
    src="https://img.logo.dev/microsoft.com?token=live_abc123"
    alt="Microsoft"
  />
</div>
<p class="attribution">
  <a href="https://logo.dev">Logos provided by Logo.dev</a>
</p>

Placement options

Place attribution where users can see it:

  • Near logo displays - Directly below or beside logo grids
  • In page footer - With other credits and links
  • On about pages - For apps behind authentication

FAQs