Hey there, I’ve added a FAQs section on my product page but it appears on all products. I’d like to make the FAQs page specific to every product rather than a general thing. How do I go with it?
Topic summary
A user wants to display product-specific FAQs instead of the same FAQ section appearing across all product pages in their Debutify theme store.
Two solutions were proposed:
-
Template-based approach: Create separate product page templates for each product with unique FAQ content, then assign these templates individually through product settings. Screenshots show the template creation and assignment process.
-
Metafields approach: Add FAQ questions and answers as metafields to each product, then modify the FAQ section code to conditionally display questions only when metafields exist for that product.
Open question: A follow-up inquiry asks whether either solution is practical for stores with 100+ products requiring FAQs on every product page. This scalability concern remains unaddressed, leaving the discussion open regarding the best approach for larger catalogs.
Hello Jea ![]()
- You could create a separate product page template for every product and change the FAQ contents for each template. Then assign it to each product in the product settings.
- You could add the questions and answers as metafields to each product and modify the FAQ section’s code to only view a question container if specific metafields exist for a given product, so you don’t end up with empty questions where there is none to show.
Do you think it can be a reliable solution for a usecase where store has 100+ product and we need to show FAQ on every product page ?

