<script type="application/ld+json">

{

  "@context": "https://schema.org",

  "@type": "LocalBusiness",

  "name": "A-Town Movers",

  "image": "https://yourwebsite.com/path-to-logo.jpg",

  "url": "https://yourwebsite.com",

  "telephone": "(404) 555-1234",

  "priceRange": "$$",

  "address": {

    "@type": "PostalAddress",

    "streetAddress": "123 Main Street",

    "addressLocality": "Atlanta",

    "addressRegion": "GA",

    "postalCode": "30303",

    "addressCountry": "US"

  },

  "geo": {

    "@type": "GeoCoordinates",

    "latitude": "33.7490",

    "longitude": "-84.3880"

  },

  "openingHours": "Mo-Su 08:00-20:00",

  "sameAs": [

    "https://www.facebook.com/yourpage",

    "https://www.instagram.com/yourpage",

    "https://g.page/your-google-profile"

  ],

  "serviceType": "Moving and Packing Services",

  "areaServed": {

    "@type": "Place",

    "name": "Atlanta Metro Area"

  },

  "offers": {

    "@type": "Offer",

    "name": "$299 Moving Special",

    "price": "299.00",

    "priceCurrency": "USD",

    "url": "https://yourwebsite.com/moving-special",

    "description": "Professional local moving services in the Atlanta area starting at $299. Includes truck, labor, and equipment."

  }

}

</script>