{"id":248,"date":"2026-05-27T12:15:10","date_gmt":"2026-05-27T12:15:10","guid":{"rendered":"https:\/\/mittaldentalcare.in\/?page_id=248"},"modified":"2026-05-27T12:16:24","modified_gmt":"2026-05-27T12:16:24","slug":"general-dentistry","status":"publish","type":"page","link":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/","title":{"rendered":"General Dentistry"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"248\" class=\"elementor elementor-248\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-14efb03 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"14efb03\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ea9620\" data-id=\"6ea9620\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ca58705 elementor-widget elementor-widget-html\" data-id=\"ca58705\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>General Dentistry<\/title>\r\n\r\n  <style>\r\n\r\n    *{\r\n      margin:0;\r\n      padding:0;\r\n      box-sizing:border-box;\r\n      font-family:Arial, sans-serif;\r\n    }\r\n\r\n    body{\r\n      background:#ffffff;\r\n      color:#000000;\r\n      line-height:1.6;\r\n    }\r\n\r\n    .container{\r\n      width:90%;\r\n      max-width:1200px;\r\n      margin:auto;\r\n    }\r\n\r\n    section{\r\n      padding:80px 0;\r\n    }\r\n\r\n    \/* HERO SECTION *\/\r\n\r\n    .hero{\r\n      background:#000000;\r\n      color:#ffffff;\r\n      padding:100px 0;\r\n    }\r\n\r\n    .hero-content{\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:space-between;\r\n      gap:50px;\r\n      flex-wrap:wrap;\r\n    }\r\n\r\n    .hero-text{\r\n      flex:1;\r\n      min-width:300px;\r\n    }\r\n\r\n    .hero-text h1{\r\n      font-size:58px;\r\n      line-height:1.2;\r\n      margin-bottom:20px;\r\n    }\r\n\r\n    .hero-text h1 span{\r\n      color:#cd9929;\r\n    }\r\n\r\n    .hero-text p{\r\n      color:#dddddd;\r\n      font-size:18px;\r\n      margin-bottom:30px;\r\n    }\r\n\r\n    .hero-btn{\r\n      display:inline-block;\r\n      background:#cd9929;\r\n      color:#000000;\r\n      padding:15px 35px;\r\n      border-radius:50px;\r\n      text-decoration:none;\r\n      font-weight:bold;\r\n      transition:0.3s;\r\n    }\r\n\r\n    .hero-btn:hover{\r\n      background:#ffffff;\r\n    }\r\n\r\n    .hero-image{\r\n      flex:1;\r\n      min-width:300px;\r\n    }\r\n\r\n    .hero-image img{\r\n      width:100%;\r\n      border-radius:25px;\r\n      object-fit:cover;\r\n    }\r\n\r\n    \/* SECTION TITLE *\/\r\n\r\n    .section-title{\r\n      text-align:center;\r\n      margin-bottom:50px;\r\n    }\r\n\r\n    .section-title h2{\r\n      font-size:42px;\r\n      margin-bottom:10px;\r\n    }\r\n\r\n    .section-title p{\r\n      color:#666666;\r\n      max-width:700px;\r\n      margin:auto;\r\n    }\r\n\r\n    \/* SERVICES *\/\r\n\r\n    .grid{\r\n      display:grid;\r\n      grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\r\n      gap:25px;\r\n    }\r\n\r\n    .card{\r\n      background:#ffffff;\r\n      border:1px solid #eeeeee;\r\n      border-radius:20px;\r\n      padding:30px;\r\n      transition:0.3s;\r\n      box-shadow:0 5px 20px rgba(0,0,0,0.05);\r\n    }\r\n\r\n    .card:hover{\r\n      transform:translateY(-8px);\r\n      border-color:#cd9929;\r\n    }\r\n\r\n    .card h3{\r\n      color:#cd9929;\r\n      margin-bottom:15px;\r\n      font-size:24px;\r\n    }\r\n\r\n    .card p{\r\n      color:#555555;\r\n      font-size:15px;\r\n    }\r\n\r\n    \/* DARK SECTION *\/\r\n\r\n    .dark-section{\r\n      background:#000000;\r\n      color:#ffffff;\r\n    }\r\n\r\n    .dark-section .section-title h2{\r\n      color:#ffffff;\r\n    }\r\n\r\n    .dark-section .section-title p{\r\n      color:#cccccc;\r\n    }\r\n\r\n    .dark-card{\r\n      background:#111111;\r\n      border:1px solid #222222;\r\n      border-radius:20px;\r\n      padding:30px;\r\n    }\r\n\r\n    .dark-card h3{\r\n      color:#cd9929;\r\n      margin-bottom:15px;\r\n    }\r\n\r\n    .dark-card p{\r\n      color:#dddddd;\r\n    }\r\n\r\n    \/* PROCESS *\/\r\n\r\n    .process{\r\n      display:grid;\r\n      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\r\n      gap:25px;\r\n    }\r\n\r\n    .process-box{\r\n      background:#ffffff;\r\n      border:1px solid #eeeeee;\r\n      border-radius:20px;\r\n      padding:30px 20px;\r\n      text-align:center;\r\n    }\r\n\r\n    .process-number{\r\n      width:70px;\r\n      height:70px;\r\n      background:#cd9929;\r\n      color:#000000;\r\n      border-radius:50%;\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      font-size:28px;\r\n      font-weight:bold;\r\n      margin:auto auto 20px;\r\n    }\r\n\r\n    .process-box h4{\r\n      font-size:22px;\r\n      margin-bottom:10px;\r\n    }\r\n\r\n    \/* CTA *\/\r\n\r\n    .cta{\r\n      background:#cd9929;\r\n      color:#000000;\r\n      text-align:center;\r\n      padding:80px 20px;\r\n      border-radius:30px;\r\n    }\r\n\r\n    .cta h2{\r\n      font-size:42px;\r\n      margin-bottom:20px;\r\n    }\r\n\r\n    .cta p{\r\n      max-width:700px;\r\n      margin:auto auto 30px;\r\n      font-size:18px;\r\n    }\r\n\r\n    .cta a{\r\n      display:inline-block;\r\n      background:#000000;\r\n      color:#ffffff;\r\n      padding:15px 35px;\r\n      border-radius:50px;\r\n      text-decoration:none;\r\n      font-weight:bold;\r\n    }\r\n\r\n    \/* RESPONSIVE *\/\r\n\r\n    @media(max-width:768px){\r\n\r\n      .hero{\r\n        padding:70px 0;\r\n      }\r\n\r\n      .hero-text h1{\r\n        font-size:40px;\r\n      }\r\n\r\n      .section-title h2{\r\n        font-size:32px;\r\n      }\r\n\r\n      .cta h2{\r\n        font-size:32px;\r\n      }\r\n\r\n    }\r\n\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n  <!-- HERO SECTION -->\r\n\r\n  <section class=\"hero\">\r\n\r\n    <div class=\"container hero-content\">\r\n\r\n      <div class=\"hero-text\">\r\n\r\n        <h1>Complete Care With <span>General Dentistry<\/span><\/h1>\r\n\r\n        <p>\r\n          Maintain healthy teeth and gums with professional general dentistry services designed for patients of all ages.\r\n        <\/p>\r\n\r\n        <a href=\"#\" class=\"hero-btn\">Book Appointment<\/a>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"hero-image\">\r\n\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop\" alt=\"General Dentistry\">\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/section>\r\n\r\n  <!-- ABOUT -->\r\n\r\n  <section>\r\n\r\n    <div class=\"container\">\r\n\r\n      <div class=\"section-title\">\r\n\r\n        <h2>What Is General Dentistry?<\/h2>\r\n\r\n        <p>\r\n          General dentistry focuses on maintaining your oral health through preventive, diagnostic, and restorative dental treatments.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"grid\">\r\n\r\n        <div class=\"card\">\r\n\r\n          <h3>Preventive Care<\/h3>\r\n\r\n          <p>\r\n            Regular dental checkups and cleanings to maintain healthy teeth and gums.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n\r\n          <h3>Oral Health<\/h3>\r\n\r\n          <p>\r\n            Early diagnosis and treatment of dental problems for long-term protection.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"card\">\r\n\r\n          <h3>Family Dentistry<\/h3>\r\n\r\n          <p>\r\n            Comprehensive dental care solutions for children, adults, and seniors.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/section>\r\n\r\n  <!-- SERVICES -->\r\n\r\n  <section class=\"dark-section\">\r\n\r\n    <div class=\"container\">\r\n\r\n      <div class=\"section-title\">\r\n\r\n        <h2>Our General Dentistry Services<\/h2>\r\n\r\n        <p>\r\n          Personalized dental care solutions for healthy and beautiful smiles.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"grid\">\r\n\r\n        <div class=\"dark-card\">\r\n\r\n          <h3>Dental Cleaning<\/h3>\r\n\r\n          <p>\r\n            Professional teeth cleaning to remove plaque and maintain oral hygiene.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"dark-card\">\r\n\r\n          <h3>Tooth Fillings<\/h3>\r\n\r\n          <p>\r\n            Safe and durable fillings to restore cavities and damaged teeth.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"dark-card\">\r\n\r\n          <h3>Oral Examinations<\/h3>\r\n\r\n          <p>\r\n            Complete dental checkups for early detection of oral health issues.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/section>\r\n\r\n  <!-- PROCESS -->\r\n\r\n  <section>\r\n\r\n    <div class=\"container\">\r\n\r\n      <div class=\"section-title\">\r\n\r\n        <h2>Our Dental Care Process<\/h2>\r\n\r\n        <p>\r\n          Comfortable and professional dental care focused on long-term oral health.\r\n        <\/p>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"process\">\r\n\r\n        <div class=\"process-box\">\r\n\r\n          <div class=\"process-number\">1<\/div>\r\n\r\n          <h4>Consultation<\/h4>\r\n\r\n          <p>\r\n            Detailed oral examination and dental health evaluation.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"process-box\">\r\n\r\n          <div class=\"process-number\">2<\/div>\r\n\r\n          <h4>Diagnosis<\/h4>\r\n\r\n          <p>\r\n            Identifying dental concerns and creating a personalized treatment plan.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"process-box\">\r\n\r\n          <div class=\"process-number\">3<\/div>\r\n\r\n          <h4>Treatment<\/h4>\r\n\r\n          <p>\r\n            Professional and comfortable dental procedures using modern techniques.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"process-box\">\r\n\r\n          <div class=\"process-number\">4<\/div>\r\n\r\n          <h4>Healthy Smile<\/h4>\r\n\r\n          <p>\r\n            Achieve long-lasting oral health and a confident smile.\r\n          <\/p>\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/section>\r\n\r\n  <!-- CTA -->\r\n\r\n  <section>\r\n\r\n    <div class=\"container\">\r\n\r\n      <div class=\"cta\">\r\n\r\n        <h2>Keep Your Smile Healthy & Bright<\/h2>\r\n\r\n        <p>\r\n          Schedule your dental checkup today and experience quality general dentistry care.\r\n        <\/p>\r\n\r\n        <a href=\"tel:919417126337\">Call Now<\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>General Dentistry Complete Care With General Dentistry Maintain healthy teeth and gums with professional general dentistry services designed for patients [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-248","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6.1 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>General Dentistry - Mittal dental<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"General Dentistry\" \/>\n<meta property=\"og:description\" content=\"General Dentistry Complete Care With General Dentistry Maintain healthy teeth and gums with professional general dentistry services designed for patients [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/\" \/>\n<meta property=\"og:site_name\" content=\"Mittal dental\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-27T12:16:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/\",\"url\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/\",\"name\":\"General Dentistry - Mittal dental\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop\",\"datePublished\":\"2026-05-27T12:15:10+00:00\",\"dateModified\":\"2026-05-27T12:16:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/index.php\\\/general-dentistry\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mittaldentalcare.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"General Dentistry\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/#website\",\"url\":\"https:\\\/\\\/mittaldentalcare.in\\\/\",\"name\":\"Mittal dental\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mittaldentalcare.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/#organization\",\"name\":\"Mittal dental\",\"url\":\"https:\\\/\\\/mittaldentalcare.in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mittaldentalcare.in\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Untitled-design-49.png\",\"contentUrl\":\"https:\\\/\\\/mittaldentalcare.in\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Untitled-design-49.png\",\"width\":2172,\"height\":724,\"caption\":\"Mittal dental\"},\"image\":{\"@id\":\"https:\\\/\\\/mittaldentalcare.in\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"General Dentistry - Mittal dental","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/","og_locale":"en_US","og_type":"article","og_title":"General Dentistry","og_description":"General Dentistry Complete Care With General Dentistry Maintain healthy teeth and gums with professional general dentistry services designed for patients [&hellip;]","og_url":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/","og_site_name":"Mittal dental","article_modified_time":"2026-05-27T12:16:24+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/","url":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/","name":"General Dentistry - Mittal dental","isPartOf":{"@id":"https:\/\/mittaldentalcare.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/#primaryimage"},"image":{"@id":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop","datePublished":"2026-05-27T12:15:10+00:00","dateModified":"2026-05-27T12:16:24+00:00","breadcrumb":{"@id":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop","contentUrl":"https:\/\/images.unsplash.com\/photo-1588776814546-1ffcf47267a5?q=80&w=1200&auto=format&fit=crop"},{"@type":"BreadcrumbList","@id":"https:\/\/mittaldentalcare.in\/index.php\/general-dentistry\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mittaldentalcare.in\/"},{"@type":"ListItem","position":2,"name":"General Dentistry"}]},{"@type":"WebSite","@id":"https:\/\/mittaldentalcare.in\/#website","url":"https:\/\/mittaldentalcare.in\/","name":"Mittal dental","description":"","publisher":{"@id":"https:\/\/mittaldentalcare.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mittaldentalcare.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mittaldentalcare.in\/#organization","name":"Mittal dental","url":"https:\/\/mittaldentalcare.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mittaldentalcare.in\/#\/schema\/logo\/image\/","url":"https:\/\/mittaldentalcare.in\/wp-content\/uploads\/2026\/05\/Untitled-design-49.png","contentUrl":"https:\/\/mittaldentalcare.in\/wp-content\/uploads\/2026\/05\/Untitled-design-49.png","width":2172,"height":724,"caption":"Mittal dental"},"image":{"@id":"https:\/\/mittaldentalcare.in\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/pages\/248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/comments?post=248"}],"version-history":[{"count":4,"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/pages\/248\/revisions"}],"predecessor-version":[{"id":252,"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/pages\/248\/revisions\/252"}],"wp:attachment":[{"href":"https:\/\/mittaldentalcare.in\/index.php\/wp-json\/wp\/v2\/media?parent=248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}