Attribution Badges
Official badges for Qpost License attribution requirements
License Attribution - MANDATORY
⚠️ FREE TIER REQUIREMENT
If you use Qpost Free, you MUST display a visual badge on the footer that appears on all pages of your website. Text-only attribution is NOT sufficient. The badge must be clearly visible and easily accessible.
Official Badges
Light Theme Badge
HTML Code:
<a href="https://qpost.ai" target="_blank" title="Powered by Qpost">
<img
src="https://qpost.ai/images/badges/powered-by-light.svg"
alt="Powered by Qpost"
width="150"
height="44"
/>
</a>Dark Theme Badge
HTML Code:
<a href="https://qpost.ai" target="_blank" title="Powered by Qpost">
<img
src="https://qpost.ai/images/badges/powered-by-dark.svg"
alt="Powered by Qpost"
width="150"
height="44"
/>
</a>Free Tier Requirements
- Placement: Badge must be present on the footer of your website
- Link: Must link to "https://qpost.ai"
- Link type: Must be a dofollow link (do NOT add rel="nofollow" attribute)
- Visibility: Badge must be clearly visible and easily accessible
- Minimum dimensions: 130×34 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.