Product Schema for B2B Products that Require Requesting a Quote [HubSpot CMS Code]


Product Schema for B2B Products that Require Requesting a Quote [HubSpot CMS Code]

As HubSpot CMS developers, enhancing your page’s SEO and visibility in search engines is key. One way to do this is by adding structured data markup using JSON-LD. Here’s a quick snippet you can use to add structured data for a product on your HubSpot page:

Change “b2bcompany” to your specific company name and domain name.

   {% require_head %}
        <script type="application/ld+json">
        {
          "@context": "http://schema.org",
          "@type": "Product",
          "name": "{{ module.title }}",
          "description": "{{ content.meta_description }}",
          "image": "{{ module.product_image.src|escape_url }}",
          "brand": {
            "@type": "Brand",
            "name": "b2bcompany"
          },
          "offers": {
            "@type": "Offer",
            "url": "{{ request }} ",
            "priceCurrency": "USD",
            "price": "0",
            "priceSpecification": {
              "@type": "PriceSpecification",
              "priceCurrency": "USD",
              "price": "0",
              "valueAddedTaxIncluded": "false"
            },
            "eligibleRegion": {
              "@type": "Place",
              "name": "Global"
            },
            "seller": {
              "@type": "Organization",
              "name": "b2bcompany"
            }
          },
          "additionalType": "http://schema.org/Offer",
          "potentialAction": {
            "@type": "Action",
            "name": "Request a Quote",
            "target": "https://www.b2bcompany.com/rfq"
          }
        }
        </script>
    {% end_require_head %}  

About the Author

Jacob Lett (Jake) is the founder of Bootstrap Creative, a B2B marketing consultancy specializing in manufacturers and industrial companies. A HubSpot-certified CMS developer, SEO, Answer Engine Optimization (AEO), and RevOps professional, he helps B2B companies improve their websites, search visibility, HubSpot systems, and Google Ads campaigns to generate more qualified leads and RFQs. With over a decade of hands-on experience, he acts as a direct partner for companies seeking measurable ROI from their marketing investment.



Related posts
Category: Code Snippets

Tags:

| Read My Editorial Policy

Want to Get Email Updates of New Articles?

Join My Email Newsletter