Skip to content

Commit

Permalink
[website] Optimize meta description length (#34006)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 22, 2022
1 parent eec61a1 commit a31d916
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/pages/about.tsx
Expand Up @@ -827,7 +827,7 @@ export default function About() {
<BrandingProvider>
<Head
title="About us - MUI"
description="MUI (formerly Material UI) started back in 2014 to unify React and Material Design. Today, MUI has grown to become one of the world's most popular React libraries – used by a vibrant community of more than 2M developers in over 180 countries."
description="Our mission is to empower anyone to build UIs, faster. We're reducing the entry barrier, making design skills accessible."
/>
<AppHeaderBanner />
<AppHeader />
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/material-ui-v1-is-out.md
@@ -1,6 +1,6 @@
---
title: Material UI v1 is out 🎉
description: Material UI v1 is out 🎉
description: It has taken us two years to do it, but Material UI v1 has finally arrived!
date: 2018-05-18T00:00:00.000Z
authors: ['oliviertassinari', 'mbrookes']
tags: ['Company']
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/material-ui-v4-is-out.md
@@ -1,6 +1,6 @@
---
title: Material UI v4 is out 🎉
description: Material UI v4 is out 🎉
description: Material UI v4 has finally arrived. We are so excited about this release, as it defines better foundations for the UI components.
date: 2019-05-23T00:00:00.000Z
authors: ['oliviertassinari', 'mbrookes', 'eps1lon']
tags: ['Company']
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/careers.tsx
Expand Up @@ -286,8 +286,8 @@ function CareersContent() {
minHeight: 48, // a hack to reduce CLS (layout shift)
}}
>
Our mission is to empower anyone to build UIs, faster. We&apos;re reducing the entry
barrier, making design skills accessible.
Our mission is to enable developers at every level of ability to build great UIs,
faster.
</Typography>
</Box>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/core.tsx
Expand Up @@ -16,7 +16,7 @@ export default function Home() {
<BrandingProvider>
<Head
title="MUI Core: Ready to use components, free forever"
description="Get a growing list of components, ready-to-use, free forever and with accessibility always in mind. We've built the foundational UI blocks for your design system so you don't have to."
description="Get a growing list of components, ready-to-use, free forever and with accessibility always in mind."
card="/static/social-previews/core-preview.jpg"
/>
<AppHeaderBanner />
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui.tsx
Expand Up @@ -55,7 +55,7 @@ export default function Components() {
<BrandingProvider>
<Head
title="React Components - Material UI"
description="MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design. You will develop React applications faster."
description="MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design."
/>
<AppHeader />
<main id="main-content">
Expand Down

0 comments on commit a31d916

Please sign in to comment.