rewrite rules social share links

The rel canonical link points to http://www.teamrealty.ca/listing-details/, which returns a 500 internal server error response code. You can try to remove the canonical action before wp_head() is called on those pages:

remove_action( 'wp_head', 'rel_canonical' );