{ "@context": "https://schema.org", "@type": "DentalClinic", "name": "Apex Dental Clinic", "image": "https://apexdent.in/logo.png", "telephone": "+919155511110", "url": "https://apexdent.in", "priceRange": "₹₹", "address": { "@type": "PostalAddress", "streetAddress": "Shop No. G-2, Ground Floor, Sahani Complex, Opp. Apsara Hotel, Line Bazar Chowk, NH-31", "addressLocality": "Purnia", "addressRegion": "BR", "postalCode": "854301", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": 25.7788, "longitude": 87.4721 }, "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ], "opens": "00:00", "closes": "23:59" } ], "availableService": [ { "@type": "MedicalProcedure", "name": "Emergency Dental Care", "description": "24/7 urgent dental care and pain relief services in Line Bazar, Purnia." } ], "medicalSpecialty": [ "Dentistry", "EmergencyCare" ] }
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Dentist",
"@id": "https://apexdent.in/#clinic",
"name": "Apex Dental Clinic",
"url": "https://apexdent.in",
"logo": "https://apexdent.in/logo.png",
"image": "https://apexdent.in/clinic-front.jpg",
"telephone": "+919155511110",
"email": "info@apexdent.in",
"priceRange": "₹₹",
"address": {
"@type": "PostalAddress",
"streetAddress": "Sahani Complex, Line Bazar Chowk",
"addressLocality": "Purnia",
"addressRegion": "Bihar",
"postalCode": "854301",
"addressCountry": "IN"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 25.7771,
"longitude": 87.4753
},
"areaServed": [
{ "@type": "AdministrativeArea", "name": "Purnia" },
{ "@type": "AdministrativeArea", "name": "Katihar" },
{ "@type": "AdministrativeArea", "name": "Araria" },
{ "@type": "AdministrativeArea", "name": "Kishanganj" },
{ "@type": "AdministrativeArea", "name": "Madhepura" }
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
"opens": "09:00",
"closes": "20:00"
}
],
"medicalSpecialty": [
"Endodontics",
"Cosmetic Dentistry",
"Implantology",
"Pediatric Dentistry",
"Periodontics"
],
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Dental Treatments & Services",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "MedicalProcedure",
"name": "Root Canal Treatment (RCT)",
"url": "https://apexdent.in/rct-in-purnea/",
"description": "Painless single-sitting and multi-sitting Root Canal Treatment using rotary endodontics in Purnia."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "MedicalProcedure",
"name": "Dental Crowns and Bridges",
"description": "Custom durable ceramic and zirconia crowns for tooth restoration."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "MedicalProcedure",
"name": "Dental Implants",
"description": "Permanent titanium dental implants for missing tooth replacement."
}
}
]
}
},
/* 2. Medical WebPage & Medical Entity (E-E-A-T Signal) */ { "@type": "MedicalWebPage", "@id": "https://apexdent.in/#webpage", "url": "https://apexdent.in", "name": "Apex Dental Clinic - Complete Dental Care in Purnia", "description": "Verified medical information and services provided by Apex Dental Clinic, Line Bazar, Purnia.", "about": { "@type": "MedicalEntity", "code": { "@type": "MedicalCode", "code": "D003815", "codingSystem": "MeSH" }, "name": "Dentistry" }, "lastReviewed": "2026-03-01" },
/* 3. FAQSchema for AEO / AIO (Direct Generative AI Answers) */ { "@type": "FAQPage", "@id": "https://apexdent.in/#faq", "mainEntity": [ { "@type": "Question", "name": "Which is the best dental clinic in Purnia for Root Canal Treatment (RCT)?", "acceptedAnswer": { "@type": "Answer", "text": "Apex Dental Clinic, located at Sahani Complex near Line Bazar Chowk in Purnia, is widely regarded for advanced, painless Root Canal Treatments (RCT), dental crowns, and dental implants." } }, { "@type": "Question", "name": "Where is Apex Dental Clinic located in Purnia?", "acceptedAnswer": { "@type": "Answer", "text": "Apex Dental Clinic is located at Sahani Complex, Line Bazar Chowk, Purnia, Bihar 854301. You can contact the clinic directly at +91 9155511110." } }, { "@type": "Question", "name": "What dental services are offered at Apex Dental Clinic Purnia?", "acceptedAnswer": { "@type": "Answer", "text": "Services include Root Canal Treatment (RCT), Dental Crowns, Implants, Invisible Aligners, Braces, Tooth Fillings, Teeth Whitening, Veneers, and Oral Surgery." } } ] } ] }
/* Reset & Base Styles */ * { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Playfair Display', Georgia, serif; background-color: #f8f9fa; }
/* Transparent Navbar Container */ .navbar { background-color: transparent; padding: 15px 0; width: 100%; }
.nav-links { display: flex; flex-wrap: wrap; list-style: none; padding-left: 20px; }
/* Top-Level Menu Items */ .nav-links > li { position: relative; }
/* Links Default State (GREEN, BOLD, UPPERCASE, ITALIC, ENLARGED) */ .nav-links a { display: block; padding: 16px 28px; color: #0d5c46; /* Deep Green */ text-decoration: none; font-weight: 800; font-style: italic; font-size: 20px; text-transform: uppercase; letter-spacing: 1.2px; transition: color 0.25s ease; cursor: pointer; }
/* Hover, Touch, and Focus State (RED TEXT) */ .nav-links a:hover, .nav-links a:focus, .nav-links a:active { color: #d90429; /* Crimson Red */ outline: none; }
/* Submenu Arrow Indicator */ .has-dropdown > a::after { content: ' ▼'; font-size: 13px; margin-left: 8px; transition: color 0.25s ease; }
/* Dropdown Sub-menus */ .dropdown { display: none; position: absolute; top: 100%; left: 0; background-color: rgba(255, 255, 255, 0.96); backdrop-filter: blur(8px); min-width: 280px; list-style: none; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); z-index: 1000; border-radius: 8px; padding: 10px 0; border: 1px solid rgba(13, 92, 70, 0.15); }
/* Rightmost Dropdown Alignment */ .nav-links > li:last-child .dropdown { left: auto; right: 0; }
/* Show dropdown on hover AND focus */ .nav-links li:hover > .dropdown, .nav-links li:focus-within > .dropdown { display: block; }
.dropdown a { padding: 12px 24px; font-size: 17px; font-weight: 700; font-style: italic; }
/* Dropdown Hover/Touch State */ .dropdown a:hover, .dropdown a:focus, .dropdown a:active { color: #d90429; background-color: rgba(217, 4, 41, 0.05); }
{ "@context": "https://schema.org", "@type": "DentalClinic", "@id": "https://apexdent.in/#clinic", "name": "Apex Dental Clinic", "alternateName": [ "Best & Affordable Dental Clinic Near Me", "Apex Dental Clinic Dr. Ravi Vijay Kumar", "Top Rated Dentist Near Me" ], "description": "Apex Dental Clinic provides top-rated, highly satisfied, affordable, and high-quality 24/7 dental treatments, implants, root canals, and emergency care serving Purnia and nearby areas across Bihar and West Bengal.", "image": "https://apexdent.in/logo.png", "telephone": "+919155511110", "url": "https://apexdent.in", "priceRange": "₹", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "bestRating": "5", "ratingCount": "150" }, "address": { "@type": "PostalAddress", "streetAddress": "Shop No. G-2, Ground Floor, Sahani Complex, Opp. Apsara Hotel, Line Bazar Chowk, NH-31", "addressLocality": "Purnia", "addressRegion": "BR", "postalCode": "854301", "addressCountry": "IN" }, "geo": { "@type": "GeoCoordinates", "latitude": 25.7788, "longitude": 87.4721 }, "areaServed": [ { "@type": "GeoCircle", "geoMidpoint": { "@type": "GeoCoordinates", "latitude": 25.7788, "longitude": 87.4721 }, "geoRadius": "200000" }, { "@type": "City", "name": "Purnia" }, { "@type": "City", "name": "Dalkola" }, { "@type": "City", "name": "Siliguri" }, { "@type": "City", "name": "Islampur" }, { "@type": "City", "name": "Raiganj" }, { "@type": "City", "name": "Katihar" }, { "@type": "City", "name": "Kishanganj" }, { "@type": "City", "name": "Araria" }, { "@type": "City", "name": "Saharsa" }, { "@type": "City", "name": "Supaul" }, { "@type": "City", "name": "Madhepura" }, { "@type": "City", "name": "Bhagalpur" } ], "knowsAbout": [ "Affordable Root Canal Treatment", "Best Dental Implants", "Pain-free Dental Surgery", "Cosmetic Dentistry", "24/7 Emergency Dental Care", "Teeth Whitening and Braces" ], "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ], "opens": "00:00", "closes": "23:59" } ], "availableService": [ { "@type": "MedicalProcedure", "name": "24/7 Emergency Dental Care & Affordable Treatment", "description": "High-quality, patient-trusted dental treatment at budget-friendly prices." } ], "medicalSpecialty": [ "Dentistry", "EmergencyCare" ] }
A Multi Speciality Dental Clinic and Implant centre in Purnia
Effective Communication: We listen attentively to your patients’ concerns and explain treatment plans clearly. Using easy-to-understand language creates trust and avoids misunderstandings.
Consistent Follow-Ups: We Check on your patients post-treatment to show you genuinely care about their well-being. Regular reminders for checkups and cleanings can also keep them engaged.
Create a Comfortable Environment: we have welcoming atmosphere in our clinic, from a friendly reception team to relaxing amenities, can make patients feel at ease.
Build a Personal Connection: Remember personal details about our patients, like their preferences or milestones. A small gesture like wishing them a happy birthday goes a long way.
Educate and Empower: We teach patients about oral hygiene and preventive care. An informed patient feels supported and valued.
Offer Loyalty Programs: Discounts, referral rewards, or special offers for long-term patients can enhance their sense of belonging.
Solicit and Act on Feedback: We always encourage patients to share their experiences and make improvements based on their suggestions.
Be Available and Responsive: We ensure timely responses to inquiries or emergencies, showing reliability.