Embed live WashIndex data
Three free iframe widgets — chain profiles, metro market analyses, and city best-of leaderboards. One-line install, live data, WashIndex attribution included. Use them in articles, deal memos, broker pages, or city guides.
Each widget is an iframe + a one-line source credit. The credit link is the part that passes SEO link equity, so please keep it.
<iframe src="https://washindex.com/embed/chains/mister-car-wash"
width="100%" height="280" frameborder="0"
title="Mister Car Wash — WashIndex profile">
</iframe>
<p>Source: <a href="https://washindex.com/car-wash-chains/mister-car-wash">Mister Car Wash profile on WashIndex</a></p> Chain profile widget
For: Industry blogs, broker sites, M&A coverage
Compact card showing a chain's name, footprint, rating, damage rate, cancellation friction, and an 18-month rating sparkline. Best for articles about a specific operator.
<iframe src="https://washindex.com/embed/chains/{chain-slug}"
width="100%" height="280" frameborder="0"
title="WashIndex chain profile widget">
</iframe>
<p>Source: <a href="https://washindex.com/car-wash-chains/{chain-slug}">{chain name} profile on WashIndex</a></p>
Replace {chain-slug} with the entity slug — e.g. mister-car-wash — in both the iframe src and the link href. The source-credit link below the iframe is what passes SEO link equity, so please keep it visible.
Market analysis widget
For: PE shops, broker sites, deal memos
Card showing a metro's total car wash count, number of chains, weighted-average rating, top-10 chain share, and the top 5 chains by location count. Best for market-level coverage and consolidation analysis.
<iframe src="https://washindex.com/embed/msas/{msa-slug}"
width="100%" height="380" frameborder="0"
title="WashIndex market analysis widget">
</iframe>
<p>Source: <a href="https://washindex.com/car-wash-markets/{msa-slug}">{metro name} car wash market on WashIndex</a></p>
Replace {msa-slug} with the entity slug — e.g. dallas-fort-worth — in both the iframe src and the link href. The source-credit link below the iframe is what passes SEO link equity, so please keep it visible.
City best-of widget
For: Local news, lifestyle blogs, city guides
Card showing the top 5 best-rated car washes in a city, with rating and review count. Best for local 'best of' coverage.
<iframe src="https://washindex.com/embed/cities/{city-slug}"
width="100%" height="330" frameborder="0"
title="WashIndex city best-of widget">
</iframe>
<p>Source: <a href="https://washindex.com/car-wash-cities/{city-slug}">Best car washes in {city} on WashIndex</a></p>
Replace {city-slug} with the entity slug — e.g. plano-tx — in both the iframe src and the link href. The source-credit link below the iframe is what passes SEO link equity, so please keep it visible.
Notes + licensing
- Free for all use, commercial and non-commercial, no rate limits.
- Keep the visible source-credit link. The
<a href>line below the iframe is what passes SEO link equity back to WashIndex — iframes alone don't transfer the same backlink signal. Removing the credit also breaks the licensing terms. - Always live data. Widgets re-render with each request; monthly dataset updates flow through automatically.
- Responsive. Set
width="100%"and use the recommended height per widget type. Minimum width 320px. - No external dependencies. Each widget is a self-contained HTML page with inline styles. No fonts or JavaScript fetched at render time.
- Accessibility. Set a meaningful
titleon the iframe for screen readers. - Prefer the underlying JSON for programmatic use — see /api/index.json for the data endpoints.