diff --git a/src/Service/UwNodeContent.php b/src/Service/UwNodeContent.php
index 61e6d18c74d619605f7de2715e733472db73a3fb..69a427c6f3dc9c82446702b663a0dee98b71ca4c 100644
--- a/src/Service/UwNodeContent.php
+++ b/src/Service/UwNodeContent.php
@@ -343,6 +343,7 @@ class UwNodeContent {
         'has_children' => TRUE,
         'address' => $this->addToContentData('address', 'field_uw_event_location_address', 'Location address'),
         'map' => $this->addToContentData('map', 'field_uw_event_location_coord', 'Location coordinates'),
+        'map_link' => $this->addToContentData('link', 'field_uw_event_map', 'Map link'),
       ];
     }