We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55db82 commit 3e9bcf2Copy full SHA for 3e9bcf2
src/components/Conf/Seo/index.tsx
@@ -24,10 +24,10 @@ export default function SeoConf(props: {
24
<>
25
<title>{title}</title>
26
<meta name="description" content={description} />
27
- <meta property="og:type" content="event" />
28
<meta property="og:title" content={title} />
29
<meta property="og:description" content={description} />
30
<meta property="og:image" content={image} />
+ <meta properpty="og:image:alt" content="GraphQLConf 2023 hosted by the GraphQL Foundation. September 19-21, 2023. San Francisco Bay Area, California" />
31
<meta name="twitter:site" content="@graphql" />
32
<meta name="twitter:card" content="summary_large_image" />
33
<meta name="twitter:title" content={twitterTitle} />
0 commit comments