SEMrush Holdings Inc.

09/05/2024 | Press release | Distributed by Public on 09/05/2024 04:25

Organization Schema: What It Is & How to Implement It

What Is Organization Schema?

Organization schema is a type of structured data you can add to your site's HTML code. To help search engines better understand your organization.

It looks like this on the backend:

And gives search engines information like:

  • Your company's name
  • The company's physical address
  • Your company's business description
  • Links to your social media profiles

Why Is Organization Schema Important for SEO?

Organization schema tells search engines more about your company.

While structured data isn't a ranking factor itself, using it can make it easier for search engines to show your webpage for relevant queries.

Organization schema, in particular, helps Google display your business information as a rich result or knowledge panel -with images, links, and additional information.

Like this:

These eye-catching results can help your business stand out on the search engine results page (SERP). And potentially attract more clicks and organic (or unpaid) traffic.

This is especially beneficial for local SEO.

By using schema, organizations can highlight their business's location, operating hours, and contact details for search engines.

Which can, in turn, generate rich results that can drive more foot traffic to your physical locations.

Further reading: How to Improve Your SEO by Using Schema Markup: Tips From Pros

How to Implement Organization Schema

To implement organization schema, you need to write the organization schema markup. And add it to your website.

You can do this by using a plugin, using AI, or writing your schema markup manually.

Here's how to create JSON-LD organization schema. Plus an example.

Use a Plugin to Add Organization Schema to Your Site

Plugins that let you add schema markup through JSON-LD include SchemaPro, Rank Math, and Yoast.

Using plugins gives you less control over customization. But it can make implementation faster.

For example, you can create organization schema using the Yoast plugin by simply filling out a form.

Image Source: Yoast

Use AI to Generate Organization Schema Markup

Another way to create organization schema markup is with the help of an AI tool. Like ChatGPT.

Use the following prompt, making sure to replace the data with your company's information:

"Hi, can you create JSON-LD organization schema markup for my business?

Type of organization: OnlineBusiness
Organization name: Best Online Business
Official website: bestonlinebusiness.com
Business description: We are number one
Address: Superior Street, Top-Notch State, Greatest Country 11111
Email: [email protected]
Contact number: +1 111 111 1111
Links to social accounts: https://www.x.com/bestonlinebusiness, https://www.facebook.com/bestonlinebusiness, https://www.linkedin.com/company/bestonlinebusiness
Official logo: best-logo-ever.jpg"

ChatGPT generated this code:

Copy the code. And add it to the <head> section of your website's HTML.

Write Organization Schema Markup Manually

To start, open an HTML editor such as Notepad or Notepad++.

Then, create a new <script> tag. And set the type attribute of the script tag to "application/ld+json."

Here's what that should look like:

Next, add your JSON-LD code within your script tags using the structure below and fill in the relevant information for your organization:

Element

Description

Example

"@context"

Specifies the schema.org vocabulary

"https://schema.org"

"@type"

Defines the type of organization

"Organization" or a subcategory like "EducationalOrganization"

View the full list of subcategories at Schema.org

"name"

Your organization's name

"Acme Corporation"

"url"

Your organization's website

"https://www.acme.com"

"logo"

URL of your organization's logo

"https://www.acme.com/logo.png"

"address"

Physical address

Barcelona, Spain

08026

Carrer del Freser

See the example below for the exact address structure to use.

"contactPoint"

Contact information

telephone: +1-555-123-4567, contactType": customer service

See the example below for the exact contact structure to use.

"sameAs"

Links to your social media profiles

["https://www.facebook.com/acme", "https://twitter.com/acme"]

Alternatively, copy/paste the code below into your editor and then enter your organization's information inside the empty quotes (""):

You can also include any additional fields that apply to your specific needs. For more properties, check out Schema.org's full property list.

Once you're happy with your JSON-LD markup, add the code snippet to the <head> or <body> section of your homepage's HTML code.

Examples of JSON-LD Organization Schema

If you need inspiration or more guidance, here are two great examples of organization schema:

Here's an example of JSON-LD organization schema for a library:

Here's another organization schema example for a restaurant:

How to Test Your Organization Schema

Once you've implemented your schema, test it to make sure it's working correctly.

Here are three tools you can use to do this:

Site Audit

You can check your structured data using the Semrush Site Audit tool.

First, open the Site Audit tool. By signing in to your Semrush account. And clicking "Site Audit" under "On Page & Tech SEO."

If you have an existing project for the website you want to test, click on that.

Alternatively, create a new project with the relevant domain by clicking "+ Create project." To automatically run a site audit.

Next, you'll be asked to configure your Site Audit settings. If you're a beginner or just trying out the tool, you can proceed with the pre-set metrics.

Alternatively, check out our guide to configuring Site Audit for more information.

Click "Start Site Audit" when you're done.

Whether you've clicked on an existing project or created a new one, you'll be taken to Site Audit's "Overview" dashboard.

Find the "Markup" section and click "View details."

On the next screen, you'll see:

  • How many of your checked pages contain schema markup
  • The type of schema markup found on each page
  • Any schema markup that's invalid

Like this:

Scroll down to find a table entitled "Structured Data Items."

If any of the items are invalid, like your organization schema, click "View all invalid items" at the bottom.

Click on any entry in the "Affected Fields" column to see specific errors per identified issue.

Now you can see the errors and fix them. If you're not sure how to fix an error, click on "Why and how to fix it" for more information.

Once you've fixed the errors, rerun the audit to check they've been rectified.

Schema Markup Validator

The schema markup validator is Schema.org's official testing tool.

To test a webpage you've already added organization schema to, enter the URL in the field under "Fetch URL." And click "Run test."

Alternatively, test a code snippet you've written but haven't implemented by clicking on the "Code snippet" tab.

Paste your code into the box and click "Run test."

Ideally, you're looking for a "0 Errors" and "0 Warnings" result like this:

If there are any errors, the tool will highlight them so you can easily find and fix them.

Rich Result Test

The Rich Results Test is the Google organization schema markup checker. But it can also verify other structured data on your site.

You can use the Rich Result Test to see what rich results your pages can generate based on the schema you already have. But you can also use it to test the validity of existing or drafted schema markup.

Test your drafted schema markup before implementing it by going to the tool and clicking on the "Code" tab.

Paste your code into the box. And click "Test Code."

If your code is valid, you'll see a green checkmark in the "Test results" section. Along with a "1 valid item detected" message.

Like this:

Now, you can go ahead and paste the organization schema into your website's HTML.

Best Practices for Using Organization Schema

Here are some best practices to keep in mind when implementing organization schema:

  • Use JSON-LD format where possible
  • Only include accurate and up-to-date information. Information in your schema markup should match other details about your company across the web. This includes your Google Business Profile and info on your website and socials.
  • Add as much relevant information as possible. For example, the "LocalBusiness" subcategory lets you add opening hours, prices, geo-coordinates, and more.
  • Add as many "@sameAs" links as possible. This will improve your credibility and add context.
  • Follow Google's spam guidelines. Don't use structured data to mislead users. Make sure the information you provide is truthful and accurate.
  • Use the most specific type of schema possible for your organization. For example, if you're a restaurant, use "Restaurant" instead of just "LocalBusiness."
  • Test your schema implementation using Semrush's Site Audit tool for a holistic analysis of your site, including any errors in your markup.

Leverage Schema to Maximize Your Search Presence

Organization schema is a great way to improve your company's overall SERP visibility.

Ultimately, that can improve the amount of traffic you get to your website. And, potentially, your number of customers.

Semrush's Site Audit tool makes it easy to view and test your structured data. Along with a wealth of other technical data about your website's SEO performance.

Sign up for free and start improving your website's SEO performance today.

This post was updated in 2024. Excerpts from the original article by Rachel Baker may remain.