دليل السيو الشامل الفصل 07 · الاسكيما
khbirseo.com

أكواد اسكيما جاهزة قابلة للتعديل

دليلك الشامل في تحسين محركات البحث

  • دقيقة قراءة
  • 8 أقسام
  • 37 من 97

مقدمة#

أكواد جاهزة يمكنك نسخها وتعديلها. غيّر القيم لتطابق صفحتك فعلاً، ولا تترك أي قيمة نموذجية كما هي.

قبل النسخ كل قيمة في هذه الأكواد يجب أن تكون موجودة ومرئية على صفحتك. سعر في الاسكيما لا يطابق المعروض، أو تقييم بلا مراجعات ظاهرة، مخالفة تستوجب إجراءً يدوياً.

1. منظمة (للصفحة الرئيسية)#

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "@id": "https://example.com/#org", "name": "اسم الشركة", "url": "https://example.com/", "logo": "https://example.com/logo.png", "foundingDate": "2020", "email": "[email protected]", "areaServed": ["EG", "SA", "AE"], "knowsAbout": ["تحسين محركات البحث", "التسويق الرقمي"], "sameAs": [ "https://www.linkedin.com/company/...", "https://x.com/..." ] } </script>

2. مقال#

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "headline": "عنوان المقال كما يظهر في H1", "description": "وصف مختصر للمقال", "inLanguage": "ar", "datePublished": "2025-01-15", "dateModified": "2025-07-31", "author": { "@type": "Person", "name": "اسم الكاتب", "url": "https://example.com/author/name" }, "publisher": { "@id": "https://example.com/#org" }, "mainEntityOfPage": { "@type": "WebPage", "@id": "https://example.com/article-url" } } </script>

3. منتج للشراء#

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Product", "name": "اسم المنتج", "description": "وصف المنتج", "image": "https://example.com/product.webp", "sku": "ABC-123", "brand": { "@type": "Brand", "name": "اسم العلامة" }, "offers": { "@type": "Offer", "url": "https://example.com/product", "price": "1500", "priceCurrency": "EGP", "availability": "https://schema.org/InStock", "priceValidUntil": "2025-12-31" } } </script>

أضف aggregateRating فقط إن كانت المراجعات ظاهرة فعلاً على الصفحة.

4. مسار التنقل#

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "الرئيسية", "item": "https://example.com/" }, { "@type": "ListItem", "position": 2, "name": "السيو التقني", "item": "https://example.com/technical-seo" }, { "@type": "ListItem", "position": 3, "name": "سرعة الموقع", "item": "https://example.com/page-speed" } ] } </script>

هذا أبسط نوع وأعلاه عائداً. ضعه على كل صفحة داخلية.

5. نشاط محلي#

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "اسم النشاط", "image": "https://example.com/store.webp", "telephone": "+20xxxxxxxxx", "address": { "@type": "PostalAddress", "streetAddress": "العنوان", "addressLocality": "القاهرة", "addressCountry": "EG" }, "openingHoursSpecification": [{ "@type": "OpeningHoursSpecification", "dayOfWeek": ["Saturday","Sunday","Monday","Tuesday","Wednesday"], "opens": "09:00", "closes": "17:00" }] } </script>

البيانات هنا يجب أن تطابق حرفياً ما في خرائط جوجل وبقية المنصات. الاتساق هو ما يبني الكيان.

6. أسئلة شائعة#

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{ "@type": "Question", "name": "كم يستغرق السيو حتى تظهر النتائج؟", "acceptedAnswer": { "@type": "Answer", "text": "عادة من 3 إلى 6 أشهر، ويعتمد على المنافسة وعمر الموقع." } }] } </script>
ملاحظة قلّص جوجل ظهور نتائج FAQ المنسّقة منذ 2023 وحصرها في نطاق محدود من المواقع. لا تبنِ استراتيجيتك عليها، لكن وجودها لا يضر ويساعد على فهم المحتوى. والشرط أن تكون الأسئلة ظاهرة فعلاً في نص الصفحة.

نصيحة أخيرة#

اختبر كل كود بأداة Rich Results Test قبل النشر، ثم راقب تقارير التحسينات في Search Console بعد أسابيع. الاسكيما من أكثر العناصر عرضة للخطأ الصامت: تبدو صحيحة وهي معطّلة.