// 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 Clubs and Venues
Boost your online presence with these trusted citation sources for clubs, event spaces, and venues. These directories help you get found by party planners, promoters, and event organizers searching for locations like yours.
| Citation Site | Domain Authority | Country | Free / Paid |
|---|---|---|---|
| Eventective | 51 | CAN,USA | Free |
| The Venue Report | 51 | ALL | Free / Paid |
| Unique Venues | 46 | CAN,USA | Paid |
| PartyPOP | 45 | CAN,USA | Free |
| Events In America | 42 | USA | Free / Paid |
| VenueScanner | 38 | GBR | Paid |
| EventPlanner | 37 | ALL | Free / Paid |
| Venues.org.uk | 34 | GBR | Free / Paid |
| Venue Directory | 33 | AUS,CAN,GBR,USA | Free / Paid |
| RateClubs | 21 | USA | Free |
| ChooseYourEvent | 20 | USA | Free |
| Party Lane | 17 | AUS | Paid |
| VendorsForEvents | 9 | USA | Paid |