diff --git a/uuid.core.inc b/uuid.core.inc
index e54b556..4115659 100644
--- a/uuid.core.inc
+++ b/uuid.core.inc
@@ -405,3 +405,14 @@ function workbench_uuid_entities_features_export_entity_alter(&$entity, $entity_
 /**
  * @} End of "Export alterations"
  */
+
+/**
+ * UUID integration
+ */
+
+/**
+ * Implements hook_clone_node_alter()
+ */
+function uuid_clone_node_alter(&$node, $original_node, $method) {
+  $node->uuid = '';
+}
\ No newline at end of file
