llm-rag-optimized-schema-templates / llm_rag_optimized_schema_templates.json
pixeloffice's picture
Release Schema.org JSON-LD Templates Optimized for LLM RAG Retrieval (2026)
079e4c7 verified
Raw
History Blame Contribute Delete
2.99 kB
[
{
"template_type": "SoftwareApplication (SaaS Product)",
"description": "Optimized schema structure for Software-as-a-Service platforms to ensure precise pricing, user ratings, and feature extraction by ChatGPT Search and Claude RAG.",
"schema_json": "{\n \"@context\": \"https://schema.org\",\n \"@type\": \"SoftwareApplication\",\n \"name\": \"Example SaaS\",\n \"applicationCategory\": \"BusinessApplication\",\n \"operatingSystem\": \"All\",\n \"offers\": {\n \"@type\": \"Offer\",\n \"price\": \"49.00\",\n \"priceCurrency\": \"USD\",\n \"priceSpecification\": {\n \"@type\": \"UnitPriceSpecification\",\n \"price\": \"49.00\",\n \"priceCurrency\": \"USD\",\n \"referenceQuantity\": {\n \"@type\": \"QuantitativeValue\",\n \"value\": \"1\",\n \"unitCode\": \"MON\"\n }\n }\n },\n \"aggregateRating\": {\n \"@type\": \"AggregateRating\",\n \"ratingValue\": \"4.8\",\n \"ratingCount\": \"128\"\n },\n \"knowsAbout\": [\n \"AI Crawler Telemetry\",\n \"AEO\",\n \"Data Privacy Compliance\"\n ]\n}"
},
{
"template_type": "LocalBusiness (Services)",
"description": "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.",
"schema_json": "{\n \"@context\": \"https://schema.org\",\n \"@type\": \"LocalBusiness\",\n \"name\": \"Acme Services\",\n \"telephone\": \"+1-555-0199\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"123 Business Rd\",\n \"addressLocality\": \"Prague\",\n \"postalCode\": \"110 00\",\n \"addressCountry\": \"CZ\"\n },\n \"openingHoursSpecification\": [\n {\n \"@type\": \"OpeningHoursSpecification\",\n \"dayOfWeek\": [\n \"Monday\",\n \"Tuesday\",\n \"Wednesday\",\n \"Thursday\",\n \"Friday\"\n ],\n \"opens\": \"09:00\",\n \"closes\": \"18:00\"\n }\n ],\n \"priceRange\": \"$$\"\n}"
},
{
"template_type": "Article (Publishers & Blogs)",
"description": "Schema template to ensure correct attribution, author verification, and text grounding for news publishers, locking facts and preventing LLM hallucination.",
"schema_json": "{\n \"@context\": \"https://schema.org\",\n \"@type\": \"NewsArticle\",\n \"headline\": \"The Future of AEO in 2026\",\n \"datePublished\": \"2026-08-13T12:00:00Z\",\n \"dateModified\": \"2026-08-13T12:00:00Z\",\n \"author\": {\n \"@type\": \"Person\",\n \"name\": \"Denis Senkyr\",\n \"jobTitle\": \"Lead Architect\",\n \"affiliation\": {\n \"@type\": \"Organization\",\n \"name\": \"Pixel Office\"\n }\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"Pixel Office\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://pixeloffice.eu/logo.png\"\n }\n }\n}"
}
]