Adding 'description' => isset($page_meta['description']) ? $page_meta['description'] : '', to $data=array allows for use of the description meta in place of the excerpt.
Adding 'description' => isset($page_meta['description']) ? $page_meta['description'] : '', to $data=array allows for use of the description meta in place of the excerpt.