Structured data generator
Generate JSON-LD code for common schema types.
JSON-LD structured data
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "ابزاریو",
"url": "https://example.com",
"description": "جعبهابزار آنلاین فارسی",
"logo": "https://example.com/logo.png"
}
</script>How to use it
- 1Select the schema type.
- 2Fill in the information.
- 3Place the code at the end of the head or body section.
Worked examples
Sample calculation
An Organization schema with a logo increases the chance of your logo appearing in Google results.
Frequently asked questions
Does structured data improve ranking?
Not directly, but it enables better display in results and a higher click-through rate.
How do I check the code's validity?
You can validate the JSON-LD code with Google's Rich Results Test tool.