diff --git a/components/SEO.js b/components/SEO.js index d1aa7ee..eb79904 100644 --- a/components/SEO.js +++ b/components/SEO.js @@ -39,7 +39,6 @@ export const BlogSeo = ({ title, summary, date, lastmod, url, images = [] }) => return { '@type': 'ImageObject', url: `${siteMetadata.siteUrl}${img}`, - alt: title, } })