seo check

This commit is contained in:
hamed
2026-06-05 21:28:12 +03:30
parent 3c9013ff0c
commit 35408b059a
10 changed files with 368 additions and 115 deletions
+13
View File
@@ -1,5 +1,18 @@
import AboutUsPage from "@/components/aboutUs";
import Layout from "@/components/layout/StLayout";
import { getStateInfo } from "@/lib/getStateInfo";
export async function generateMetadata() {
const { matchedCity } = await getStateInfo();
const siteName = matchedCity?.site_name || "نوبت 724";
const title = `درباره ما | ${siteName}`;
const description = `آشنایی با ${siteName}، سیستم آنلاین نوبت‌دهی پزشکی. هدف ما ارائه خدمات سریع و کارآمد رزرو نوبت پزشکی برای همه مردم است.`;
return {
title,
description,
openGraph: { title, description },
};
}
function AboutUs() {
return (