diff --git a/metatag.module b/metatag.module
index 1758e00..881b26e 100644
--- a/metatag.module
+++ b/metatag.module
@@ -2546,6 +2546,8 @@ function metatag_entity_type_is_suitable($entity_type, $entity_info = array()) {
     else {
       // Specifically disable some entity types.
       $excluded = array(
+        // Comment module.
+        'comment',
         // Field Collection module.
         'field_collection_item',
         // Paragraphs module.
