Attribution Badges
Official badges for Product Launchify License attribution requirements
License Attribution - MANDATORY
⚠️ MANDATORY REQUIREMENT
If you use Product Launchify, you MUST display a visual badge on ALL pages of your website (preferably in the footer). Text-only attribution is NOT sufficient.
Get Your Badge
Product Launchify
Featured Badge
View embed code
<a href="https://www.productlaunchify.com" target="_blank" rel="noopener" title="Featured on Product Launchify">
<img
src="https://www.productlaunchify.com/images/badges/powered-by-light.svg"
alt="Featured on Product Launchify"
width="231"
height="55"
/>
</a>If you want to customize your badge, you can use the following code:
<a href="https://www.productlaunchify.com" target="_blank" rel="noopener" title="Featured on Product Launchify" className="transition-transform hover:scale-105">
<img src="https://www.productlaunchify.com/images/badges/powered-by-light.svg" alt="Featured on Product Launchify" className="h-10 w-auto dark:hidden" />
<img src="https://www.productlaunchify.com/images/badges/powered-by-dark.svg" alt="Featured on Product Launchify" className="hidden h-10 w-auto dark:block" />
</a>MANDATORY Technical Requirements
- Placement: Badge must be present on ALL pages of your website (recommended: footer)
- Link: Must link to "https://productlaunchify.com"
- Link type: Must be a dofollow link (do NOT add rel="nofollow" attribute)
- Visibility: Badge must be clearly visible and easily accessible
- Minimum dimensions: 231×55 pixels (do not reduce size)
- Prohibitions: Badge must NOT be hidden, obstructed, or made transparent
- Required format: Visual badge only - text alone is NOT accepted
💡 Implementation Recommendation
Place the badge in your global footer so it appears automatically on all pages without additional code modifications.