{
  "_comment": "Person Schema.org · 個人頁/Portfolio 必貼 · 含 sameAs 連到 LinkedIn/Wikidata · 範本 by twin3.ai",

  "@context": "https://schema.org",
  "@type": "Person",

  "name": "Your Full Name",
  "givenName": "Given",
  "familyName": "Family",
  "alternateName": "Nickname(可選)",

  "description": "一句話介紹自己(職涯定位、專業領域、為何被搜尋會找到你)",
  "image": "https://your-domain.com/headshot.jpg",
  "url": "https://your-domain.com",

  "jobTitle": "Founder / CTO / Designer / ...",

  "worksFor": {
    "@type": "Organization",
    "name": "Current Company",
    "url": "https://current-company.com"
  },

  "alumniOf": [
    {
      "@type": "EducationalOrganization",
      "name": "School Name",
      "url": "https://school.edu"
    }
  ],

  "knowsAbout": [
    "Expertise area 1",
    "Expertise area 2",
    "Expertise area 3"
  ],

  "address": {
    "@type": "PostalAddress",
    "addressCountry": "TW",
    "addressLocality": "Taipei"
  },

  "email": "you@your-domain.com",

  "sameAs": [
    "https://www.linkedin.com/in/YOUR-HANDLE",
    "https://twitter.com/YOUR-HANDLE",
    "https://github.com/YOUR-HANDLE",
    "https://www.wikidata.org/wiki/QXXXXXXX",
    "https://orcid.org/0000-0000-0000-0000"
  ],

  "_comment_sameAs": "★ 關鍵欄位 ★ — AI 透過這些連結把你跟「同名的人」區分開,確保引用準確"
}
