Rocky_Mountain_Vending/public/json-ld/services_parts_.jsonld
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

20 lines
No EOL
677 B
Text

{
"@context": "https://schema.org",
"@type": "Service",
"name": "services/parts/",
"description": "Vending machine parts and support services in Utah. Replacement parts for all major vending machine brands.",
"url": "https://rockymountainvending.com/services/parts/",
"datePublished": "2026-01-07T21:43:32.056Z",
"dateModified": "2026-01-07T21:43:32.056Z",
"publisher": {
"@type": "Organization",
"name": "Rocky Mountain Vending",
"url": "https://rockymountainvending.com"
},
"serviceType": "services/parts/",
"provider": {
"@type": "LocalBusiness",
"name": "Rocky Mountain Vending",
"url": "https://rockymountainvending.com"
}
}