Skip to content

Commit a4e238b

Browse files
committed
Add site_name opengraph meta
1 parent e0f9501 commit a4e238b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default function HTML(props) {
1717
/>
1818
<meta property="og:type" content="website" />
1919
<meta property="og:locale" content="en_US" />
20+
<meta property="og:site_name" content="Testing Required" />
2021
<meta property="og:image" content="/opengraph_preview.png" />
2122
{props.headComponents}
2223
</head>

0 commit comments

Comments
 (0)