| template_type,description,schema_json |
| "SoftwareApplication (SaaS Product)","Optimized schema structure for Software-as-a-Service platforms to ensure precise pricing, user ratings, and feature extraction by ChatGPT Search and Claude RAG.","{ |
| ""@context"": ""https://schema.org"", |
| ""@type"": ""SoftwareApplication"", |
| ""name"": ""Example SaaS"", |
| ""applicationCategory"": ""BusinessApplication"", |
| ""operatingSystem"": ""All"", |
| ""offers"": { |
| ""@type"": ""Offer"", |
| ""price"": ""49.00"", |
| ""priceCurrency"": ""USD"", |
| ""priceSpecification"": { |
| ""@type"": ""UnitPriceSpecification"", |
| ""price"": ""49.00"", |
| ""priceCurrency"": ""USD"", |
| ""referenceQuantity"": { |
| ""@type"": ""QuantitativeValue"", |
| ""value"": ""1"", |
| ""unitCode"": ""MON"" |
| } |
| } |
| }, |
| ""aggregateRating"": { |
| ""@type"": ""AggregateRating"", |
| ""ratingValue"": ""4.8"", |
| ""ratingCount"": ""128"" |
| }, |
| ""knowsAbout"": [ |
| ""AI Crawler Telemetry"", |
| ""AEO"", |
| ""Data Privacy Compliance"" |
| ] |
| }" |
| "LocalBusiness (Services)","Optimal JSON-LD schema for local service providers, medical clinics, and consulting firms to feed correct physical address, business hours, and phone details to Apple Intelligence.","{ |
| ""@context"": ""https://schema.org"", |
| ""@type"": ""LocalBusiness"", |
| ""name"": ""Acme Services"", |
| ""telephone"": ""+1-555-0199"", |
| ""address"": { |
| ""@type"": ""PostalAddress"", |
| ""streetAddress"": ""123 Business Rd"", |
| ""addressLocality"": ""Prague"", |
| ""postalCode"": ""110 00"", |
| ""addressCountry"": ""CZ"" |
| }, |
| ""openingHoursSpecification"": [ |
| { |
| ""@type"": ""OpeningHoursSpecification"", |
| ""dayOfWeek"": [ |
| ""Monday"", |
| ""Tuesday"", |
| ""Wednesday"", |
| ""Thursday"", |
| ""Friday"" |
| ], |
| ""opens"": ""09:00"", |
| ""closes"": ""18:00"" |
| } |
| ], |
| ""priceRange"": ""$$"" |
| }" |
| "Article (Publishers & Blogs)","Schema template to ensure correct attribution, author verification, and text grounding for news publishers, locking facts and preventing LLM hallucination.","{ |
| ""@context"": ""https://schema.org"", |
| ""@type"": ""NewsArticle"", |
| ""headline"": ""The Future of AEO in 2026"", |
| ""datePublished"": ""2026-08-13T12:00:00Z"", |
| ""dateModified"": ""2026-08-13T12:00:00Z"", |
| ""author"": { |
| ""@type"": ""Person"", |
| ""name"": ""Denis Senkyr"", |
| ""jobTitle"": ""Lead Architect"", |
| ""affiliation"": { |
| ""@type"": ""Organization"", |
| ""name"": ""Pixel Office"" |
| } |
| }, |
| ""publisher"": { |
| ""@type"": ""Organization"", |
| ""name"": ""Pixel Office"", |
| ""logo"": { |
| ""@type"": ""ImageObject"", |
| ""url"": ""https://pixeloffice.eu/logo.png"" |
| } |
| } |
| }" |