Cookies & analytics

    We use cookies for analytics and to serve ads. Accept to enable Google Analytics and AdSense. You can decline to stay opt-out.

    SwiftSchema Logo

    SwiftSchema

    Intuitive Schema Generation at Your Fingertips

    AboutLearnContact
      Stack

      Construction Project Bid Stack

      Construction project bid pages with CreativeWork context, offers, FAQs, and breadcrumbs.

      Open generatorValidate in Rich Results Test

      When to use this stack

      • Public project bid invitations and RFPs
      • Contractor or subcontractor bid request pages
      • Project pages with bid deadlines and submission rules

      What's included

      • Creative Work
        Open generator

        Defines the bid document or project scope.

      • Captures bid fees, deposits, or submission pricing.

      • Frequently Asked Questions
        Open generator

        Answers bid eligibility, deadlines, and site visit questions.

      • Breadcrumb
        Open generator

        Provides navigation context for the bid page.

      Required properties (stack union)

      Ensure every applicable required property is present in your implementation. Nested props reference their parent objects (for example, `offers.priceCurrency`).

      availability
      description
      itemListElement[].name
      mainEntity[].@type=Question
      mainEntity[].acceptedAnswer.text
      name
      price
      priceCurrency
      url

      Recommended properties (stack union)

      category
      creator.name
      datePublished
      description
      inLanguage
      itemListElement[].item
      mainEntity[].acceptedAnswer.text
      mainEntity[].author.name
      mainEntity[].name
      priceValidUntil

      Combined JSON-LD

      Paste as a single script tag. Keep product details, offer data, shipping/returns, and FAQ answers in sync with the page.

      Validate
      [
        {
          "@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" }
          ]
        }
      ]

      Implementation steps

      1. Start from your live product detail page content; ensure titles, prices, and availability match the page.
      2. Embed one JSON-LD script in the head or just before the closing body tag using the combined example as a template.
      3. Fill shipping details for each region you serve and keep them aligned with on-page shipping tables.
      4. Attach your canonical MerchantReturnPolicy URL and keep the policy text in sync with Merchant Center.
      5. Add 3–6 FAQs that address purchase blockers (shipping, returns, compatibility) and keep answers consistent with visible content.
      6. Validate in the Rich Results Test and revalidate after price/availability/policy changes.

      Common errors and fixes

      FAQs

      Should I include addenda?

      If addenda are listed on the page, update the CreativeWork description and include dates in the FAQ.

      How do I show multiple bid packages?

      Use separate CreativeWork entries or separate stack pages per project to avoid mixing scopes.

      References