For some reason breadcrumbs aren’t displayed on Magento’s default contact page.
To add them, open “contacts.xml”, this can be found in the “layout” folder of your theme directory. Then anywhere within the “<contacts_index_index>” tags add the following code :
home
Home /
contacts
Contact us
Remember to refresh your Magento cache. Your contact page should now have breadcrumbs as expected!