Just add a FAQ section in the footer.
Because it only needs to be visible on the product page. Then add a little CSS
.index-template .faq-section,.page-template .faq-section{display:none;}
The class name depends on the class name of your theme’s section.
