Structured Data Generator (JSON-LD)

Structured Data Docs

Logo (Organization) Structured Data

 <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 in the logo and URL information about your website.

Organization Structured Data Generator

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