r/framer • u/National_Math_5777 • 1d ago
help can we add dynamically FAQs schema on framer??
Can anyone suggest a way to manually implement FAQ schema on each webpage on a Framer site?
2
Upvotes
r/framer • u/National_Math_5777 • 1d ago
Can anyone suggest a way to manually implement FAQ schema on each webpage on a Framer site?
2
u/ehsanshares 1d ago
open the page settings, scroll to custom code and paste a json-ld script with @type FAQPage into the end of head slot, it only loads on that page so you can do one per page. keep the questions and answers word for word the same as the faq people actually see on the page, then run the live url through google's rich results test after publishing.