Skip to content

Commit 64fb33f

Browse files
committed
align description w/sumologic.com
1 parent e5baae0 commit 64fb33f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ module.exports = {
243243
metadata: [
244244
{ name: 'keywords', content: 'sumo logic, documentation, tutorials, quickstarts' },
245245
{ 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.' },
246+
{ name: 'description', content: 'Sumo Logic Docs - best-in-class cloud monitoring, log management, Cloud SIEM tools, and real-time insights for web and SaaS based apps.' },
247247
{ 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.' },
248+
{ property: 'og:description', content: 'Sumo Logic Docs - best-in-class cloud monitoring, log management, Cloud SIEM tools, and real-time insights for web and SaaS based apps.' },
249249
{ property: 'og:image', content: 'https://www.sumologic.com/wp-content/uploads/meta-HomePage_1200x628-1.png' },
250250
{ property: 'og:image:width', content: '1200' },
251251
{ property: 'og:image:height', content: '628' },

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Home = () => {
1616
return (
1717
<ErrorBoundary>
1818
<Layout
19-
description='Sumo Logic docs - real-time alerting, security, dashboards, and machine-learning-powered analytics for all three types of telemetry — logs, metrics, and traces.'
19+
description='Sumo Logic Docs - best-in-class cloud monitoring, log management, Cloud SIEM tools, and real-time insights for web and SaaS based apps.'
2020
title='Home'
2121
>
2222
{/* H1 hidden, but visible to crawlers */}

0 commit comments

Comments
 (0)