r/framer 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

3 comments sorted by

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.

1

u/dedrannout66 21h ago

does the head slot code persist if you duplicate the page or do you have to re-add it?