generate_person_schema
Create structured data for a person profile by generating JSON-LD schema with common fields such as name, job title, social links, and more.
Instructions
Generate a Person JSON-LD schema with common fields like name, job title, social profiles, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Personal website or profile URL | |
| name | Yes | Full name of the person | |
| No | Email address | ||
| image | No | URL to an image of the person | |
| sameAs | No | Array of social profile URLs (LinkedIn, Twitter, etc.) | |
| jobTitle | No | Job title or role | |
| worksFor | No | Organization name | |
| birthDate | No | Date of birth (YYYY-MM-DD) | |
| description | No | Short bio or description | |
| nationality | No | Nationality |