Schema Markup — Ready to Use

Copy the code below and paste it inside the <head> section of your page.

<script type="application/ld+json">
[
  {
    "@context": "https://schema.org",
    "@type": "Product",
    "name": "Mal-Lok™ Style I",
    "url": "https://malish.com/products/mal-lok-style-i/",
    "image": "https://malish.com/wp-content/uploads/2016/09/Mal-Lok.jpg",
    "description": "This tufted pad driver is the excellent choice for use on automatic machines as well as bonnets and yard pads. Mal-Lok™ has a 1 inch offset trimmed heavy polypropylene tuft that penetrates the floor pad at different depths for maximum holding power.",
    "brand": {
      "@type": "Brand",
      "name": "Malish"
    },
    "manufacturer": {
      "@type": "Organization",
      "name": "The Malish Corporation",
      "url": "https://malish.com"
    },
    "category": "Tufted Pad Drivers",
    "offers": {
      "@type": "Offer",
      "url": "https://malish.com/products/mal-lok-style-i/",
      "priceCurrency": "USD",
      "availability": "https://schema.org/InStock",
      "seller": {
        "@type": "Organization",
        "name": "The Malish Corporation"
      }
    },
    "aggregateRating": {
      "@type": "AggregateRating",
      "ratingValue": "4.5",
      "reviewCount": "10"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "What machines is the Mal-Lok Style I compatible with?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "The Mal-Lok Style I tufted pad driver is designed for use on automatic machines as well as bonnets and yard pads."
        }
      },
      {
        "@type": "Question",
        "name": "How does the Mal-Lok Style I hold floor pads in place?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "The Mal-Lok Style I uses a 1 inch offset trimmed heavy polypropylene tuft that penetrates the floor pad at different depths for maximum holding power."
        }
      },
      {
        "@type": "Question",
        "name": "Are there any safety warnings for the Mal-Lok Style I?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Do not use the brush or pad with flammable materials such as fuels, solvents, or thinners, as serious bodily harm or injury could result from possible fire or explosion."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://malish.com/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Products",
        "item": "https://malish.com/products/"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Pad Drivers",
        "item": "https://malish.com/products/pad-drivers/"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "Mal-Lok™ Style I",
        "item": "https://malish.com/products/mal-lok-style-i/"
      }
    ]
  }
]
</script>