diff --git a/src/Plugin/SystemTagFinder/SystemTagBlockFinder.php b/src/Plugin/SystemTagFinder/SystemTagBlockFinder.php
new file mode 100644
index 0000000..7ca64d5
--- /dev/null
+++ b/src/Plugin/SystemTagFinder/SystemTagBlockFinder.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\system_tags\Plugin\SystemTagFinder;
+
+use Drupal\system_tags\SystemTagFinder\SystemTagFinderPluginBase;
+
+/**
+ * Class SystemTagBlockFinder.
+ *
+ * @package Drupal\system_tags\Plugin\SystemTagFinder
+ *
+ * @SystemTagFinder(
+ *   id = "system_tag_block_finder",
+ *   entity_type = "block_content"
+ * )
+ */
+class SystemTagBlockFinder extends SystemTagFinderPluginBase {
+}
