Skip to content

Commit 88624e2

Browse files
committed
Добавлены новые метаданные на главной странице и текст запроса на индивидуальный патч на странице заказа. Обновлены правила для robots.txt для разрешения доступа к странице заказа и манифесту сайта.
1 parent ce41000 commit 88624e2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

app/order/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ export default function OrderPage() {
3030
<h1 className="text-4xl font-bold mb-6 text-center">
3131
Request Custom Patch
3232
</h1>
33+
<p className="text-center text-gray-400 mb-6">
34+
Can&apos;t find the tone you need? Request a custom patch and
35+
we&apos;ll add it in a few days and email you when it&apos;s ready.
36+
</p>
3337

3438
<div className="bg-gray-800/50 backdrop-blur-sm border border-white/10 rounded-lg p-6">
3539
<div className="flex justify-center">

app/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export const metadata: Metadata = {
2626
"Download free NUX Mighty Plug Pro and Mighty Space patches and guitar presets. Fully compatible with both devices. Explore authentic tones for rock, blues, and metal. Easy to use, tested by real musicians.",
2727
images: ["/images/og-image.svg"],
2828
},
29+
alternates: {
30+
canonical: "https://nxrig.com/",
31+
},
2932
};
3033

3134
export default function Home() {

public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ Disallow: /
33
Allow: /$
44
Allow: /preset/
55
Allow: /sitemap.xml
6+
Allow: /order
7+
Allow: /site.webmanifest
68

79
Sitemap: https://nxrig.com/sitemap.xml

0 commit comments

Comments
 (0)