Organization JSON-LD Schema Generator

Form for generate JSON-LD Schema Markup

Use the following JSON-LD schema generator to generate the markup code for the organization:


Optional

Press to add person

Press to add another link


Your generated result will be seen below.

Result of JSON-LD markup generation


Move to «Paste Code» for Save it

FAQ

What is JSON-LD Organization Schema?

The organization schema markup clarifies your company introduction: including official logo, location, contact info, list of founders, and social profiles; and it will appear as website snippet presence in the search engine results pages (SERPs).

Schema.org/Organization has more info on Organization structured data.

What is a Organization markup JSON-LD Generator?

The Organization Schema Generator is free tool that can help you quickly create the required structured data for your main page to be eligible for display as a rich result in Google search. This tool is simple as possible so you can generate structured data markup in a few simple clicks and You not need any coding experience to use these.

When schema markup are created properly, search engines get the basic information needed to optimally rank and display your site's page in search results. If not used, rankings and clickthrough rate will suffer.

How to generate JSON-LD Organization Schema online?

Using our tool you just need to fill in and select the necessary options and click "Generate", and you will receive JSON-LD markup. Copy the generated schema into the head of your website. Test it via Structured Data Testing Tool, in case of any mistake go back to the Organization JSON-LD Markup Generator tool and generate the code again.

Where do I paste JSON-LD markup of Organization schema?

The data, enclosed within the <script type="application/ld+json"> ... </script> tags as shown in the examples below, may be placed in either the <head>...</head> or <body>...</body> region of the page. Google can also read JSON-LD data when it is dynamically embedded in page content, for example, using JavaScript code.

Therefore, JSON-LD of Organization can be placed anywhere in your code.

How to validate my JSON-LD markup of Organization schema?

Test your code via Structured Data Testing Tool, in case of any mistake go back to the Schema Generator of Organization tool and generate the code again.

Do the Organization snippets work on mobile or desktop?

Organization snippets will work with search results on PC and mobile in all countries and languages supported by Google.

Examples of Organization JSON-LD markup

<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "wtools",
    "url": "https://wtools.io/",
    "logo": "https://wtools.io/images/wtools180.png",
    "alternateName": "web Tools",
    "foundingDate": "2017",
    "sameAs": [
        "https://www.facebook.com/wtoools",
        "https://twitter.com/wtools_io"
    ]
}
</script>
<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "wtools",
    "url": "https://wtools.io/",
    "logo": "https://wtools.io/images/wtools180.png",
    "alternateName": "web Tools",
    "legalName": "wtools",
    "foundingDate": "2017",
    "founders": [
        {
            "@type": "Person",
            "name": "first founder"
        },
        {
            "@type": "Person",
            "name": "second founder"
        }
    ],
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "900 Lintin Bul 1231",
        "addressLocality": "New York",
        "addressRegion": "NY",
        "postalCode": "33444",
        "addressCountry": "USA"
    },
    "sameAs": [
        "https://www.facebook.com/wtoools",
        "https://twitter.com/wtools_io"
    ],
    "potentialAction": {
        "@type": "SearchAction",
        "target": "https://wtools.io/search?q={search_term}",
        "query-input": "required name=search_term"
    }
}
</script>
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal