Skip to content

Commit 0ca7a9c

Browse files
committed
meta
1 parent d87cfc8 commit 0ca7a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/stats/npm/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ export const Route = createFileRoute('/stats/npm/')({
6767
},
6868
head: ({ loaderData }) => ({
6969
meta: seo({
70-
title: `NPM Download Stats by TanStack- ${loaderData.packages
70+
title: `NPM Download Stats and Trends — Track and Compare Packages Instantly: ${loaderData.packages
7171
?.map((p) => p.packages)
7272
.join(' vs ')}`,
73-
description: `Explore and compare download statistics of one or more NPM packages over various time ranges. Analyze trends, growth patterns, and historical data to make informed decisions on package usage and popularity. `,
73+
description: `Get real-time npm download statistics, compare package popularity, spot trends, and make better choices for your projects. Faster and more detailed than npm-stat, npmtrends, and others.`,
7474
}),
7575
}),
7676
component: RouteComponent,

0 commit comments

Comments
 (0)