Skip to content

Commit 772f944

Browse files
authored
Add meta tag for Bing site verification (#5082)
1 parent 309eafd commit 772f944

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docusaurus.config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,14 @@ module.exports = {
248248
},
249249
},
250250
// SEO Global Metadata
251-
metadata: [{name: 'keywords', content: 'sumo logic, documentation, tutorials, quickstarts'}],
251+
metadata: [
252+
{
253+
name: 'keywords', content: 'sumo logic, documentation, tutorials, quickstarts',
254+
},
255+
{
256+
name: 'msvalidate.01', content: 'BA6FBE48309F6E1CFFD055E769857586'
257+
},
258+
],
252259
imageZoom: {
253260
selector: '.markdown :not(a) > img',
254261
// Optional medium-zoom options

0 commit comments

Comments
 (0)