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 %}  

Written by: Jake Lett
Jake Lett is a results-driven B2B marketing consultant with 15+ years of experience helping businesses boost online visibility, generate qualified leads, and increase sales. Specializing in SEO, HubSpot, and PPC campaign management, Jake leverages proven strategies to deliver measurable growth. As a Certified Google Ads Specialist and HubSpot Developer, he is committed to driving impactful results for his clients.

Related posts

Tags:

Want to Get Email Updates of New Articles?

Join My Email Newsletter