{
  "meta": {
    "author": "Laurent Rochetta",
    "engine": "BMAD+ SEO Engine v2.0",
    "schema_org_version": "29.4",
    "last_updated": "2026-03-19"
  },
  "templates": [
    {
      "type": "Organization",
      "use_case": "Company/brand homepage",
      "template": {
        "@context": "https://schema.org",
        "@type": "Organization",
        "name": "[Company Name]",
        "url": "[Website URL]",
        "logo": "[Logo URL]",
        "description": "[Company description]",
        "foundingDate": "[YYYY]",
        "contactPoint": {
          "@type": "ContactPoint",
          "telephone": "[Phone]",
          "contactType": "customer service",
          "availableLanguage": ["English", "French"]
        },
        "sameAs": [
          "[Facebook URL]",
          "[LinkedIn URL]",
          "[Twitter URL]",
          "[YouTube URL]"
        ]
      }
    },
    {
      "type": "LocalBusiness",
      "use_case": "Physical business location",
      "template": {
        "@context": "https://schema.org",
        "@type": "LocalBusiness",
        "name": "[Business Name]",
        "url": "[Website URL]",
        "image": "[Photo URL]",
        "telephone": "[Phone]",
        "priceRange": "[$$]",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "[Street]",
          "addressLocality": "[City]",
          "addressRegion": "[State/Region]",
          "postalCode": "[ZIP]",
          "addressCountry": "[Country Code]"
        },
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": "[Lat]",
          "longitude": "[Long]"
        },
        "openingHoursSpecification": [
          {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
            "opens": "09:00",
            "closes": "18:00"
          }
        ]
      }
    },
    {
      "type": "Article",
      "use_case": "Blog posts, articles",
      "template": {
        "@context": "https://schema.org",
        "@type": "Article",
        "headline": "[Title - max 110 chars]",
        "description": "[Summary]",
        "author": {
          "@type": "Person",
          "name": "[Author Name]",
          "url": "[Author Profile URL]"
        },
        "datePublished": "[YYYY-MM-DD]",
        "dateModified": "[YYYY-MM-DD]",
        "image": "[Featured Image URL]",
        "publisher": {
          "@type": "Organization",
          "name": "[Publisher Name]",
          "logo": {
            "@type": "ImageObject",
            "url": "[Logo URL]"
          }
        },
        "mainEntityOfPage": {
          "@type": "WebPage",
          "@id": "[Page URL]"
        }
      }
    },
    {
      "type": "Product",
      "use_case": "E-commerce product pages",
      "template": {
        "@context": "https://schema.org",
        "@type": "Product",
        "name": "[Product Name]",
        "image": "[Product Image URL]",
        "description": "[Product Description]",
        "sku": "[SKU]",
        "brand": {
          "@type": "Brand",
          "name": "[Brand Name]"
        },
        "offers": {
          "@type": "Offer",
          "url": "[Product URL]",
          "price": "[Price]",
          "priceCurrency": "[Currency Code]",
          "availability": "https://schema.org/InStock",
          "seller": {
            "@type": "Organization",
            "name": "[Seller Name]"
          }
        },
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "[4.5]",
          "reviewCount": "[120]"
        }
      }
    },
    {
      "type": "WebSite",
      "use_case": "Site-level with sitelinks search box",
      "template": {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "name": "[Site Name]",
        "url": "[Homepage URL]",
        "potentialAction": {
          "@type": "SearchAction",
          "target": {
            "@type": "EntryPoint",
            "urlTemplate": "[Search URL]?q={search_term_string}"
          },
          "query-input": "required name=search_term_string"
        }
      }
    },
    {
      "type": "BreadcrumbList",
      "use_case": "Navigation breadcrumbs",
      "template": {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "[Homepage URL]"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "[Category]",
            "item": "[Category URL]"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "[Current Page]"
          }
        ]
      }
    },
    {
      "type": "Person",
      "use_case": "Author/team member profiles (E-E-A-T)",
      "template": {
        "@context": "https://schema.org",
        "@type": "Person",
        "name": "[Full Name]",
        "jobTitle": "[Job Title]",
        "url": "[Profile URL]",
        "image": "[Photo URL]",
        "description": "[Professional bio]",
        "worksFor": {
          "@type": "Organization",
          "name": "[Company Name]"
        },
        "sameAs": [
          "[LinkedIn URL]",
          "[Twitter URL]",
          "[GitHub URL]"
        ]
      }
    },
    {
      "type": "Service",
      "use_case": "Service business pages",
      "template": {
        "@context": "https://schema.org",
        "@type": "Service",
        "name": "[Service Name]",
        "description": "[Service Description]",
        "provider": {
          "@type": "Organization",
          "name": "[Provider Name]",
          "url": "[Provider URL]"
        },
        "areaServed": {
          "@type": "City",
          "name": "[Service Area]"
        },
        "offers": {
          "@type": "Offer",
          "price": "[Starting Price]",
          "priceCurrency": "[Currency]"
        }
      }
    },
    {
      "type": "VideoObject",
      "use_case": "Video content pages",
      "template": {
        "@context": "https://schema.org",
        "@type": "VideoObject",
        "name": "[Video Title]",
        "description": "[Video Description]",
        "thumbnailUrl": "[Thumbnail URL]",
        "uploadDate": "[YYYY-MM-DD]",
        "duration": "[PT1H30M]",
        "contentUrl": "[Video File URL]",
        "embedUrl": "[Embed URL]",
        "publisher": {
          "@type": "Organization",
          "name": "[Publisher]"
        }
      }
    },
    {
      "type": "Event",
      "use_case": "Events and conferences",
      "template": {
        "@context": "https://schema.org",
        "@type": "Event",
        "name": "[Event Name]",
        "description": "[Event Description]",
        "startDate": "[YYYY-MM-DDTHH:MM]",
        "endDate": "[YYYY-MM-DDTHH:MM]",
        "location": {
          "@type": "Place",
          "name": "[Venue Name]",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "[Street]",
            "addressLocality": "[City]",
            "addressCountry": "[Country]"
          }
        },
        "organizer": {
          "@type": "Organization",
          "name": "[Organizer Name]",
          "url": "[Organizer URL]"
        },
        "offers": {
          "@type": "Offer",
          "price": "[Price]",
          "priceCurrency": "[Currency]",
          "url": "[Ticket URL]",
          "availability": "https://schema.org/InStock"
        }
      }
    },
    {
      "type": "SoftwareApplication",
      "use_case": "SaaS and app pages",
      "template": {
        "@context": "https://schema.org",
        "@type": "SoftwareApplication",
        "name": "[App Name]",
        "description": "[App Description]",
        "applicationCategory": "[Category]",
        "operatingSystem": "[OS]",
        "offers": {
          "@type": "Offer",
          "price": "[Price or 0]",
          "priceCurrency": "[Currency]"
        },
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "[Rating]",
          "ratingCount": "[Count]"
        }
      }
    },
    {
      "type": "ProfilePage",
      "use_case": "Author/creator profile pages (E-E-A-T)",
      "template": {
        "@context": "https://schema.org",
        "@type": "ProfilePage",
        "mainEntity": {
          "@type": "Person",
          "name": "[Author Name]",
          "url": "[Profile URL]",
          "description": "[Bio and expertise]",
          "sameAs": ["[LinkedIn]", "[Twitter]"]
        }
      }
    },
    {
      "type": "ProductGroup",
      "use_case": "E-commerce product variants",
      "template": {
        "@context": "https://schema.org",
        "@type": "ProductGroup",
        "name": "[Product Name]",
        "description": "[Group description]",
        "productGroupID": "[Group ID]",
        "variesBy": ["https://schema.org/size", "https://schema.org/color"],
        "hasVariant": [
          {
            "@type": "Product",
            "name": "[Variant Name]",
            "sku": "[SKU]",
            "color": "[Color]",
            "size": "[Size]",
            "offers": {
              "@type": "Offer",
              "price": "[Price]",
              "priceCurrency": "[Currency]",
              "availability": "https://schema.org/InStock"
            }
          }
        ]
      }
    },
    {
      "type": "Certification",
      "use_case": "Product certifications (April 2025)",
      "template": {
        "@context": "https://schema.org",
        "@type": "Product",
        "name": "[Product Name]",
        "hasCertification": {
          "@type": "Certification",
          "certificationIdentification": "[Certification Name]",
          "issuedBy": {
            "@type": "Organization",
            "name": "[Issuing Organization]"
          }
        }
      }
    }
  ]
}
