{
  "saas": {
    "@context": "https://schema.org",
    "@type": "SoftwareApplication",
    "name": "YOUR_PRODUCT_NAME",
    "url": "https://yoursite.com",
    "applicationCategory": "BusinessApplication",
    "description": "One sentence: what your product does and who it serves.",
    "operatingSystem": "Web",
    "offers": {
      "@type": "Offer",
      "price": "0",
      "priceCurrency": "USD",
      "description": "Free tier available"
    },
    "publisher": {
      "@type": "Organization",
      "name": "YOUR_COMPANY_NAME",
      "url": "https://yoursite.com"
    }
  },
  "api-docs": {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "headline": "YOUR_PRODUCT API Documentation",
    "url": "https://yoursite.com/docs",
    "description": "Complete API reference for YOUR_PRODUCT.",
    "publisher": {
      "@type": "Organization",
      "name": "YOUR_COMPANY_NAME",
      "url": "https://yoursite.com"
    },
    "datePublished": "YYYY-MM-DD",
    "dateModified": "YYYY-MM-DD"
  },
  "ecommerce": {
    "@context": "https://schema.org",
    "@type": "Store",
    "name": "YOUR_STORE_NAME",
    "url": "https://yoursite.com",
    "description": "One sentence: what you sell and who you serve.",
    "priceRange": "$$",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": "US"
    }
  },
  "content": {
    "@context": "https://schema.org",
    "@type": "WebSite",
    "name": "YOUR_SITE_NAME",
    "url": "https://yoursite.com",
    "description": "One sentence: what your content covers.",
    "publisher": {
      "@type": "Organization",
      "name": "YOUR_ORG_NAME",
      "url": "https://yoursite.com"
    },
    "potentialAction": {
      "@type": "SearchAction",
      "target": "https://yoursite.com/search?q={search_term}",
      "query-input": "required name=search_term"
    }
  },
  "portfolio": {
    "@context": "https://schema.org",
    "@type": "ProfilePage",
    "mainEntity": {
      "@type": "Person",
      "name": "YOUR_NAME",
      "url": "https://yoursite.com",
      "jobTitle": "YOUR_TITLE",
      "description": "One sentence: what you do and what you are known for.",
      "sameAs": [
        "https://github.com/YOUR_HANDLE",
        "https://linkedin.com/in/YOUR_HANDLE"
      ]
    }
  },
  "developer-tool": {
    "@context": "https://schema.org",
    "@type": "SoftwareApplication",
    "name": "YOUR_TOOL_NAME",
    "url": "https://yoursite.com",
    "applicationCategory": "DeveloperApplication",
    "description": "One sentence: what this tool does for developers.",
    "operatingSystem": "Any",
    "programmingLanguage": ["JavaScript", "Python"],
    "offers": {
      "@type": "Offer",
      "price": "0",
      "priceCurrency": "USD"
    },
    "publisher": {
      "@type": "Organization",
      "name": "YOUR_ORG_NAME",
      "url": "https://yoursite.com"
    }
  }
}
