diff --git a/src/components/IOSeo.js b/src/components/IOSeo.js
index ec023e6b..747c62b2 100644
--- a/src/components/IOSeo.js
+++ b/src/components/IOSeo.js
@@ -29,14 +29,14 @@ function IOSeo({ description, meta, title, tags, location, type }) {
'/instant-observability/dotnet/2dff13b6-0fac-43a6-abc6-57f0a3299639/',
'/instant-observability/codestream/29bd9a4a-1c19-4219-9694-0942f6411ce7/',
];
- // if (crazyEggPathnames.includes(location.pathname))
- // return (
- //
- // );
+ if (crazyEggPathnames.includes(location.pathname))
+ return (
+
+ );
};
const metaDescription = description || site.siteMetadata.description;