{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Structured Data and Schema in the Era of Generative Search",
"@id": "https://blogandyoutube.com/structured-data-2026/#article",
"author": {
"@type": "Person",
"name": "Malibongwe Gcwabaza",
"jobTitle": "CEO",
"sameAs": [
"https://www.linkedin.com/in/malibongwegcwabaza"
],
"knowsAbout": ["SEO", "AI", "Generative Search"]
},
"publisher": {
"@type": "Organization",
"name": "blog and youtube",
"logo": {
"@type": "ImageObject",
"url": "https://blogandyoutube.com/logo.png"
}
},
"about": [
{
"@type": "Thing",
"name": "Search Generative Experience",
"sameAs": "https://en.wikipedia.org/wiki/Search_Generative_Experience"
},
{
"@type": "Thing",
"name": "JSON-LD",
"sameAs": "https://en.wikipedia.org/wiki/JSON-LD"
}
],
"mentions": [
{
"@type": "Thing",
"name": "Perplexity AI",
"sameAs": "https://www.perplexity.ai"
}
]
}