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

Development workflow

Your API key works immediately for development and testing on localhost or staging environments. Attribution verification only happens when your production site goes live.
  1. Sign up for a free account at logo.dev/signup
  2. Get your API key from the dashboard
  3. Start building—the API works right away
  4. Add attribution when you deploy to production
You won’t be blocked from using the API while developing on localhost. Complete attribution when you’re ready to launch.

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. Your API key works immediately on localhost and staging. Attribution verification only applies to your production domain when you launch.