We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
E-signature request pages with WebApplication + Service context, FAQs, and breadcrumbs.
Defines the signing portal experience.
Describes the digital signature service and provider.
Answers legal validity, identity verification, and device support questions.
Provides navigation context for the signature page.
Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).
Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.
[
{
"@context": "https://schema.org",
"@type": "WebApplication",
"@id": "https://www.example.com/sign/requests#app",
"name": "Document Signature Portal",
"description": "Review and sign documents securely online.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"url": "https://www.example.com/sign/requests"
},
{
"@context": "https://schema.org",
"@type": "Service",
"@id": "https://www.example.com/sign#service",
"name": "Digital Signature Service",
"serviceType": "ElectronicSignature",
"provider": { "@type": "Organization", "name": "Northwind Sign" },
"areaServed": { "@type": "Country", "name": "United States" },
"description": "Legally binding electronic signatures with audit trails.",
"url": "https://www.example.com/sign/requests"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Are electronic signatures legally binding?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. E-signatures are legally binding when they meet ESIGN and UETA requirements."
}
},
{
"@type": "Question",
"name": "How is signer identity verified?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Signers verify identity via email authentication and optional SMS codes."
}
},
{
"@type": "Question",
"name": "Can I sign on mobile?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The portal works on modern mobile and desktop browsers."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Sign", "item": "https://www.example.com/sign" },
{ "@type": "ListItem", "position": 3, "name": "Requests", "item": "https://www.example.com/sign/requests" }
]
}
]If the page describes audit trails, mention them in the Service description and FAQ answers.
Include signer roles in the page copy and mirror them in the FAQ answers if relevant.