/faq-schema

This is a lightweight script for generating schema from FAQ items on your website. I've used this on countless webflow projects to do so for my clients.

Primary LanguageJavaScript

FAQ Schema Generator (easy for Webflow project integration)

This generates FAQ schema for items on a web page

Installation & Usage

  1. You'll need each question and answer wrapped in a element with the class of faq-item and inside of it you should have your question classed with faq-question and your answer with faq-answer.
  2. Use JSDeliver to load the script via CDN You can serve this via a cdn by adding this script tag to your page or project above the closing body tag </body>

CDN Hosted Version: <script src="https://cdn.jsdelivr.net/gh/austin-thesing/faq-schema@v1/index.js"></script>