diff --git a/examples/fivethirtyeight/pages/index.tsx b/examples/fivethirtyeight/pages/index.tsx
index 8b21d39c..fd01424d 100644
--- a/examples/fivethirtyeight/pages/index.tsx
+++ b/examples/fivethirtyeight/pages/index.tsx
@@ -3,6 +3,7 @@ import { Inter } from 'next/font/google';
import { format } from 'timeago.js';
import { promises as fs } from 'fs';
import path from 'path';
+import { NextSeo } from 'next-seo';
const inter = Inter({ subsets: ['latin'] });
@@ -141,6 +142,7 @@ export async function getStaticProps() {
export default function Home({ datasets }: { datasets: Dataset[] }) {
return (
<>
+