Person Schema Generator
Create structured data for people, authors, and profile pages to enhance personal branding and professional visibility
Configuration
Generated Schema
<script type="application/ld+json">
</script>💡 Tip: Add this code to your webpage's <head> section. Test with Google's Rich Results Test.
Enhance Your Personal Brand with Structured Data
Leverage Person and ProfilePage schema to improve your online visibility and professional presence
Person schema markup is essential for authors, professionals, public figures, and anyone looking to establish a strong digital identity. By implementing structured data, you help search engines understand and properly represent your personal or professional information across search results, knowledge panels, and rich snippets.
- Knowledge panel eligibility for notable individuals
- Author information in article rich snippets
- Professional details in search results
- Social media profile connections
Person Schema
- • General personal information
- • Professional details
- • Author pages & bios
- • Team member pages
ProfilePage Schema
- • Forum user profiles
- • Social media profiles
- • Community member pages
- • Discussion platforms
- Showcase professional credentials and affiliations
- Highlight education and qualifications
- Display awards and recognition
- Connect with organizations and colleagues
Essential Information
- • Always include a full name
- • Add job title and employer for professionals
- • Include high-quality profile images
- • Link to verified social media profiles
- • Provide a concise, informative description
Enhanced Visibility Tips
- • Use sameAs for Wikipedia and social links
- • Include alumni information for universities
- • Add professional memberships and affiliations
- • List notable colleagues and connections
- • Keep information current and accurate
Important: Only include information that you're comfortable making publicly available. Person schema is designed for public figures, professionals, and authors who want to enhance their online presence. Never include sensitive personal information like social security numbers, private addresses, or confidential data.
Recommended to Include
- ✓ Professional email address
- ✓ Business phone number
- ✓ Work address
- ✓ Public social media profiles
- ✓ Professional website
Avoid Including
- ✗ Personal home address
- ✗ Private phone numbers
- ✗ Financial information
- ✗ Government ID numbers
- ✗ Medical information
Author Bio Page
Perfect for writers, journalists, and content creators to establish authorship and expertise.
{
"@type": "Person",
"name": "Jane Doe",
"jobTitle": "Senior Technology Writer",
"worksFor": {
"@type": "Organization",
"name": "Tech News Daily"
},
"sameAs": [
"https://twitter.com/janedoe",
"https://linkedin.com/in/janedoe"
]
}Professional Profile
Ideal for consultants, executives, and business professionals.
{
"@type": "Person",
"name": "John Smith",
"jobTitle": "CEO",
"alumniOf": "Harvard Business School",
"award": ["Industry Leader 2023", "Top 40 Under 40"],
"memberOf": [
{"@type": "Organization", "name": "Business Council"}
]
}Forum Profile Page
Best for community platforms, discussion forums, and social networks.
{
"@type": "ProfilePage",
"dateCreated": "2020-01-15",
"mainEntity": {
"@type": "Person",
"name": "PowerUser",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/FollowAction",
"userInteractionCount": 1500
}
}
}Cross-Reference Content
Link your Person schema with Article, Book, or CreativeWork schemas where you're the author.
Establish Authority
Include alumni associations, certifications, and professional memberships to build credibility.
Network Connections
Use "knows" and "colleague" properties to establish professional relationships.
Keep It Current
Regularly update job titles, affiliations, and social profiles to maintain accuracy.