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.
ContactPage Schema for Webflow Websites
ContactPage schema tells search engines that a page contains contact information for an organization. Google uses this to associate contact details with your business entity. For Webflow sites, marking your /contact page with ContactPage schema connects your contact form, phone number, email, and address to your Organization entity.
Why ContactPage Schema Matters
ContactPage schema enables:
- Google Knowledge Panel contact info enrichment
- AI answer engine extraction of contact details ("what is [company] phone number?")
- Clear entity connection between contact info and your Organization
- Structured contact information for voice search answers
What Schema HQ Generates
{
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Contact Karpi Studio",
"description": "Get in touch with Karpi Studio for Webflow development, CRO, and AEO services.",
"url": "https://karpi.studio/contact",
"mainEntity": {
"@id": "https://karpi.studio/#organization"
},
"isPartOf": {
"@id": "https://karpi.studio/#website"
}
}
Fields
Same structure as AboutPage:
- name — Page title (shared)
- description — Page summary (shared)
- url — Page URL (shared)
- mainEntity — The Organization this contact page belongs to
- isPartOf — Parent WebSite reference
- inLanguage — Page language (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.