Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Organization

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Checks the homepage for Organization JSON-LD with name, url, logo, and sameAs, and adds a valid schema block for the Knowledge Panel.

About

Audits the homepage for Organization schema markup that helps Google populate the Knowledge Panel with logo, social links, and contact details. A developer uses it when auditing structured data on a business or brand homepage.

  • Add Organization JSON-LD to the homepage only
  • Include name, url, logo, and sameAs social profiles

Organization by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,710 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill organization

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Checks the homepage for Organization JSON-LD with name, url, logo, and sameAs, and adds a valid schema block for the Knowledge Panel.

Files

SKILL.mdMarkdownGitHub ↗

Add Organization schema markup

Organization schema helps Google understand your brand, populate your Knowledge Panel with accurate information (logo, social links, contact details), and improve brand-related search appearance.

Quick Reference

  • Add Organization JSON-LD schema to your homepage (and only the homepage)
  • Required: name, url, logo — all other properties strengthen your Knowledge Panel
  • sameAs links to social profiles help Google confirm your brand identity
  • Use a persistent logo URL that won't change; it appears in Google's Knowledge Panel

Check

Check the homepage for a JSON-LD script block with @type 'Organization' or 'Corporation'. Verify it includes: name, url, logo (with @type ImageObject), and sameAs array with social profile URLs. Validate with Google's Rich Results Test.

Fix

Add an Organization schema JSON-LD block to the homepage <head>. Include name, url, logo (ImageObject with url, width, height), contactPoint, and sameAs array pointing to your official social media profiles and Wikipedia/Wikidata entries if available.

Explain

Organization structured data tells Google who you are as a brand. Google uses it to populate the Knowledge Panel in search results—the box showing your logo, social profiles, and contact info that appears for branded queries. Without it, Google has to guess this information from unstructured content.

Code Review

Check the homepage for a JSON-LD script with @type 'Organization' or 'Corporation'. Verify: name matches the site's official brand name, url matches the site's canonical-url homepage URL, logo.url is an absolute HTTPS URL pointing to an actual image, sameAs array contains at least 2 verified social profiles. Validate with Google's Rich Results Test. Confirm Organization schema is NOT duplicated on interior pages.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/seo/organization

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.