File size: 2,730 Bytes
079e4c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
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""
    }
  }
}"