Skip to content

Commit e5baae0

Browse files
committed
Add missing global metadata tags - SEO
1 parent 82d523f commit e5baae0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docusaurus.config.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,15 @@ module.exports = {
241241
},
242242
// SEO Global Metadata
243243
metadata: [
244-
{
245-
name: 'keywords', content: 'sumo logic, documentation, tutorials, quickstarts',
246-
},
247-
{
248-
name: 'msvalidate.01', content: 'BA6FBE48309F6E1CFFD055E769857586'
249-
},
244+
{ name: 'keywords', content: 'sumo logic, documentation, tutorials, quickstarts' },
245+
{ name: 'msvalidate.01', content: 'BA6FBE48309F6E1CFFD055E769857586' },
246+
{ name: 'description', content: 'Sumo Logic Docs - real-time alerting, security, dashboards, and machine-learning-powered analytics for all three types of telemetry — logs, metrics, and traces.' },
247+
{ property: 'og:site_name', content: 'Sumo Logic Docs' },
248+
{ property: 'og:description', content: 'Sumo Logic Docs – real-time alerting, security, dashboards, and ML-powered analytics for logs, metrics, and traces.' },
249+
{ property: 'og:image', content: 'https://www.sumologic.com/wp-content/uploads/meta-HomePage_1200x628-1.png' },
250+
{ property: 'og:image:width', content: '1200' },
251+
{ property: 'og:image:height', content: '628' },
252+
{ property: 'og:image:alt', content: 'Sumo Logic Docs' },
250253
],
251254
announcementBar: {
252255
id: 'blackhat',

0 commit comments

Comments
 (0)