← All types

Person

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "Person",
    "name": "Dr. Emily Zhang",
    "url": "https://emilyzhang.example.com",
    "image": "https://emilyzhang.example.com/photo.jpg",
    "email": "emily.zhang@biogenlabs.example.com",
    "telephone": "+1-617-555-0142",
    "jobTitle": "Senior Research Scientist",
    "worksFor": {
        "@type": "Organization",
        "name": "BioGen Labs"
    },
    "sameAs": [
        "https://twitter.com/emilyzhang",
        "https://linkedin.com/in/emilyzhang"
    ],
    "description": "Genomics researcher specializing in CRISPR applications.",
    "givenName": "Emily",
    "familyName": "Zhang",
    "address": {
        "@type": "PostalAddress",
        "addressLocality": "Boston",
        "addressRegion": "MA",
        "addressCountry": "US"
    },
    "interactionStatistic": {
        "@type": "InteractionCounter",
        "interactionType": "https://schema.org/FollowAction",
        "userInteractionCount": 8500
    },
    "agentInteractionStatistic": {
        "@type": "InteractionCounter",
        "interactionType": "https://schema.org/WriteAction",
        "userInteractionCount": 120
    },
    "identifier": "orcid:0000-0002-1234-5678",
    "alternateName": "E. Zhang"
}

Source: generate-person.php

Schema: https://schema.org/Person