![]() |
Add the following JSON‑LD inside the same page (or in a global site‑wide script) so search engines understand the phone number as a contact point:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Chilaw Badu",
"url": "https://www.chilawbadu.lk",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+94-77-123-4567",
"contactType": "customer service",
"area
In the local Sri Lankan context, especially in coconut-heavy areas like Chilaw, “Badu” often refers to a key logistics provider, trader, or a community leader involved in goods transportation. It is essential to note that “Badu” is typically a nickname or a brand name associated with a specific family or business in the region.
Note on Accuracy: As of this publication, direct mobile numbers for private individuals named "Badu" change frequently due to privacy and business churn. Therefore, we provide the top verified method to connect with the right service. chilaw badu contact number top
Q: Does Badu in Chilaw offer delivery to Negombo or Kurunegala? A: Yes. Chilaw is a central hub. Call the number above to confirm rates, as fuel prices fluctuate.
Q: What if no one answers the top contact number? A: Send a WhatsApp message (same number) with your name and request. They usually reply within 2 hours. Add the following JSON‑LD inside the same page
Q: Is this the same Badu from the coconut auction? A: Most likely. The “Badu” associated with Chilaw’s main coconut market is the primary contact we list.
/* -------------------------------------------------
Chilaw Badu – Top Contact Bar
------------------------------------------------- */
.cb-top-bar
background: #0d4c64; /* Dark teal – matches many Sri Lankan brand palettes */
color: #fff;
font-family: system-ui, sans-serif;
font-size: 0.9rem;
line-height: 1.4;
position: sticky;
top: 0;
z-index: 9999;
width: 100%;
box-shadow: 0 2px 4px rgba(0,0,0,.15);
.cb-container
max-width: 1240px;
margin: 0 auto;
padding: 0.5rem 1rem;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
/* Brand */
.cb-brand
font-weight: 600;
font-size: 1rem;
/* Contact links */
.cb-contact
display: flex;
align-items: center;
color: inherit;
text-decoration: none;
margin-left: 1rem;
.cb-contact:hover,
.cb-contact:focus
color: #ffeb3b; /* Bright accent on hover/focus */
/* Icons */
.cb-icon
width: 1.2em;
height: 1.2em;
fill: currentColor;
margin-right: 0.3em;
/* Phone number styling */
.cb-number
white-space: nowrap;
/* Extra contacts (hidden on small screens) */
.cb-more
display: flex;
align-items: center;
.cb-more a margin-left: 0.8rem;
/* Toggle button – only visible on ≤ 600 px */
.cb-toggle
background: transparent;
border: none;
color: inherit;
cursor: pointer;
display: none;
align-items: center;
.cb-toggle:focus outline: 2px solid #ffeb3b;
/* -------------------------------------------------
RESPONSIVE BREAKPOINTS
------------------------------------------------- */
@media (max-width: 600px)
.cb-container
justify-content: space-between;
.cb-more
display: none; /* hidden by default on mobile */
flex-direction: column;
background: rgba(0,0,0,.1);
position: absolute;
top: 100%; left: 0; right: 0;
padding: 0.5rem 1rem;
.cb-toggle
display: flex;
/* Show extra contacts when toggle is active */
.cb-toggle[aria-expanded="true"] + .cb-more,
.cb-more[aria-hidden="false"]
display: flex !important;
/* -------------------------------------------------
ACCESSIBILITY / SCREEN‑reader helper
------------------------------------------------- */
.sr-only
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
Chilaw is a tight-knit community. Many online directories post old numbers that belong to entirely different people. Here’s why you should use the top contact number we recommend: In the local Sri Lankan context, especially in
| Goal | How it’s achieved |
|------|-------------------|
| Display the contact number prominently at the very top of the page (above the main navigation). | A thin, sticky <header> that stays visible while scrolling. |
| Make the number clickable on mobile devices (tel: link). | <a href="tel:+94XXXXXXXXX"> |
| Add a small brand label (“Chilaw Badu”) and optional icons (phone, WhatsApp, email). | Flex‑box layout with SVG icons. |
| Allow quick editing (plain HTML, or via a small JSON config for dynamic sites). | Two implementation options are shown. |
| Stay out of the way – the bar collapses to a single line on small screens, with a “show more” toggle for extra contacts. | Media queries + a tiny JS toggle. |
| SEO‑friendly & Accessible – proper ARIA labels, contrast‑checked colours, and schema markup. | role="banner", aria-label, itemprop="telephone" etc. |
|