On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.
ProfilePage Schema for Webflow Websites
ProfilePage schema tells search engines that a page is a profile of a person or organization. Google uses this for E-E-A-T assessment, connecting profile pages to the entities they describe. Use this on team member pages, author pages, and personal profile pages.
When to Use
- Team member bio (/team/pavel) — Yes
- Author page (/blog/author/pavel) — Yes
- Speaker/expert profile — Yes
- Company about page — No (use AboutPage)
- Social media profile — No (the platform handles this)
What Schema HQ Generates
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"name": "Pavel Kurecka",
"description": "Founder of Karpi Studio. CRO strategist building Webflow sites that convert.",
"mainEntity": {
"@type": "Person",
"name": "Pavel Kurecka",
"jobTitle": "Founder & CRO Strategist",
"sameAs": ["https://linkedin.com/in/pavelkurecka"]
},
"dateCreated": "2025-01-15",
"dateModified": "2026-03-20"
}
Fields
- name — Profile name (shared)
- description — Bio summary (shared)
- mainEntity — The Person or Organization this profile represents (shared)
- image — Profile photo (shared)
- dateCreated — When the profile was created
- dateModified — Last profile update (shared)
- sameAs — Social profiles (shared)
On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.