{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "AM Web Design",
    "description": "Professional web design services for businesses. Custom websites that look great and perform wonderfully.",
    "url": "https://www.amwebsitedesign.com",
    "logo": "https://www.amwebsitedesign.com/images/logo.png",
    "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer service",
        "availableLanguage": "English"
    },
    "address": {
        "@type": "PostalAddress",
        "addressCountry": "US"
    },
    "service": [
        {
            "@type": "Service",
            "name": "Web Design",
            "description": "Custom website designs that reflect your brand and engage your audience"
        },
        {
            "@type": "Service",
            "name": "Responsive Development",
            "description": "Mobile-first websites that look amazing on all devices"
        },
        {
            "@type": "Service",
            "name": "E-commerce Solutions",
            "description": "Complete online store setup with secure payment processing"
        },
        {
            "@type": "Service",
            "name": "SEO Optimization",
            "description": "Search engine optimized websites that help you rank higher"
        }
    ]
}
