Remove property alt
It's not recognized for an object of type ImageObject
This commit is contained in:
parent
aa493147da
commit
179366a1b0
@ -39,7 +39,6 @@ export const BlogSeo = ({ title, summary, date, lastmod, url, images = [] }) =>
|
||||
return {
|
||||
'@type': 'ImageObject',
|
||||
url: `${siteMetadata.siteUrl}${img}`,
|
||||
alt: title,
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user