Skip to content

Commit

Permalink
[docs] Fix seo issues on v4 (#28999)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Oct 12, 2021
1 parent 13d0d98 commit c545cca
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/pages/blog/2021-q1-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ We will cross the ten-person milestone in the coming weeks (11).

We have the following objectives:

- Finish the implementation of the rebranding. A preview, the [about](https://next.material-ui.com/branding/about/) and [pricing](https://next.material-ui.com/branding/pricing/) pages.
- Finish the implementation of the rebranding. A preview, the [about](https://mui.com/about/) and [pricing](https://mui.com/pricing/) pages.
- Onboard the new members and scale our processes as we double the size of the organization this quarter.

### Core components
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ export default function LandingPage(props) {
"@context": "https://schema.org",
"@type": "Organization",
"name": "Material-UI",
"url": "https://v4.material-ui.com/",
"logo": "https://v4.material-ui.com/static/logo.png",
"url": "https://v4.mui.com/",
"logo": "https://v4.mui.com/static/logo.png",
"sameAs": [
"https://twitter.com/materialUI",
"https://github.com/mui-org/material-ui",
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Page.getInitialProps = async () => {
// Legacy documentation.
versions.push({
version: 'v0',
url: 'https://v0.material-ui.com',
url: 'https://v0.mui.com',
});
versions = versions.sort((a, b) =>
formatVersion(b.version).localeCompare(formatVersion(a.version)),
Expand All @@ -63,7 +63,7 @@ Page.getInitialProps = async () => {
) {
versions.unshift({
version: `v${Number(versions[0].version[1]) + 1} pre-release`,
url: 'https://next.material-ui.com',
url: 'https://next.mui.com',
});
}

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/developer-advocate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## About us

See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
See the [careers](/company/careers/) and [about us](https://mui.com/about/) pages.

### Why we're hiring

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/full-stack-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## About us

See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
See the [careers](/company/careers/) and [about us](https://mui.com/about/) pages.

### Why we're hiring

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/product-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## About us

See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
See the [careers](/company/careers/) and [about us](https://mui.com/about/) pages.

### Why we're hiring

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/company/careers/react-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## About us

See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
See the [careers](/company/careers/) and [about us](https://mui.com/about/) pages.

### Why we're hiring

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## About us

See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
See the [careers](/company/careers/) and [about us](https://mui.com/about/) pages.

### Why we're hiring

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
- Start date: Flexible.
- We're a remote company, we prefer asynchronous communication over meetings.
- We work independently; the rest of us won't know what you're doing day-to-day unless you tell us.
- We expect the internship to be at least two months long.
- We expect the internship to be at least two months long.

## About Us

See the [careers](/company/careers/) and [about us](https://next.material-ui.com/branding/about/) pages.
See the [careers](/company/careers/) and [about us](https://mui.com/about/) pages.

### Why we're hiring

Expand Down

0 comments on commit c545cca

Please sign in to comment.