We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Corporate travel policy pages with WebPage + Organization context, FAQs, and breadcrumbs.
Declares the travel policy page and summary.
Anchors the organization that owns the policy.
Answers booking, approvals, and reimbursement questions.
Provides navigation context for the policy 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": "WebPage",
"@id": "https://www.example.com/policies/travel#page",
"name": "Corporate Travel Policy",
"description": "Guidelines for booking, approvals, and reimbursable travel expenses.",
"url": "https://www.example.com/policies/travel",
"inLanguage": "en",
"dateModified": "2025-03-10"
},
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://www.example.com#org",
"name": "Northwind",
"url": "https://www.example.com",
"logo": "https://www.example.com/images/northwind-logo.svg",
"description": "Customer platform for global operations teams."
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need approval before booking?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Submit a travel request in the portal before purchasing flights or hotels."
}
},
{
"@type": "Question",
"name": "What expenses are reimbursable?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Flights, lodging, ground transportation, and meals within per-diem limits are reimbursable."
}
},
{
"@type": "Question",
"name": "How do I submit receipts?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Upload receipts to the expense system within 10 business days of travel."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Policies", "item": "https://www.example.com/policies" },
{ "@type": "ListItem", "position": 3, "name": "Travel Policy", "item": "https://www.example.com/policies/travel" }
]
}
]If per-diem rates are shown on the page, reference them in the FAQ and keep values in the visible tables.
Include separate sections for international travel and reflect them in FAQ answers.