One of the common thing with CQ5 Pages is how to determine which all CQ5 components form the page. Most common process is to log-in to CRX and go through each node to determine the structure. This is time consuming activity.
But there is a better way to determine that and that is
suffix the url with ?debug=layout in Authoring environment.
This will present a page with all the component highlighted.

