Schema Markup Generator for E-Commerce & Service Pages
SEO & SearchadvancedClaude 3.5 Sonnet or GPT-4o. Both excel at generating valid, semantically correct JSON-LD with proper schema.org compliance. Claude handles complex nested structures slightly better; GPT-4o provides more detailed implementation guidance.
When to Use This Prompt
Use this prompt when you need to implement structured data for SEO on product pages, service offerings, blog articles, or local business listings. It's essential for improving rich snippets, knowledge panels, and search visibility. Perfect for marketing teams collaborating with developers on technical SEO improvements.
The Prompt
You are an expert in structured data and schema markup implementation. Generate production-ready schema markup code for the following page.
## Page Details
- Page Type: [PRODUCT/SERVICE/ARTICLE/LOCAL_BUSINESS/EVENT]
- Primary Purpose: [Describe what the page is about]
- Target Audience: [Who this page serves]
- Key Information to Highlight: [List 3-5 critical data points]
## Content to Mark Up
[Paste the page content, product description, service details, or article text here]
## Business Context
- Business Name: [Your company name]
- Industry/Category: [Industry vertical]
- Primary Goal: [Increase visibility in search results/improve CTR/drive conversions]
- Current Search Performance: [Any known ranking issues or keywords you want to target]
## Requirements
1. Generate valid JSON-LD schema markup (preferred format for modern SEO)
2. Include all relevant properties for the page type selected
3. Ensure schema is semantically accurate and complete
4. Add breadcrumb schema if applicable
5. Include organization schema in footer context if this is a business page
6. Validate against schema.org specifications
7. Add comments explaining each major section
8. Highlight any optional but recommended properties
## Output Format
Provide:
1. Complete, copy-paste-ready JSON-LD code block
2. Brief explanation of schema structure and key properties
3. Implementation notes (where to place in HTML head)
4. 3-5 specific recommendations for improving search visibility
5. Any warnings about common implementation mistakes
## Additional Considerations
- Ensure all URLs are absolute (include domain)
- Use ISO 8601 format for dates
- Include aggregateRating if you have review data
- Add image URLs with proper dimensions where applicable
- Consider mobile-first indexing implications
Get the Full AI Marketing Learning Path
Courses, workshops, frameworks, daily intelligence, and 6 proprietary tools — built for marketing leaders adopting AI.
Trusted by 10,000+ Directors and CMOs.
Tips for Best Results
- 1.Always validate generated schema using Google's Rich Results Test and Schema.org validator before deployment to catch syntax errors early.
- 2.Include aggregateRating and review schema when available—these directly enable rich snippets that increase click-through rates by 20-30% in search results.
- 3.Use absolute URLs (with domain) for all image and link properties; relative URLs won't work with schema markup validation tools.
- 4.Test schema markup in Google Search Console's Rich Results report after implementation to confirm Google recognizes and displays your structured data correctly.
Example Output
```json
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Professional Marketing Analytics Dashboard",
"description": "Real-time analytics platform for tracking marketing performance across all channels",
"image": "https://example.com/images/dashboard-hero.jpg",
"brand": {
"@type": "Brand",
"name": "MarketingPro"
},
"offers": {
"@type": "Offer",
"url": "https://example.com/dashboard",
"priceCurrency": "USD",
"price": "99.00",
"priceValidUntil": "2025-12-31",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "247"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5"
},
"author": {
"@type": "Person",
"name": "Sarah Chen"
},
"reviewBody": "Transformed our marketing reporting process"
}
}
```
**Implementation Notes:** Place this code in the `<head>` section of your HTML. Validate using Google's Rich Results Test before publishing. The aggregateRating schema enables star ratings in search results, potentially increasing CTR by 15-30%.
Related Prompts
Related Reading
Get the Full AI Marketing Learning Path
Courses, workshops, frameworks, daily intelligence, and 6 proprietary tools — built for marketing leaders adopting AI.
Trusted by 10,000+ Directors and CMOs.
