Skip to main content
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=pk_xxxxxxxxxxx" alt="Apple" />
  <img
    src="https://img.logo.dev/google.com?token=pk_xxxxxxxxxxx"
    alt="Google"
  />
  <img
    src="https://img.logo.dev/microsoft.com?token=pk_xxxxxxxxxxx"
    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

Add attribution to your public marketing site as well, either in the footer or about page. The attribution must be on a publicly accessible page.
Include the attribution link on your app’s website or in your app store listing description.
Yes, but attribution must be on your production domain when you launch. Staging/localhost usage doesn’t count toward attribution requirements.
I