Free Person Schema Generator
Person schema markup helps establish your personal brand online and can contribute to appearing in Google's Knowledge Panel. This is particularly valuable for professionals, content creators, and public figures who want to control how their information appears in search results.
How to Add Person Schema to Your Website
-
Enter your full name
-
Add a professional photo URL
-
Include your job title and employer
-
Add links to your social media profiles
-
Include your website URL
-
Add a brief description/bio
-
Copy the JSON-LD to your personal website
Person JSON-LD Example
Here's an example of valid Person structured data that you can use as a reference:
{
"@context": "https://schema.org",
"@type": "Person",
"name": "John Doe",
"image": "https://example.com/john.jpg",
"jobTitle": "Senior Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "Tech Company"
},
"url": "https://johndoe.com",
"sameAs": [
"https://twitter.com/johndoe",
"https://linkedin.com/in/johndoe",
"https://github.com/johndoe"
]
} Tip: Always validate your schema markup using Google's Rich Results Test before deploying to production.
Frequently Asked Questions
Does Person Schema guarantee a Knowledge Panel?
No, but it significantly helps Google understand who you are and increases your chances of appearing in the Knowledge Panel alongside other signals like Wikipedia presence and consistent web mentions.
Should I use Person or ProfilePage schema?
Use Person schema on your main personal website or about page. ProfilePage is more appropriate for social media profiles or user profile pages on platforms.
How important are sameAs links?
Very important! The sameAs property helps Google connect all your official online presences, strengthening your personal brand identity.
Other Schema Generators
FAQ Page Schema
Mark up your Frequently Asked Questions to appear in Google's rich results with expandable Q&A.
Article Schema
Enhance your blog posts and news articles with structured data for better search visibility.
Local Business Schema
Help your business appear in local search results and Google Maps with proper structured data.
Product Schema
Display product information, prices, and reviews directly in Google search results.
Breadcrumb Schema
Show your site's navigation hierarchy in search results for better user experience.
Event Schema
Promote your events in Google search with dates, location, and ticket information.