전체 템플릿
json 템플릿

JSON-LD Organization Schema Template

Structured data template for your organization/company. Helps AI systems understand your brand, social profiles, and contact information.

템플릿

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://www.yoursite.com/#organization",
  "name": "Your Company Name",
  "legalName": "Your Company Legal Name, Inc.",
  "url": "https://www.yoursite.com",
  "logo": {
    "@type": "ImageObject",
    "url": "https://www.yoursite.com/logo.png",
    "width": 600,
    "height": 60
  },
  "description": "One or two sentences describing what your company does.",
  "foundingDate": "2020",
  "founders": [
    {
      "@type": "Person",
      "name": "Founder Name"
    }
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main Street",
    "addressLocality": "City",
    "addressRegion": "State",
    "postalCode": "12345",
    "addressCountry": "US"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer service",
    "email": "hello@yoursite.com",
    "url": "https://www.yoursite.com/contact"
  },
  "sameAs": [
    "https://twitter.com/yourcompany",
    "https://linkedin.com/company/yourcompany",
    "https://github.com/yourcompany"
  ]
}
</script>

사용 방법

1

Add to your homepage <head> section

2

Replace all placeholder values with your actual information

3

Include all relevant social media profiles in sameAs

4

Ensure logo URL points to an actual image

5

Validate with Google's Rich Results Test

이럴 때 쓰세요

Homepage structured data

Brand recognition by AI systems

Knowledge Graph inclusion

직접 적용이 어렵다면

템플릿은 좋은 출발점입니다. 우리 사이트에 맞게 맞춤 적용이 필요하다면 도와드리겠습니다.