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 is the founder of Bootstrap Creative, a digital marketing consultancy that helps Michigan manufacturers generate qualified leads through HubSpot, technical SEO, and Google Ads. With over a decade of hands-on experience, he acts as a direct partner for B2B companies seeking measurable ROI from their marketing investment.



Related posts

Tags:

| Read My Editorial Policy

Want to Get Email Updates of New Articles?

Join My Email Newsletter