Promote Your Listing

Use these official Toolquix badges to show off your ranking or featured status. Adding a badge to your site helps build trust and improves your organic reach.

#1 Tool of the Day
The ultimate ranking badge for top-performing tools.
TOOLQUIX #1 TOOL OF THE DAY
<a href="https://toolquix.com"><img src="https://toolquix.com/assets/badge-top-1.svg" alt="Toolquix #1 Tool of the Day" width="180" height="180"></a>
Featured Ribbon
Perfect for "As Seen On" sections and landing pages.
T Featured on Toolquix
<a href="https://toolquix.com"><img src="https://toolquix.com/assets/badge-featured.svg" alt="Featured on Toolquix" width="240" height="54"></a>
Verified Badge
Showcase your verified status with this minimalist pill.
VERIFIED ON TOOLQUIX
<a href="https://toolquix.com"><img src="https://toolquix.com/assets/badge-verified.svg" alt="Verified on Toolquix" width="220" height="54"></a>
4. Scrolling Ticker (Marquee)
A full-width, animated ticker designed to sit right below your header or above your footer. Important: Paste this code directly into your HTML <body>, outside of any narrow containers.
Dark Mode Preview
<style>
.tq-marquee-dark { width: 100%; overflow: hidden; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 12px 0; }
.tq-marquee-content { display: inline-block; white-space: nowrap; animation: tq-marquee 20s linear infinite; }
.tq-marquee-link-dark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; font-family: system-ui, -apple-system, sans-serif; font-weight: 700; font-size: 16px; }
@keyframes tq-marquee { 0% { transform: translateX(100vw); } 100% { transform: translateX(-100%); } }
</style>
<div class="tq-marquee-dark">
  <div class="tq-marquee-content">
    <a href="https://toolquix.com" class="tq-marquee-link-dark" target="_blank">
      <img src="https://toolquix.com/favicon.ico" alt="Toolquix" style="height:24px;width:24px;border-radius:4px;">
      We are proudly listed on Toolquix.
    </a>
  </div>
</div>
Light Mode Preview
<style>
.tq-marquee-light { width: 100%; overflow: hidden; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.05); padding: 12px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.tq-marquee-content { display: inline-block; white-space: nowrap; animation: tq-marquee 20s linear infinite; }
.tq-marquee-link-light { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #000; font-family: system-ui, -apple-system, sans-serif; font-weight: 700; font-size: 16px; }
@keyframes tq-marquee { 0% { transform: translateX(100vw); } 100% { transform: translateX(-100%); } }
</style>
<div class="tq-marquee-light">
  <div class="tq-marquee-content">
    <a href="https://toolquix.com" class="tq-marquee-link-light" target="_blank">
      <img src="https://toolquix.com/favicon.ico" alt="Toolquix" style="height:24px;width:24px;border-radius:4px;">
      We are proudly listed on Toolquix.
    </a>
  </div>
</div>