We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.
Construction project bid pages with CreativeWork context, offers, FAQs, and breadcrumbs.
Defines the bid document or project scope.
Captures bid fees, deposits, or submission pricing.
Answers bid eligibility, deadlines, and site visit questions.
Provides navigation context for the bid 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": "CreativeWork",
"@id": "https://www.example.com/projects/riverside-bridge/bid#document",
"name": "Riverside Bridge Renovation Bid Package",
"description": "Bid documents and scope for the Riverside Bridge renovation project.",
"url": "https://www.example.com/projects/riverside-bridge/bid",
"creator": { "@type": "Organization", "name": "Northwind City Public Works" },
"datePublished": "2025-05-20",
"inLanguage": "en"
},
{
"@context": "https://schema.org",
"@type": "Offer",
"@id": "https://www.example.com/projects/riverside-bridge/bid#submission-fee",
"name": "Bid Submission Fee",
"description": "Non-refundable fee to submit a qualified bid package.",
"price": "150.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/projects/riverside-bridge/bid#fees",
"priceValidUntil": "2025-06-15"
},
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Who is eligible to bid?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Licensed general contractors with valid bonding and insurance documentation may submit bids."
}
},
{
"@type": "Question",
"name": "When is the bid deadline?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Bids must be received by 5:00 PM on June 15, 2025."
}
},
{
"@type": "Question",
"name": "Is a site visit required?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. A mandatory site walk is scheduled for June 1, 2025."
}
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.example.com" },
{ "@type": "ListItem", "position": 2, "name": "Projects", "item": "https://www.example.com/projects" },
{ "@type": "ListItem", "position": 3, "name": "Riverside Bridge", "item": "https://www.example.com/projects/riverside-bridge" },
{ "@type": "ListItem", "position": 4, "name": "Bid Package", "item": "https://www.example.com/projects/riverside-bridge/bid" }
]
}
]If addenda are listed on the page, update the CreativeWork description and include dates in the FAQ.
Use separate CreativeWork entries or separate stack pages per project to avoid mixing scopes.