Skip to content

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.

Notifications You must be signed in to change notification settings

austin-thesing/faq-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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>

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published