// Make all tabs equal width (based on longest text) function setEqualWidth() { const sections = document.querySelectorAll('.menu-section'); sections.forEach(section => { const items = section.querySelectorAll('.section-title, .menu-link'); let maxWidth = 0; items.forEach(item => { item.style.width = 'auto'; // reset const w = item.offsetWidth; if (w > maxWidth) maxWidth = w; }); items.forEach(item => { item.style.width = maxWidth + 'px'; }); }); } window.addEventListener('load', setEqualWidth); window.addEventListener('resize', setEqualWidth);
Top Citation Sites for Florists
Boost your floral business’s online visibility by listing on these high-authority directories. Whether you’re a boutique florist or run a flower delivery service, these platforms help customers find and trust your services online.
| Citation Site | Domain Authority | Country | Free / Paid |
|---|---|---|---|
| Flower Shop Network | 51 | ALL | Paid |
| Slow Flowers | 49 | CAN,USA | Paid |
| All Florists | 30 | GBR | Paid |
| iLoveFlowers | 17 | USA | Free |
| Flowers List | 15 | USA | Free |
| Flower Directory US | 13 | USA | Free / Paid |
| RealFlowerShop | 12 | CAN,GBR,USA | Free / Paid |
| UpFlorist | 3 | USA | Paid |