add missing meta tag

This commit is contained in:
AykutSarac 2022-04-15 16:43:12 +03:00
parent 4f0ee7b951
commit 03d2ff988d

View File

@ -15,6 +15,8 @@ export const SeoTags: React.FC<SeoTagsProps> = ({
}) => {
return (
<>
<meta name="description" content={description} />
{/* <!-- Facebook Meta Tags --> */}
<meta property="og:url" content={baseURL} />
<meta property="og:type" content="website" />