๐Ÿ“‹template

Schema Markup Templates for Every Business Type

Copy-paste JSON-LD schema templates for healthcare, legal, real estate, education, restaurants, and more.

Schema Markup Templates

Ready-to-use JSON-LD schema templates for Indian businesses. Copy, customize with your details, and add to your website.

Healthcare โ€” MedicalBusiness

{
  "@context": "https://schema.org",
  "@type": "MedicalBusiness",
  "name": "Your Clinic Name",
  "description": "Brief description of your practice",
  "url": "https://yoursite.com",
  "telephone": "+91-XXXXXXXXXX",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Your Street Address",
    "addressLocality": "City",
    "addressRegion": "State",
    "postalCode": "XXXXXX",
    "addressCountry": "IN"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "XX.XXXX",
    "longitude": "XX.XXXX"
  },
  "openingHours": "Mo-Sa 09:00-21:00",
  "medicalSpecialty": "Your Specialty",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "reviewCount": "150"
  }
}

Legal โ€” LegalService

{
  "@context": "https://schema.org",
  "@type": "LegalService",
  "name": "Your Law Firm",
  "description": "Practice areas and expertise",
  "url": "https://yoursite.com",
  "telephone": "+91-XXXXXXXXXX",
  "address": { ... },
  "knowsAbout": ["Corporate Law", "Criminal Law", "Family Law"],
  "areaServed": { "@type": "City", "name": "Your City" }
}

Restaurant

{
  "@context": "https://schema.org",
  "@type": "Restaurant",
  "name": "Your Restaurant",
  "servesCuisine": ["Indian", "Chinese"],
  "priceRange": "โ‚นโ‚น",
  "menu": "https://yoursite.com/menu",
  "acceptsReservations": true,
  "aggregateRating": { ... }
}

FAQPage (Universal)

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Your question here?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Your answer here."
      }
    }
  ]
}

How to Add Schema to Your Website

1. WordPress: Use Rank Math or Yoast SEO plugin โ†’ Add custom JSON-LD 2. Wix/Squarespace: Use custom code block in page settings 3. Next.js/React: Add as `