After searching the internet I could not find the answer so I turn to the forum now.
I have the following code:
% Appendices
\appendix
\appendixpage*
\pdfbookmark[0]{Appendices}{appendices}
\include{document}
Yet when I compile the document the bookmark command inserts a blank page. Has anyone seen this before? How can I fix this?
General ⇒ pffbookmark and empty pages
NEW: TikZ book now 40% off at Amazon.com for a short time.

pffbookmark and empty pages
It's impossible to tell for sure, since you didn't follow board rules and provide a complete MWE, but I'm pretty sure \pdfbookmark isn't doing that. \include is doing it.
Try \input{document} instead of \include{document}
Try \input{document} instead of \include{document}