Official badges for found.am License attribution requirements
⚠️ MANDATORY REQUIREMENT
If you use found.am, you MUST display a visual badge on ALL pages of your website (preferably in the footer). Text-only attribution is NOT sufficient.
HTML Code:
<a href="https://found.am" target="_blank" title="Powered by found.am">
<img
src="https://found.am/images/badges/powered-by-light.svg"
alt="Powered by found.am"
width="150"
height="44"
/>
</a>HTML Code:
<a href="https://found.am" target="_blank" title="Powered by found.am">
<img
src="https://found.am/images/badges/powered-by-dark.svg"
alt="Powered by found.am"
width="150"
height="44"
/>
</a>💡 Implementation Recommendation
Place the badge in your global footer so it appears automatically on all pages without additional code modifications.