homeaboutserviceListserviceDetaillocationlistingListlistingDetailproductcategoryarticlefaqcontactpolicylandingteamportfolio
3 schemas for contact
WebPageContactPage for "contact page"
{
"@context": "https://schema.org",
"@type": "ContactPage",
"@id": "https://grndwerk.com/contact/#webpage",
"url": "https://grndwerk.com/contact",
"name": "contact page",
"description": "Preview schema for archetype: contact",
"inLanguage": "en-US",
"isPartOf": {
"@id": "https://grndwerk.com/#website"
},
"breadcrumb": {
"@id": "https://grndwerk.com/contact/#breadcrumb"
}
}OrganizationOrganization schema for Grndwerk
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://grndwerk.com/#organization",
"name": "Grndwerk",
"legalName": "Grndwerk",
"description": "Grndwerk drops structured data, llms.txt, and AEO signals into any Next.js project. Edit one file. Schemas, metadata, and AI visibility follow.",
"slogan": "Make your Next.js site visible to AI, not just Google.",
"url": "https://grndwerk.com",
"logo": "https://grndwerk.com/icon/icon.svg",
"image": "https://grndwerk.com/og.jpg",
"foundingDate": "2025",
"email": "hello@grndwerk.com",
"sameAs": [
"https://x.com/grndwerk",
"https://github.com/grndwerk"
]
}BreadcrumbListBreadcrumb with 2 items
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"@id": "https://grndwerk.com/contact/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://grndwerk.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "contact",
"item": "https://grndwerk.com/contact"
}
]
}