diff --git a/structured_data.module b/structured_data.module
index 0bbab6f164512f2514790618dfc9ab5bb6a00a1c..5294bf90d9be42f0563b13a551f3275dd7cff3bc 100644
--- a/structured_data.module
+++ b/structured_data.module
@@ -82,8 +82,9 @@ function structured_data_preprocess_html(&$vars) {
   if ($social_links) {
     $structured_data['sameAs'] = $social_links;
   }
-
-
+  
+  drupal_alter('structured_data_preprocess_html', $structured_data);
+  
   // If there is any sructured data, add it to the page.
   if (!empty($structured_data)) {
     $json_ld_script = array(
