// 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);
Pubs & Bars Citation Sites
Get listed on the most relevant and high-authority directories for pubs, bars, and nightlife venues. These platforms improve your visibility and attract more local footfall.
| Citation Site | Domain Authority | Country | Free / Paid |
|---|---|---|---|
| RateBeer | 76 | ALL | Free |
| AGFG (Australian Good Food Guide) | 51 | AUS | Free |
| BigBarn | 46 | GBR | Paid |
| Pubs Galore | 43 | GBR | Free |
| MenuClub | 35 | USA | Paid |
| GayBarMaps | 24 | USA | Free / Paid |
| Our-Pub.co.uk | 24 | GBR | Free |
| RateClubs | 21 | USA | Free |
| BarAdvisor | 20 | ALL | Free |
| Cheers m8! | 16 | ALL | Free |
| Local Breweries | 6 | USA | Free |
| Pubs-and-Bars | 3 | GBR | Free / Paid |