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

  1. 1Select the schema type.
  2. 2Fill in the information.
  3. 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.

Related tools

Related category

All SEO tools