From 179366a1b030720085106b19dee2d9af328569df Mon Sep 17 00:00:00 2001 From: Ahmad Al Maaz Date: Thu, 24 Jun 2021 19:59:23 +0300 Subject: [PATCH] Remove property `alt` It's not recognized for an object of type ImageObject --- components/SEO.js | 1 - 1 file changed, 1 deletion(-) 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, } })