A structured data format used to describe businesses or organizations in search results.
Search engines use this data to create rich snippets, like a business card, which users see in search results.
01what it is and how it works
Organisation Schema is part of the Schema.org vocabulary. It defines properties for businesses, such as name, address, and phone number. Search engines use this data to create rich snippets, like a business card in search results. You add it via HTML or JSON-LD code on your website.
It helps search engines show business details like address and phone number in search results.
02what to do about it
Add Organisation Schema to your site if you run a business. Use JSON-LD format for better compatibility. Include all required fields like name and address. Test your implementation with Google’s Rich Results Test tool.
- Use JSON-LD format for Organisation Schema.
- Include required fields: name, address, and phone number.
- Test with Google’s Rich Results Test.
- Update schema when business details change.
03how it is measured or noticed
You’ll notice Organisation Schema in search results as a rich snippet with business details. Tools like Google Search Console show if your schema is indexed. Users might click your listing if the snippet includes accurate info.
04common mistakes
- Omitting required fields like name or address.
- Using incorrect data types (e.g., numbers for text fields).
- Not testing after implementation.
- Including extra properties not relevant to the business.
05limits
Organisation Schema only applies to businesses or organizations. It doesn’t work for individuals or non-commercial entities. It’s often confused with LocalBusiness Schema, which includes additional details like opening hours.
06a worked example
Example from Schema.org: {"@context": "https://schema.org", "@type": "Organisation", "name": "Example Corp", "address": {"@type": "PostalAddress", "streetAddress": "123 Main St"}}
Frequently asked questions
How is Organisation Schema different from Business Schema?
Organisation Schema specifically describes businesses or organizations with structured data like name, address, and contact info, while Business Schema might be a broader or less standardized term not tied to Schema.org.
Should I add Organisation Schema to my website?
Yes, if you run a business or organization. It helps search engines display rich snippets with your details, improving visibility.
How do I implement Organisation Schema on my site?
Use Schema.org markup in your HTML, typically in the <head> or body. Include properties like name, address, and contact information.
Does Organisation Schema still work in modern search engines?
Yes, it remains effective. Search engines like Google and Bing use Schema.org data to enhance search results with rich snippets.
What happens if I don’t use Organisation Schema?
Your business details won’t appear in rich snippets, potentially reducing click-through rates from search results.
How long before Organisation Schema appears in search results?
It can take days to weeks, depending on search engine crawlers. Monitor indexing status via tools like Google Search Console.
Asked out loud
spoken, not typedThe same term in the words somebody uses speaking to an assistant rather than typing into a box — written from the situation, which is why each one carries the situation it came from.
Use a mobile-friendly schema generator tool or ask a developer to add it remotely. Prioritize key fields like name and address.
Yes, with plugins or tools that auto-generate schema markup. Just input your business details into the tool.
Your search results will revert to basic text snippets. Fix errors by validating markup with Schema.org tools and resubmitting.