diff --git a/pages/standards/components/ServiceTag.tsx b/components/it-standards/ServiceTag.tsx
similarity index 90%
rename from pages/standards/components/ServiceTag.tsx
rename to components/it-standards/ServiceTag.tsx
index 38d8184291457df79979398568499fef3f0425d1..08c9fe25661eaf749097139d2fc624c075ca7830 100644
--- a/pages/standards/components/ServiceTag.tsx
+++ b/components/it-standards/ServiceTag.tsx
@@ -1,7 +1,7 @@
 import Chip from '@/components/Chip'
 import { Tag } from 'types/content/'
 import { translateLabel, translateTag } from '@/lib/utils/labelHelper'
-import Lifecycle from 'pages/standards/components/ServiceTagLifecycle'
+import Lifecycle from '@/components/it-standards/ServiceTagLifecycle'
 
 type ServiceTagOptions = {
   tag: Tag,
diff --git a/pages/standards/components/ServiceTagLifecycle.tsx b/components/it-standards/ServiceTagLifecycle.tsx
similarity index 100%
rename from pages/standards/components/ServiceTagLifecycle.tsx
rename to components/it-standards/ServiceTagLifecycle.tsx
diff --git a/pages/standards/index.tsx b/pages/standards/index.tsx
index 851eec19ba7bda6dbed705dba3c0f9cf1fd18a50..44fbc8e1a0d5ce0bba1b2c8c4e5388b1e66f072d 100644
--- a/pages/standards/index.tsx
+++ b/pages/standards/index.tsx
@@ -12,7 +12,7 @@ import { handleMailtoEvent, encodeEmail } from '@/lib/utils'
 import { remark } from 'remark'
 import html from 'remark-html'
 import Tooltip from '@/components/Tooltip'
-import ServiceTag from 'pages/standards/components/ServiceTag'
+import ServiceTag from '@/components/it-standards/ServiceTag'
 import Chip from '@/components/Chip'
 import Link from 'next/link'