Structured Data Generator (JSON-LD)

Structured Data Docs

Logo Structured Data Generator

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "",
"logo": ""
}
</script>

FAQ Structured Data Generator

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}, {
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}]
}
</script>

Software Application Structured Data Generator

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "",
"operatingSystem": "IOS",
"applicationCategory": "GameApplication",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "",
"ratingCount": ""
},
"offers": {
"@type": "Offer",
"price": "",
"priceCurrency": "USD"
}
}
</script>

Logo Structured Data Markup Generator

You can create the organizational structured data by filling the logo and url information of your website.

Organization Structured Data Generator

Check the structured data created with the logo structured data generator with the Rich Results Test.