Improve SEO metadata and structured data
هذا الالتزام موجود في:
7
components/json-ld.tsx
Normal file
7
components/json-ld.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
type JsonLdProps = {
|
||||
data: Record<string, unknown> | Array<Record<string, unknown>>;
|
||||
};
|
||||
|
||||
export function JsonLd({ data }: JsonLdProps) {
|
||||
return <script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(data) }} />;
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم