This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-09 16:42:46 +05:00
parent a9161b16b9
commit 4c2dc6a0f5
4 changed files with 109 additions and 6 deletions

View File

@@ -7,8 +7,6 @@ import { getMessages } from "next-intl/server";
import { InitialLoading } from "@/components/initialLoading/initialLoading";
import { Providers } from "@/components/provider";
("info@ignum-tech.com");
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],
@@ -20,10 +18,77 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "FireForce - Emergency Services",
title: {
default: "Ignum Technologies - Fire Safety Systems Installation & Sales",
template: "%s | Ignum Technologies",
},
description:
"FireForce - Your trusted emergency response team bringing calm amidst chaos",
generator: "v0.app",
"Ignum Technologies specializes in professional fire safety systems installation and sales. Protect your property with cutting-edge fire detection, suppression, and alarm systems from certified experts.",
keywords: [
"fire safety systems",
"fire alarm installation",
"fire suppression systems",
"fire detection",
"Ignum Technologies",
"fire safety equipment",
"fire protection services",
"commercial fire systems",
"residential fire safety",
],
authors: [{ name: "Ignum Technologies" }],
creator: "Ignum Technologies",
publisher: "Ignum Technologies",
formatDetection: {
email: false,
address: false,
telephone: false,
},
metadataBase: new URL("https://ignum-tech.com"), // O'zingizning domen manzilingizni kiriting
alternates: {
canonical: "/",
},
openGraph: {
type: "website",
locale: "uz_UZ",
url: "https://ignum-tech.com",
siteName: "Ignum Technologies",
title: "Ignum Technologies - Professional Fire Safety Systems",
description:
"Leading provider of fire safety systems installation and sales. Comprehensive fire protection solutions including detection, suppression, and alarm systems for commercial and residential properties.",
images: [
{
url: "/og-image.jpg", // 1200x630 o'lchamda rasm qo'shing
width: 1200,
height: 630,
alt: "Ignum Technologies - Fire Safety Systems",
},
{
url: "/og-image-square.jpg", // 1200x1200 o'lchamda rasm qo'shing
width: 1200,
height: 1200,
alt: "Ignum Technologies Logo",
},
],
},
twitter: {
card: "summary_large_image",
title: "Ignum Technologies - Fire Safety Systems Installation & Sales",
description:
"Professional fire safety systems installation and sales. Protect your property with certified fire detection, suppression, and alarm solutions.",
images: ["/twitter-image.jpg"], // 1200x600 o'lchamda rasm qo'shing
creator: "@ignumtech", // Twitter username-ingizni kiriting
},
robots: {
index: true,
follow: true,
googleBot: {
index: true,
follow: true,
"max-video-preview": -1,
"max-image-preview": "large",
"max-snippet": -1,
},
},
icons: {
icon: [
{
@@ -41,6 +106,10 @@ export const metadata: Metadata = {
],
apple: "/apple-icon.png",
},
verification: {
google: "your-google-verification-code", // Google Search Console verification kodi
// yandex: "your-yandex-verification-code", // Agar kerak bo'lsa
},
};
export default async function RootLayout({
@@ -52,8 +121,17 @@ export default async function RootLayout({
}>) {
const { locale } = await params;
const messages: any = await getMessages();
return (
<html lang={locale} suppressHydrationWarning>
<head>
{/* Qo'shimcha SEO elementlar */}
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#FF4500" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Ignum Tech" />
</head>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
@@ -64,4 +142,4 @@ export default async function RootLayout({
</body>
</html>
);
}
}

21
public/manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Ignum Technologies - Fire Safety Systems",
"short_name": "Ignum Tech",
"description": "Professional fire safety systems installation and sales",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#FF4500",
"icons": [
{
"src": "/og-image.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/og-image.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

View File

Before

Width:  |  Height:  |  Size: 353 KiB

After

Width:  |  Height:  |  Size: 353 KiB

4
public/robots.txt Normal file
View File

@@ -0,0 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://ignum-tech.com/sitemap.xml