Select Your Location
{
"@context": "https://schema.org",
"@type": "MovingCompany",
"name": "Your Moving Company Name",
"url": "https://www.yourwebsite.com",
"telephone": "123-456-7890",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Your City",
"addressRegion": "Your State",
"postalCode": "12345",
"addressCountry": "USA"
},
"openingHours": "Mo-Su 09:00-17:00"
}