What Organization schema is
Organization is the Schema.org type for any group, company, association, or institution. The inheritance chain runs Thing > Organization, with subtypes for specific institutional shapes: LocalBusiness (physical location), Corporation, NGO, EducationalOrganization, MedicalOrganization, GovernmentOrganization. The properties most worth installing on a Squarespace site: name, url, logo, sameAs, description, contactPoint, foundingDate, founder.
When to use Organization (vs LocalBusiness)
Use Organization when the business has no physical address customers visit and no defined geographic service area — a remote consulting firm, an online education business, a digital agency serving clients globally, a SaaS company. Use LocalBusiness instead when there's a real-world address or service area — a therapy practice, a restaurant, a photographer with a studio. The two are mutually exclusive at the top level; LocalBusiness inherits from Organization, so the LocalBusiness schema implicitly carries Organization properties.
Rich-results status in 2026
Organization schema does not produce a specific Google rich-result enhancement. Its visible benefits are knowledge-panel surfacing for the brand (when sufficient external signal also exists) and the brand logo appearing next to the site name in search results. The bigger 2026 win is AI engine attribution: a confidently-identified Organization with a sameAs graph gives AI engines a clean entity to attribute citations to, reducing 'an article on yoursite.com' attribution to 'an article by [Your Brand]'.
Required and recommended fields
Schema.org and Google both define zero hard required properties on Organization. The useful minimum: name, url, logo, sameAs. Recommended expansion for serious entity wiring: description, contactPoint (a ContactPoint with email and contactType), foundingDate, founder (referencing the Person), address (when the entity has a registered address), areaServed (when relevant).
Copy-paste JSON-LD example
The block below is a complete Organization schema for SquareRank itself, mirroring what ships site-wide on this site. Replace name, url, logo, founder, and sameAs with your real values. The founder reference points to the canonical Person bio at /founder/ — referencing rather than redefining keeps the entity graph clean.
Where to paste it on Squarespace
Organization goes site-wide because the brand entity doesn't change page to page. Open Settings > Advanced > Code Injection > Header. Paste the entire script block including the wrapping script tags. Save. Verify by viewing source on any page (not just the home page) and confirming the Organization block appears once.
Validation steps
Run the home page URL through Google's Rich Results Test. Confirm Organization is detected. Confirm the logo URL resolves and the image meets the 112x112 minimum. Warnings about missing recommended fields (no foundingDate, no contactPoint) are informational, not errors. The success signal is structural validity plus a working logo URL.
Common gotchas on Squarespace
Three gotchas catch most Organization installs. First: logo image too small or hosted on a domain that blocks Googlebot — the schema parses but the visible logo enhancement doesn't surface. Use a 200x200+ logo on the same domain as the site. Second: Organization vs LocalBusiness confusion — installing Organization when the business has a physical address weakens the local-search signal. Third: stale sameAs links — an abandoned Twitter account or 404'd LinkedIn profile weakens the entity graph instead of strengthening it.
Related schema types
Organization is referenced from many places: Article.publisher, Service.provider, Product.brand (as a Brand object, which is an Organization subtype), Event.organizer. Internally, Organization references Person via founder and employee. The relationship is bidirectional — Person.worksFor points at Organization, Organization.founder points at Person.