{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://solidesite.com/#organization",
      "name": "SolideSite Digital Agency",
      "alternateName": ["SolideSite", "Solide Site", "SolideSite Agency", "SolideSite Web Development"],
      "url": "https://solidesite.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://solidesite.com/logo.png",
        "width": 512,
        "height": 512,
        "caption": "SolideSite Digital Agency Logo"
      },
      "description": "Award-winning digital agency specializing in custom website development, SEO optimization, lead generation, branding, ecommerce, and digital marketing. 150+ projects delivered with 98% client satisfaction. Serving businesses in USA, UK, Australia, South Africa, Canada & Dubai.",
      "slogan": "Build. Automate. Scale.",
      "foundingDate": "2020-01-15",
      "email": "solidesites@gmail.com",
      "telephone": "+27751239652",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "123 Digital Ave",
        "addressLocality": "Tech City",
        "addressRegion": "CA",
        "postalCode": "12345",
        "addressCountry": "US"
      },
      "contactPoint": [
        {
          "@type": "ContactPoint",
          "contactType": "customer service",
          "email": "solidesites@gmail.com",
          "telephone": "+27751239652",
          "availableLanguage": ["English"],
          "areaServed": ["US", "GB", "AU", "ZA", "CA", "AE"]
        },
        {
          "@type": "ContactPoint",
          "contactType": "sales",
          "email": "solidesites@gmail.com",
          "telephone": "+27751239652",
          "availableLanguage": ["English"],
          "contactOption": "TollFree"
        },
        {
          "@type": "ContactPoint",
          "contactType": "technical support",
          "email": "solidesites@gmail.com",
          "availableLanguage": ["English"]
        }
      ],
      "sameAs": [
        "https://facebook.com/solidesite",
        "https://twitter.com/solidesite",
        "https://instagram.com/solidesite",
        "https://linkedin.com/company/solidesite",
        "https://youtube.com/@solidesite",
        "https://tiktok.com/@solidesite",
        "https://github.com/solidesite"
      ],
      "areaServed": [
        {"@type": "Country", "name": "United States", "identifier": "US"},
        {"@type": "Country", "name": "United Kingdom", "identifier": "GB"},
        {"@type": "Country", "name": "Australia", "identifier": "AU"},
        {"@type": "Country", "name": "South Africa", "identifier": "ZA"},
        {"@type": "Country", "name": "Canada", "identifier": "CA"},
        {"@type": "Country", "name": "United Arab Emirates", "identifier": "AE"}
      ],
      "knowsAbout": [
        "Web Development",
        "Website Design",
        "Search Engine Optimization",
        "SEO Optimization",
        "Lead Generation",
        "Digital Marketing",
        "E-commerce Development",
        "Shopify Development",
        "WooCommerce Development",
        "WordPress Development",
        "Next.js Development",
        "React Development",
        "Branding",
        "Brand Identity Design",
        "Content Marketing",
        "User Experience Design",
        "Conversion Rate Optimization",
        "Google Business Profile Optimization",
        "Local SEO",
        "Technical SEO",
        "Website Speed Optimization",
        "Website Maintenance",
        "Website Security"
      ],
      "numberOfEmployees": {
        "@type": "QuantitativeValue",
        "minValue": 10,
        "maxValue": 50
      },
      "award": [
        {
          "@type": "CreativeWork",
          "name": "Best Digital Agency 2024",
          "creator": {"@type": "Organization", "name": "Digital Excellence Awards"}
        },
        {
          "@type": "CreativeWork",
          "name": "Top Web Development Company",
          "creator": {"@type": "Organization", "name": "Clutch.co"}
        }
      ],
      "memberOf": [
        {"@type": "Organization", "name": "Google Partner Program"},
        {"@type": "Organization", "name": "Meta Business Partners"},
        {"@type": "Organization", "name": "Shopify Partners"},
        {"@type": "Organization", "name": "HubSpot Solutions Partners"}
      ],
      "hasCredential": [
        {"@type": "EducationalOccupationalCredential", "name": "Google Partner", "credentialCategory": "Professional Certification"},
        {"@type": "EducationalOccupationalCredential", "name": "Meta Business Partner", "credentialCategory": "Professional Certification"},
        {"@type": "EducationalOccupationalCredential", "name": "Shopify Partner", "credentialCategory": "Professional Certification"},
        {"@type": "EducationalOccupationalCredential", "name": "HubSpot Solutions Partner", "credentialCategory": "Professional Certification"}
      ],
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Digital Agency Services",
        "itemListElement": [
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Custom Website Development",
              "description": "Fast, modern, SEO-optimized websites built with Next.js, React, WordPress, or Shopify. Mobile-first responsive design. Starting from $2,500.",
              "url": "https://solidesite.com/services/website-building"
            },
            "priceSpecification": {
              "@type": "PriceSpecification",
              "priceCurrency": "USD",
              "minPrice": 2500,
              "maxPrice": 50000
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "SEO Optimization",
              "description": "Technical SEO, keyword research, on-page/off-page optimization, link building, and local SEO. 280% average organic traffic increase.",
              "url": "https://solidesite.com/services/seo-optimization"
            },
            "priceSpecification": {
              "@type": "PriceSpecification",
              "priceCurrency": "USD",
              "minPrice": 500,
              "maxPrice": 2500,
              "unitText": "monthly"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Lead Generation",
              "description": "Fill your sales pipeline with qualified prospects through SEO, PPC, content marketing, and social media. 340% average lead increase.",
              "url": "https://solidesite.com/services/lead-generation"
            },
            "priceSpecification": {
              "@type": "PriceSpecification",
              "priceCurrency": "USD",
              "minPrice": 1000,
              "maxPrice": 5000,
              "unitText": "monthly"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Branding & Identity Design",
              "description": "Logo design, brand strategy, visual identity, Google Business Profile setup, and social media branding.",
              "url": "https://solidesite.com/services/branding"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "E-Commerce Development",
              "description": "Shopify, WooCommerce, and custom stores with secure payments, inventory management, and multi-currency support.",
              "url": "https://solidesite.com/services/ecommerce"
            },
            "priceSpecification": {
              "@type": "PriceSpecification",
              "priceCurrency": "USD",
              "minPrice": 5000,
              "maxPrice": 50000
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Website Management",
              "description": "Hosting, security, daily backups, updates, content changes, and 24/7 emergency support. No long-term contracts.",
              "url": "https://solidesite.com/services/website-management"
            },
            "priceSpecification": {
              "@type": "PriceSpecification",
              "priceCurrency": "USD",
              "minPrice": 99,
              "maxPrice": 999,
              "unitText": "monthly"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Digital Marketing Strategy",
              "description": "Data-driven marketing roadmaps including content marketing, social media, email campaigns, and paid ads.",
              "url": "https://solidesite.com/services/marketing-plans"
            }
          },
          {
            "@type": "Offer",
            "itemOffered": {
              "@type": "Service",
              "name": "Website Redesign & Fixes",
              "description": "Modernize outdated sites with UX/UI redesign, speed optimization, mobile-first updates, and SEO migration.",
              "url": "https://solidesite.com/services/website-redesign"
            }
          }
        ]
      },
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.9",
        "reviewCount": "150",
        "bestRating": "5",
        "worstRating": "1"
      },
      "review": [
        {
          "@type": "Review",
          "reviewRating": {"@type": "Rating", "ratingValue": "5", "bestRating": "5"},
          "author": {"@type": "Person", "name": "Sarah Johnson"},
          "reviewBody": "SolideSite transformed our online presence completely. Our traffic increased by 300% within 6 months. Highly recommended!",
          "datePublished": "2024-09-15"
        },
        {
          "@type": "Review",
          "reviewRating": {"@type": "Rating", "ratingValue": "5", "bestRating": "5"},
          "author": {"@type": "Person", "name": "Michael Chen"},
          "reviewBody": "Professional team, excellent communication, and outstanding results. They delivered beyond our expectations.",
          "datePublished": "2024-11-20"
        },
        {
          "@type": "Review",
          "reviewRating": {"@type": "Rating", "ratingValue": "5", "bestRating": "5"},
          "author": {"@type": "Person", "name": "Jane Doe"},
          "reviewBody": "SolideSite completely revamped our online strategy. The team was professional, responsive, and delivered exceptional results.",
          "datePublished": "2025-01-10"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://solidesite.com/#website",
      "url": "https://solidesite.com",
      "name": "SolideSite Digital Agency",
      "description": "Award-winning digital agency for web development, SEO, lead generation, and digital marketing. Serving USA, UK, Australia, South Africa, Canada & Dubai.",
      "publisher": {"@id": "https://solidesite.com/#organization"},
      "inLanguage": "en",
      "copyrightYear": 2020,
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://solidesite.com/search?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "ProfessionalService",
      "@id": "https://solidesite.com/#localbusiness",
      "name": "SolideSite Digital Agency",
      "image": "https://solidesite.com/og-image.jpg",
      "url": "https://solidesite.com",
      "telephone": "+27751239652",
      "email": "solidesites@gmail.com",
      "priceRange": "$$-$$$",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "123 Digital Ave",
        "addressLocality": "Tech City",
        "addressRegion": "CA",
        "postalCode": "12345",
        "addressCountry": "US"
      },
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
          "opens": "09:00",
          "closes": "18:00"
        }
      ],
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": "37.7749",
        "longitude": "-122.4194"
      },
      "areaServed": [
        {"@type": "Country", "name": "United States"},
        {"@type": "Country", "name": "United Kingdom"},
        {"@type": "Country", "name": "Australia"},
        {"@type": "Country", "name": "South Africa"},
        {"@type": "Country", "name": "Canada"},
        {"@type": "Country", "name": "United Arab Emirates"}
      ],
      "serviceType": [
        "Web Development",
        "SEO Services",
        "Lead Generation",
        "Digital Marketing",
        "Branding",
        "E-commerce Development",
        "Website Redesign",
        "Website Management"
      ],
      "paymentAccepted": "Cash, Credit Card, Bank Transfer, PayPal",
      "currenciesAccepted": "USD, GBP, AUD, ZAR, CAD, AED"
    },
    {
      "@type": "FAQPage",
      "@id": "https://solidesite.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "How much does a custom website cost?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "SolideSite websites range from $2,500 for simple business sites to $50,000+ for complex applications. Most small business websites fall in the $2,500-$5,000 range. E-commerce stores start at $5,000. Contact us for a free, no-obligation quote."
          }
        },
        {
          "@type": "Question",
          "name": "How long does it take to build a website?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Simple websites take 2-4 weeks. Complex sites with ecommerce, custom features, or integrations take 6-12 weeks. We provide exact timelines during our free consultation."
          }
        },
        {
          "@type": "Question",
          "name": "Which countries does SolideSite serve?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "SolideSite serves clients in the United States (all 50 states), United Kingdom, Australia, South Africa, Canada, and Dubai/UAE. We also work with clients worldwide through our remote-first approach."
          }
        },
        {
          "@type": "Question",
          "name": "Do you offer SEO services?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes! Our SEO services include technical SEO, keyword research, on-page/off-page optimization, link building, local SEO, and Google Business Profile optimization. We've achieved 280% average organic traffic increase and 50+ first-page rankings for our clients. Packages start at $500/month."
          }
        },
        {
          "@type": "Question",
          "name": "Do you offer website maintenance plans?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes! Website management plans start at $99/month including hosting, security monitoring, daily backups, software updates, content changes, and technical support. No long-term contracts required."
          }
        },
        {
          "@type": "Question",
          "name": "What technologies do you use?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "We build with modern technologies including Next.js 15, React, TypeScript, Tailwind CSS, WordPress, Shopify, and WooCommerce. We recommend the best technology stack based on your specific needs and budget."
          }
        }
      ]
    },
    {
      "@type": "ItemList",
      "@id": "https://solidesite.com/#services-list",
      "name": "SolideSite Digital Agency Services",
      "description": "Complete list of digital services offered by SolideSite",
      "numberOfItems": 8,
      "itemListElement": [
        {"@type": "ListItem", "position": 1, "name": "Custom Website Development", "url": "https://solidesite.com/services/website-building"},
        {"@type": "ListItem", "position": 2, "name": "SEO Optimization", "url": "https://solidesite.com/services/seo-optimization"},
        {"@type": "ListItem", "position": 3, "name": "Lead Generation", "url": "https://solidesite.com/services/lead-generation"},
        {"@type": "ListItem", "position": 4, "name": "Branding & Identity Design", "url": "https://solidesite.com/services/branding"},
        {"@type": "ListItem", "position": 5, "name": "Digital Marketing Strategy", "url": "https://solidesite.com/services/marketing-plans"},
        {"@type": "ListItem", "position": 6, "name": "E-Commerce Development", "url": "https://solidesite.com/services/ecommerce"},
        {"@type": "ListItem", "position": 7, "name": "Website Redesign & Fixes", "url": "https://solidesite.com/services/website-redesign"},
        {"@type": "ListItem", "position": 8, "name": "Website Management", "url": "https://solidesite.com/services/website-management"}
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://solidesite.com/#breadcrumb",
      "itemListElement": [
        {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://solidesite.com"},
        {"@type": "ListItem", "position": 2, "name": "Services", "item": "https://solidesite.com/services"},
        {"@type": "ListItem", "position": 3, "name": "Portfolio", "item": "https://solidesite.com/portfolio"},
        {"@type": "ListItem", "position": 4, "name": "Marketplace", "item": "https://solidesite.com/marketplace"},
        {"@type": "ListItem", "position": 5, "name": "About", "item": "https://solidesite.com/about"},
        {"@type": "ListItem", "position": 6, "name": "Contact", "item": "https://solidesite.com/contact"}
      ]
    }
  ]
}
