Skip to content

Commit 312d5ab

Browse files
[docs] Fix SEO regression (#40306)
1 parent b8ca4da commit 312d5ab

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

docs/data/base/getting-started/overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44

55
# Base UI - Overview
66

7-
<p class="description">Base UI is a library of headless ("unstyled") React UI components and low-level hooks.</p>
7+
<p class="description">Base UI is a library of headless ("unstyled") React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.</p>
88

99
## Introduction
1010

docs/data/joy/getting-started/overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44

55
# Joy UI - Overview
66

7-
<p class="description">Joy UI is a library of beautifully designed React UI components built to spark joy in the development process.</p>
7+
<p class="description">Joy UI is an open-source React component library that implements MUI's own in-house design principles. It's comprehensive and can be used in production out of the box.</p>
88

99
## Introduction
1010

docs/data/material/getting-started/overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44

55
# Material UI - Overview
66

7-
<p class="description">Material UI is a library of React UI components that implements Google's Material Design.</p>
7+
<p class="description">Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.</p>
88

99
## Introduction
1010

docs/data/system/getting-started/overview/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44

55
# MUI System - Overview
66

7-
<p class="description">MUI System is a collection of CSS utilities for rapidly laying out custom designs with MUI component libraries.</p>
7+
<p class="description">MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.</p>
88

99
## Introduction
1010

docs/pages/base-ui.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export default function Core() {
1717
<BrandingCssVarsProvider>
1818
<Head
1919
title="Base UI: Unstyled React components and low-level hooks."
20-
description={`Base UI is a library of headless ("unstyled") React UI components and low-level hooks.
21-
You can style them with any CSS solutions like PostCSS or Tailwind CSS.`}
20+
description={`Base UI is a library of headless ("unstyled") React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.`}
2221
card="/static/social-previews/baseui-preview.jpg"
2322
>
2423
{/* eslint-disable-next-line @next/next/no-page-custom-font */}

docs/pages/core.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Core() {
1414
return (
1515
<BrandingCssVarsProvider>
1616
<Head
17-
title="MUI Core: Ready-to-use foundational React components, free forever."
17+
title="MUI Core: Ready-to-use React components, free forever"
1818
description="Get a growing list of React components, ready-to-use, free forever and with accessibility always in mind."
1919
card="/static/social-previews/core-preview.jpg"
2020
/>

docs/pages/material-ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Core() {
1818
return (
1919
<BrandingCssVarsProvider>
2020
<Head
21-
title="Material UI: A meticulous React implementation of Google's Material Design."
21+
title="Material UI: React components that implement Material Design"
2222
description="Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box."
2323
card="/static/social-previews/materialui-preview.jpg"
2424
/>

docs/pages/x.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function X() {
1717
return (
1818
<BrandingCssVarsProvider>
1919
<Head
20-
title="MUI X: Advanced and powerful components for complex use cases."
20+
title="MUI X: Advanced React components for complex use cases"
2121
description="Build complex and data-rich applications using a growing list of advanced React
2222
components, like the Data Grid, Date and Time Pickers, Charts, and more!"
2323
card="/static/social-previews/muix-preview.jpg"

docs/src/components/header/HeaderNavDropdown.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const PRODUCTS = [
6767
},
6868
{
6969
name: 'Templates',
70-
description: 'Fully built Material UI templates for your application.',
70+
description: 'Fully built, out-of-the-box, templates for your application.',
7171
href: ROUTES.productTemplates,
7272
},
7373
{
@@ -86,12 +86,12 @@ const PRODUCTS = [
8686
const DOCS = [
8787
{
8888
name: 'Material UI',
89-
description: `A meticulous React implementation of Google's Material Design.`,
89+
description: "Component library that implements Google's Material Design.",
9090
href: ROUTES.materialDocs,
9191
},
9292
{
9393
name: 'Joy UI',
94-
description: 'React components for building your design system.',
94+
description: "Component library that implements MUI's own in-house design principles.",
9595
href: ROUTES.joyDocs,
9696
},
9797
{
@@ -106,7 +106,7 @@ const DOCS = [
106106
},
107107
{
108108
name: 'MUI X',
109-
description: 'Advanced and powerful components for complex use cases.',
109+
description: 'Advanced components for complex use cases.',
110110
href: ROUTES.xIntro,
111111
},
112112
{

docs/src/components/productCore/CoreProducts.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,21 @@ const content = [
1616
// icon:
1717
title: 'Joy UI',
1818
description:
19-
"An easy to customize open-source React component library that implements MUI's own in-house design principles by default.",
19+
"An open-source React component library that implements MUI's own in-house design principles.",
2020
link: '/joy-ui/getting-started/',
2121
},
2222
{
2323
// icon:
2424
title: 'Base UI',
2525
description:
26-
"A library of unstyled React UI components and hooks. With Base UI, you gain complete control over your app's CSS and accessibility features.",
26+
"A library of unstyled React components and low-level hooks. With Base UI, you gain complete control over your app's CSS and accessibility features.",
2727
link: '/base-ui/',
2828
},
2929
{
3030
// icon:
3131
title: 'MUI System',
32-
description: 'A set of CSS utilities to help you build custom designs more efficiently.',
32+
description:
33+
'A set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.',
3334
link: '/system/getting-started/',
3435
},
3536
];

0 commit comments

Comments
 (0)