Skip to content

Commit

Permalink
fix(nx-dev): SEO tags (#28823)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #

(cherry picked from commit 6a3d864)
  • Loading branch information
juristr authored and FrozenPandaz committed Nov 7, 2024
1 parent 8916ab9 commit d1be09a
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/brands/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/nx-cloud/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/podcast/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/powerpack/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/app/resources/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const metadata: Metadata = {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
},
};
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/advent-of-code/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function AdventOfCode(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default function Changelog(props: ChangeLogProps): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Community(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/company.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Company(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/conf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function ConfPage(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/contact/engineering.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function EngineeringTeam(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/contact/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Contact(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/contact/sales.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function ContactSales(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
6 changes: 3 additions & 3 deletions nx-dev/nx-dev/pages/customers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export function Customers(): JSX.Element {
<>
<NextSeo
title="Our customers"
description="Our customers are spread across the USA, Canada, UK, and Europe."
description="See how companies and open-source projects worldwide use Nx to accelerate development and boost productivity."
openGraph={{
url: 'https://nx.dev' + router.asPath,
title: 'Customers',
description:
'Our customers are spread across the USA, Canada, UK, and Europe.',
'See how companies and open-source projects worldwide use Nx to accelerate development and boost productivity.',
images: [
{
url: 'https://nx.dev/socials/nx-media.png',
Expand All @@ -29,7 +29,7 @@ export function Customers(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/enterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function Enterprise(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/launch-nx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ConfPage(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/nx-api/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Packages({
type: 'image/png',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/plugin-registry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function Browse(props: BrowseProps): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/pages/powerpack/license.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Contact(): JSX.Element {
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/pages/tips.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,11 @@ export default function NewYear(): JSX.Element {
url: 'https://nx.dev/socials/nx-media.png',
width: 800,
height: 421,
alt: 'Nx: Smart, Fast and Extensible Build System',
alt: 'Nx: Smart Monorepos · Fast CI',
type: 'image/jpeg',
},
],
siteName: 'NxDev',
siteName: 'Nx',
type: 'website',
}}
/>
Expand Down
2 changes: 1 addition & 1 deletion nx-dev/ui-blog/src/lib/blog-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function generateMetadata({ post }: BlogDetailsProps) {
: 'https://nx.dev/socials/nx-media.png',
width: 800,
height: 421,
alt: 'Nx: Smart, Fast and Extensible Build System',
alt: 'Nx: Smart Monorepos · Fast CI',
type: 'image/jpeg',
},
],
Expand Down

0 comments on commit d1be09a

Please sign in to comment.