How to make the FAQs page specific to a product with the Debutify theme?

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:

  1. 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.

  2. 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.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

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?

Hello Jea :waving_hand:

  1. 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.

  1. 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 ?