schema

द्वारा coreyhaines31

जब उपयोगकर्ता अपनी साइट पर स्कीमा मार्कअप और संरचित डेटा जोड़ना, ठीक करना या अनुकूलित करना चाहता है। इसका उपयोग तब भी करें जब उपयोगकर्ता "स्कीमा मार्कअप," "संरचित डेटा," "JSON-LD," "रिच स्निपेट्स," "schema.org," "FAQ स्कीमा," "उत्पाद स्कीमा," "समीक्षा स्कीमा," "ब्रेडक्रंब स्कीमा," "Google रिच रिजल्ट्स," "नॉलेज पैनल," "खोज में स्टार रेटिंग," या "संरचित डेटा जोड़ें" का

npx skills add https://github.com/coreyhaines31/marketingskills --skill schema

Schema Markup

You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search.

Initial Assessment

Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Before implementing schema, understand:

  1. Page Type - What kind of page? What's the primary content? What rich results are possible?

  2. Current State - Any existing schema? Errors in implementation? Which rich results already appearing?

  3. Goals - Which rich results are you targeting? What's the business value?


Core Principles

1. Accuracy First

  • Schema must accurately represent page content
  • Don't markup content that doesn't exist
  • Keep updated when content changes

2. Use JSON-LD

  • Google recommends JSON-LD format
  • Easier to implement and maintain
  • Place in <head> or end of <body>

3. Follow Google's Guidelines

  • Only use markup Google supports
  • Avoid spam tactics
  • Review eligibility requirements

4. Validate Everything

  • Test before deploying
  • Monitor Search Console
  • Fix errors promptly

Common Schema Types

TypeUse ForRequired Properties
OrganizationCompany homepage/aboutname, url
WebSiteHomepage (search box)name, url
ArticleBlog posts, newsheadline, image, datePublished, author
ProductProduct pagesname, image, offers
SoftwareApplicationSaaS/app pagesname, offers
FAQPageFAQ contentmainEntity (Q&A array)
HowToTutorialsname, step
BreadcrumbListAny page with breadcrumbsitemListElement
LocalBusinessLocal business pagesname, address
EventEvents, webinarsname, startDate, location

For complete JSON-LD examples: See references/schema-examples.md


Quick Reference

Organization (Company Page)

Required: name, url Recommended: logo, sameAs (social profiles), contactPoint

Article/BlogPosting

Required: headline, image, datePublished, author Recommended: dateModified, publisher, description

Product

Required: name, image, offers (price + availability) Recommended: sku, brand, aggregateRating, review

FAQPage

Required: mainEntity (array of Question/Answer pairs)

BreadcrumbList

Required: itemListElement (array with position, name, item)


Multiple Schema Types

You can combine multiple schema types on one page using @graph:

{
  "@context": "https://schema.org",
  "@graph": [
    { "@type": "Organization", ... },
    { "@type": "WebSite", ... },
    { "@type": "BreadcrumbList", ... }
  ]
}

Validation and Testing

Tools

Common Errors

Missing required properties - Check Google's documentation for required fields

Invalid values - Dates must be ISO 8601, URLs fully qualified, enumerations exact

Mismatch with page content - Schema doesn't match visible content


Implementation

Static Sites

  • Add JSON-LD directly in HTML template
  • Use includes/partials for reusable schema

Dynamic Sites (React, Next.js)

  • Component that renders schema
  • Server-side rendered for SEO
  • Serialize data to JSON-LD

CMS / WordPress

  • Plugins (Yoast, Rank Math, Schema Pro)
  • Theme modifications
  • Custom fields to structured data

Output Format

Schema Implementation

// Full JSON-LD code block
{
  "@context": "https://schema.org",
  "@type": "...",
  // Complete markup
}

Testing Checklist

  • Validates in Rich Results Test
  • No errors or warnings
  • Matches page content
  • All required properties included

Task-Specific Questions

  1. What type of page is this?
  2. What rich results are you hoping to achieve?
  3. What data is available to populate the schema?
  4. Is there existing schema on the page?
  5. What's your tech stack?

Related Skills

  • seo-audit: For overall SEO including schema review
  • ai-seo: For AI search optimization (schema helps AI understand content)
  • programmatic-seo: For templated schema at scale
  • site-architecture: For breadcrumb structure and navigation schema planning

coreyhaines31 की और Skills

copywriting
coreyhaines31
जब उपयोगकर्ता किसी भी पृष्ठ के लिए मार्केटिंग कॉपी लिखना, फिर से लिखना या सुधारना चाहता है — जिसमें होमपेज, लैंडिंग पेज, मूल्य निर्धारण पेज, फीचर पेज, अबाउट पेज या उत्पाद पेज शामिल हैं। इसका उपयोग तब भी करें जब उपयोगकर्ता कहे "इसके लिए कॉपी लिखें," "इस कॉपी को सुधारें," "इस पेज को फिर से लिखें," "मार्केटिंग कॉपी," "हेडलाइन सहायता," "सीटीए कॉपी,
marketingcreativecommunication
seo-audit
coreyhaines31
जब उपयोगकर्ता अपनी साइट पर SEO समस्याओं का ऑडिट, समीक्षा या निदान करना चाहता है। इसका उपयोग तब भी करें जब उपयोगकर्ता "SEO ऑडिट," "तकनीकी SEO," "मैं रैंक क्यों नहीं कर रहा," "SEO समस्याएं," "ऑन-पेज SEO," "मेटा टैग समीक्षा," "SEO स्वास्थ्य जांच," "मेरा ट्रैफिक गिर गया," "रैंकिंग खो दी," "Google में नहीं दिख रहा," "साइट रैंक नहीं कर रही," "Google अपडेट ने मुझे मारा," "पेज स्प
marketingresearchdata-analysis
marketing-psychology
coreyhaines31
जब उपयोगकर्ता मार्केटिंग में मनोवैज्ञानिक सिद्धांतों, मानसिक मॉडल या व्यवहार विज्ञान को लागू करना चाहता है। तब भी उपयोग करें जब उपयोगकर्ता 'मनोविज्ञान,' 'मानसिक मॉडल,' 'संज्ञानात्मक पूर्वाग्रह,' 'अनुनय,' 'व्यवहार विज्ञान,' 'लोग क्यों खरीदते हैं,' 'निर्णय लेना,' 'उपभोक्ता व्यवहार,' 'एंकरिंग,' 'सामाजिक प्रमाण,' 'दुर्लभता,' 'हानि से बचाव,' 'फ्रेमिंग,' या 'नज' का उल्लेख
marketingresearch
content-strategy
coreyhaines31
जब उपयोगकर्ता सामग्री रणनीति की योजना बनाना चाहता है, यह तय करना चाहता है कि क्या सामग्री बनाई जाए, या यह पता लगाना चाहता है कि किन विषयों को कवर किया जाए। इसका उपयोग तब भी करें जब उपयोगकर्ता "सामग्री रणनीति," "मुझे किस बारे में लिखना चाहिए," "सामग्री विचार," "ब्लॉग रणनीति," "विषय समूह," "सामग्री योजना," "संपादकीय कैलेंडर," "सामग्री विपणन," "सामग्री रोडमैप," "मुझे क्या साम
marketingresearchcreative
ai-seo
coreyhaines31
जब उपयोगकर्ता AI खोज इंजनों के लिए सामग्री अनुकूलित करना चाहता है, LLMs द्वारा उद्धृत होना चाहता है, या AI-जनित उत्तरों में दिखना चाहता है। इसका उपयोग तब भी करें जब उपयोगकर्ता 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' या 'optimize for Claude/Gemini' का उल्लेख करता है। इसका उपयोग तब करें जब कोई...
marketingresearch
programmatic-seo
coreyhaines31
जब उपयोगकर्ता टेम्पलेट और डेटा का उपयोग करके बड़े पैमाने पर SEO-संचालित पेज बनाना चाहता है। इसका उपयोग तब भी करें जब उपयोगकर्ता "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," "building many pages for SEO," "pSEO," "generate 100 pages," "data-driven pages," या "templated landing pages" का उल्लेख करता है। इसका उपयोग तब करें जब कोई विभिन्न कीवर्ड या स्थानों को लक्षित करते हुए कई समान पेज बनाना चाहता है। के लिए...
marketingdata-analysisweb-scraping
marketing-ideas
coreyhaines31
जब उपयोगकर्ता को अपने SaaS या सॉफ़्टवेयर उत्पाद के लिए मार्केटिंग विचारों, प्रेरणा या रणनीतियों की आवश्यकता हो। इसका उपयोग तब भी करें जब उपयोगकर्ता 'मार्केटिंग आइडियाज़,' 'ग्रोथ आइडियाज़,' 'हाउ टू मार्केट,' 'मार्केटिंग स्ट्रैटेजीज़,' 'मार्केटिंग टैक्टिक्स,' 'वेज़ टू प्रमोट,' 'आइडियाज़ टू ग्रो,' 'व्हाट एल्स कैन आई ट्राई,' 'आई डोंट नो हाउ टू मार्केट दिस,' 'ब्रेन
marketing
copy-editing
coreyhaines31
जब उपयोगकर्ता मौजूदा मार्केटिंग कॉपी को संपादित, समीक्षा या सुधारना चाहता है, या पुरानी सामग्री को ताज़ा करना चाहता है। इसका उपयोग तब भी करें जब उपयोगकर्ता 'इस कॉपी को संपादित करें,' 'मेरी कॉपी की समीक्षा करें,' 'कॉपी फीडबैक,' 'प्रूफरीड,' 'इसे पॉलिश करें,' 'इसे बेहतर बनाएं,' 'कॉपी स्वीप,' 'इसे टाइट करें,' 'यह अटपटा लगता है,' 'इस टेक्स्ट को साफ करें,' 'बहुत शब्द
documentcommunicationmarketing