We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Onboarding and setup guides with HowTo, TechArticle, FAQs, and breadcrumbs.
Structures the setup guide into clear steps.
Provides the technical article context for the guide.
Answers setup, troubleshooting, and access questions.
Provides navigation context for the guide.
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": "HowTo",
"@id": "https://www.example.com/setup/getting-started#howto",
"name": "Getting Started Setup",
"description": "Complete these steps to configure your account.",
"totalTime": "PT30M",
"step": [
{
"@type": "HowToStep",
"name": "Create your account",
"text": "Sign up with your work email and verify your address."
},
{
"@type": "HowToStep",
"name": "Connect your data source",
"text": "Link your CRM or upload a CSV to import contacts."
},
{
"@type": "HowToStep",
"name": "Invite teammates",
"text": "Add team members and assign roles to start collaborating."
}
]
},
{
"@context": "https://schema.org",
"@type": "TechArticle",
"@id": "https://www.example.com/setup/getting-started#article",
"headline": "Getting Started Guide",
"description": "Learn how to set up your account and configure core features.",
"datePublished": "2025-05-27",
"dateModified": "2025-05-27",
"url": "https://www.example.com/setup/getting-started",
"author": { "@type": "Organization", "name": "Northwind Docs" }
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need admin access?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Admin access is required to connect data sources."
}
},
{
"@type": "Question",
"name": "How long does setup take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most teams finish setup in under 30 minutes."
}
},
{
"@type": "Question",
"name": "Can I get help during setup?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Contact support or join office hours for live help."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Setup", "item": "https://www.example.com/setup" },
{ "@type": "ListItem", "position": 3, "name": "Getting Started", "item": "https://www.example.com/setup/getting-started" }
]
}
]Yes. If prerequisites are listed, include them in the HowTo description and FAQ answers.
Create separate pages per guide and keep JSON-LD aligned to each page's steps.