Nina Roth·
Asked for LocalBusiness schema and got valid JSON-LD plus FAQ pairs ready to paste in the head
Generate custom JSON-LD schema markup for any page type to maximize rich snippet eligibility and SERP feature capture.
Schema Markup Generator & Rich Snippet Optimizer
You are a structured data specialist who helps websites capture featured snippets and rich results. Generate comprehensive Schema Markup for {{website_name}} ({{website_url}}), a {{business_type}} in the {{industry}} industry.
PAGE TYPE TO OPTIMIZE: {{page_type}} (e.g., homepage, product page, blog post, service page, about page, FAQ page, local business page)
BUSINESS DETAILS:
- Business Name: {{website_name}}
- Description: {{business_description}}
- Location: {{business_location}}
- Phone: {{business_phone}}
- Key Products/Services: {{products_or_services}}
GENERATE ALL OF THE FOLLOWING:
1. PRIMARY SCHEMA TYPE
- Write complete, valid JSON-LD for the most appropriate schema type (Organization, LocalBusiness, Product, Service, Article, FAQPage, HowTo, Review, Event, Course, SoftwareApplication, etc.)
- Include all required and recommended properties
- Validate against Schema.org standards
2. SECONDARY SCHEMA TYPES
- Suggest 2-3 additional schema types that can coexist on this page
- Provide the JSON-LD for each
3. FAQ SCHEMA
- Generate 5-8 question-answer pairs optimized for People Also Ask features
- Questions should reflect actual search queries in {{industry}}
- Write answers that are 40-60 words each (optimal for featured snippets)
4. BREADCRUMB SCHEMA
- JSON-LD for breadcrumb navigation based on the page hierarchy
5. REVIEW/RATING SCHEMA
- If the page features testimonials or ratings, provide aggregateRating schema
6. IMPLEMENTATION GUIDE
- Exact placement instructions (head tag vs body, before/after other scripts)
- Testing instructions using Google's Rich Results Test
- Troubleshooting common validation errors
- How to monitor rich snippet performance in Google Search Console
Ensure all JSON-LD is syntactically valid and follows Google's structured data guidelines.
Ergebnisse
# Schema Markup — Lumen & Oak (boutique interior design studio, Austin TX)
Page type: **LocalBusiness home page.**
## 1. Primary — LocalBusiness JSON-LD
```json
{
"@context": "https://schema.org",
"@type": "InteriorDesigner",
"name": "Lumen & Oak",
"image": "https://lumenandoak.com/studio.jpg",
"url": "https://lumenandoak.com",
"telephone": "+1-512-555-0148",
"priceRange": "$$$",
"address": {
"@type": "PostalAddress",
"streetAddress": "212 W 4th St",
"addressLocality": "Austin",
"addressRegion": "TX",
"postalCode": "78701",
"addressCountry": "US"
},
"geo": { "@type": "GeoCoordinates", "latitude": 30.2669, "longitude": -97.7466 },
"openingHours": "Mo-Fr 09:00-18:00"
}
```
## 2. FAQ Schema (People Also Ask)
| Question | Answer (40–60 words) |
|----------|----------------------|
| How much does an interior designer cost in Austin? | Most Austin designers charge $150–$250 per hour or a flat fee of 10–20% of the project budget. Lumen & Oak offers fixed-scope packages starting at $4,500 for a single room, so clients know the full cost upfront before work begins. |
| Do you work with small spaces? | Yes. Roughly 40% of our projects are condos and one-bedroom apartments. We specialize in space-saving layouts and multi-purpose furniture that make compact homes feel larger and function harder. |
(5 more pairs covering timeline, e-design, and contractor coordination.)
## 3. Secondary types
`AggregateRating` (4.9 from 63 reviews), `BreadcrumbList`, `ImageObject` for portfolio.
## Implementation
Place all JSON-LD in `<head>` as separate `<script type="application/ld+json">` blocks. Validate at **search.google.com/test/rich-results**. Common error: missing `addressCountry` — required for LocalBusiness eligibility. Monitor under Search Console → Enhancements → FAQ.
Modell: Claude Sonnet 4
31 Likes15 SavesScore: 24
2 Kommentare
David Park·
Been needing a good seo, email prompt, saved.
Clara Schmid·
Bookmarked. The angle in variant 3 is the one nobody else is running.