// 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);
Catering Company Citation Sites
Get discovered by event planners and hungry clients alike. These citation directories help catering businesses increase visibility, rank locally in search engines, and attract more bookings across various service regions.
| Citation Site | Domain Authority | Country | Free / Paid |
|---|---|---|---|
| HappyCow | 70 | ALL | Free/Paid |
| FoodPages CA | 58 | CAN | Free |
| Eat Well Guide | 52 | USA | Free |
| ChefDb | 40 | USA | Free |
| Local Harvest | 35 | AUS | Free |
| FoodFever | 20 | ALL | Free |
| CaterOR | 13 | USA | Paid |
| USA Caterers | 10 | USA | Paid |
| Find A Local Caterer | 8 | USA | Free |
| CaterersUp | 4 | USA | Paid |